Tcl Source Code

View Ticket
Login
Ticket UUID: 3605722
Title: chanio.test has 3 tests, that didn't run independend.
Type: Bug Version: None
Submitter: pointsman Created on: 2013-02-23 01:26:02
Subsystem: 25. Channel System Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Open Last Modified: 2013-02-27 03:47:29
Resolution: None Closed By:
    Closed on:
Description:
The tests chan-io-28.7, chan-io-33.5 and chan-io-52.11 doesn't run
independend from other tests in the test file.

The test chan-io-28.7 doesn't finish (runs forever), if called standalone, the two others raise error. To reproduce the problems run

./tcltest ../tests/all.tcl -file chanio.test -match 'chan-io-28.7'
./tcltest ../tests/all.tcl -file chanio.test -match 'chan-io-33.5'
./tcltest ../tests/all.tcl -file chanio.test -match 'chan-io-52.11'

The bug of the test chan-io-28.7 is already reported as ID 3605120 (http://sourceforge.net/tracker/?func=detail&aid=3605120&group_id=10894&atid=110894), see for details there.

Test chan-io-33.5 read a file, which is created by chan-io-33.4.

Test chan-io-52.11 depends on the content of a file, which is written by chan-io-52.10.

A patch is attached.
User Comments: dgp added on 2013-02-27 03:47:29:
Same trouble with tests io-33.5 and io-52.11 in io.test

pointsman added on 2013-02-23 08:26:03:

File Added - 460872: chanio.patch

Attachments: