diff options
author | dgp <dgp@users.sourceforge.net> | 2014-05-17 02:53:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-05-17 02:53:34 (GMT) |
commit | b09a6f570cb33adb2f0ec8b2475573e27fab88e5 (patch) | |
tree | 3835c37450e9dd8e9c532eaeba350978cf9ec85b /tests | |
parent | 8899c7cda9cd674018d4cc5a807cdaa5076f0f02 (diff) | |
download | tcl-b09a6f570cb33adb2f0ec8b2475573e27fab88e5.zip tcl-b09a6f570cb33adb2f0ec8b2475573e27fab88e5.tar.gz tcl-b09a6f570cb33adb2f0ec8b2475573e27fab88e5.tar.bz2 |
Repair broken tests iogt-2.[123].
What happened is that now that EOF flags no loger leak acros channel
stack layers, an EOF in the bottom channel isn't detected in the top one
until the ChanRead call at the top level actually returns 0 bytes. This
causes one more query/ma
Diffstat (limited to 'tests')
-rw-r--r-- | tests/iogt.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/iogt.test b/tests/iogt.test index 0e2eb3c..5fe3dc2 100644 --- a/tests/iogt.test +++ b/tests/iogt.test @@ -552,6 +552,7 @@ query/maxRead read query/maxRead flush/read +query/maxRead delete/read -------- create/write @@ -604,6 +605,7 @@ read { } query/maxRead {} -1 flush/read {} {} +query/maxRead {} -1 delete/read {} *ignored* -------- create/write {} *ignored* @@ -658,6 +660,7 @@ read {%^&*()_+-= } query/maxRead {} -1 flush/read {} {} +query/maxRead {} -1 write %^&*()_+-= %^&*()_+-= write { } { |