Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | ioTrans.test: fixed cleanup - avoids `error deleting "tempchanfile": permission denied`: file seems to be locked/opened inside interp $idb |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-6-branch |
Files: | files | file ages | folders |
SHA3-256: |
d6cdcb7caf13e287051bc9bdf09ca628 |
User & Date: | sebres 2018-08-03 13:46:30.355 |
Context
2018-08-08
| ||
06:45 | Fix harmless gcc warning check-in: eb3b963d72 user: jan.nijtmans tags: core-8-6-branch | |
2018-08-07
| ||
08:22 | merge 8.6 (test cases fix in ioTrans) check-in: d6c8ee7af7 user: jan.nijtmans tags: core-8-branch | |
2018-08-03
| ||
16:04 | merge 8.6 (test cases fix in ioTrans) Leaf check-in: 687c99a7e6 user: sebres tags: sebres-bug-723a2f4ac3 | |
13:46 | ioTrans.test: fixed cleanup - avoids `error deleting "tempchanfile": permission denied`: file seems ... check-in: d6cdcb7caf user: sebres tags: core-8-6-branch | |
2018-07-31
| ||
19:49 | Remove some actually dead code check-in: a887506f5e user: jan.nijtmans tags: core-8-6-branch | |
Changes
Changes to tests/ioTrans.test.
︙ | |||
1236 1237 1238 1239 1240 1241 1242 | 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 | - + | # Wait a bit, give the main thread the time to start its event loop to # wait for the response from B after 50 catch { puts $chan shoo } res set res }] } -cleanup { |
︙ |