Differences From Artifact [71d02b1bcb]:
- File tests/io.test — part of check-in [c9f412d0b6] at 2024-03-13 00:14:36 on branch main — Merge 8.7 (user: jan.nijtmans size: 293639) [more...]
To Artifact [fdef1958d2]:
- File tests/io.test — part of check-in [4953552214] at 2024-03-30 10:52:04 on branch apn-bug-de232b49f2 — Refchan not generating write events (user: apnadkarni size: 293630)
| ︙ | |||
6233 6234 6235 6236 6237 6238 6239 | 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 | - + |
} -cleanup {
close $f4
} -result {initial foo eof}
close $f
test io-44.6 {FileEventProc procedure: write-only non-blocking channel} -setup {
|
| ︙ |