diff options
author | dgp <dgp@users.sourceforge.net> | 2014-05-13 18:49:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-05-13 18:49:20 (GMT) |
commit | 43a149d1e8f07b88f5947b2425a954ca120c29f4 (patch) | |
tree | b57b0b8196de12dd4e936fb9aaccdd0182e0b308 /tests/zlib.test | |
parent | 999da42537dbc85056dca32fc14e5360cf2bfb04 (diff) | |
parent | c3df58587ce6e9f21b652b23eb7f56f852a326f7 (diff) | |
download | tcl-43a149d1e8f07b88f5947b2425a954ca120c29f4.zip tcl-43a149d1e8f07b88f5947b2425a954ca120c29f4.tar.gz tcl-43a149d1e8f07b88f5947b2425a954ca120c29f4.tar.bz2 |
Refactored much management of the BLOCKED and EOF flags into ChanRead() then
began repairing some of the logic about them. Tests iogt-2.* now fail because
they've been crafted as experiments recording the fine detail of reflected
channel driver calls, and fixing the management of channel flags is changing
that. zlib-8.5 also needed adjustment to reflect that an EOF set must come
with an empty string read when flags are functioning properly.
Diffstat (limited to 'tests/zlib.test')
-rw-r--r-- | tests/zlib.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zlib.test b/tests/zlib.test index 4e51ebb..2346ec7 100644 --- a/tests/zlib.test +++ b/tests/zlib.test @@ -215,7 +215,7 @@ test zlib-8.5 {transformation and flushing and fileevents: Bug 3525907} -setup { set ::res } -cleanup { catch {close $r} -} -result {qwertyuiop MIDDLE asdfghjkl} +} -result {qwertyuiop MIDDLE asdfghjkl {}} test zlib-8.6 {transformation and fconfigure} -setup { set file [makeFile {} test.z] set fd [open $file wb] |