summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Expand)AuthorAgeFilesLines
* Same patch re-enabling read after EOF, but here applied to 8.6.dgp2014-11-031-0/+20
|\
| * Base test for [5adc350683].dgp2014-10-291-0/+20
* | [10dc6daa37] New fix for [gets] on non-blocking channel. This time properly a...dgp2014-10-181-0/+104
|\ \ | |/
| * [10dc6daa37] New fix for [gets] on non-blocking channel. This timedgp2014-10-181-0/+104
| |\
| | * [10dc6daa37] [gets] on a non-blocking channel must take care so thatdgp2014-10-171-0/+68
| |/
| * backport those tests that can bedgp2014-10-101-0/+62
* | Another test so both DoRead and MBRead are covered.dgp2014-10-101-0/+44
* | New test io-53.15 for [ed29c4da21].dgp2014-10-101-0/+44
|\ \ | |/
| * New test io-53.15 for [ed29c4da21].dgp2014-10-101-0/+45
* | [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7.dgp2014-10-021-0/+33
|\ \ | |/
| * [bc5b790099] Improper calculation of new dstLimit value. New test io-12.7.dgp2014-10-021-0/+33
* | merge 8.5; fix notifier mask bug and Tcl_Read performance regressiondgp2014-08-221-1/+4
|\ \ | |/
| * Make test io-36.1.1 more portable.dgp2014-08-201-1/+4
* | Test format of write error messages during binary [chan copy]dgp2014-07-241-0/+30
* | Test read error during binary [chan copy].dgp2014-07-241-0/+30
* | Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-5/+7
* | dup test namedgp2014-07-101-1/+1
|\ \ | |/
| * dup test namedgp2014-07-101-1/+1
* | [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whetherdgp2014-07-021-0/+20
|\ \ | |/
| * [c31ca233ca] Fix TclGetsObjBinary() so that each [gets] rediscovers whetherdgp2014-07-021-0/+20
* | When too many chars are read by ReadChars() and we trim the limits to get it ...dgp2014-06-051-0/+33
|\ \ | |/
| * When too many chars are read by ReadChars() and we trim the limits todgp2014-06-051-0/+33
* | Correct the interest masks in the Tcl_CreateFileHandler() calls in PipeWatchP...dgp2014-05-311-6/+0
|\ \
| * | Correct the interest masks in the Tcl_CreateFileHandler() calls indgp2014-05-311-6/+0
| |/
* | Refinements of FlushChannel() and its callers. Notably includes removal of th...dgp2014-05-291-7/+7
|\ \ | |/
| * Increase size of test io-29.34 so that it more portably tests the case wheredgp2014-05-281-2/+2
| * Comment out lines of test io-53.4 that appear to do nothing of any value.dgp2014-05-241-5/+5
| * merge 8.5dgp2014-05-161-0/+79
| |\
| * \ merge 8.5dgp2014-05-141-0/+3
| |\ \
* | \ \ merge trunkdgp2014-05-161-0/+79
|\ \ \ \
| * \ \ \ merge 8.5dgp2014-05-161-0/+79
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | merge 8.5bug_io_32_11dgp2014-05-161-4/+27
| | |\ \ \
| | | * | | Portable test to demo bug otherwise seen only on Windows.dgp2014-05-151-0/+20
| | | | |/ | | | |/|
| | * | | Merge completion of dgp-read-bytes branch.dgp2014-05-161-10/+38
| | |\ \ \
| | * | | | More tests to demo the bug more directly.dgp2014-05-161-0/+39
| | * | | | Branch to demo bug introduced in the parent commit.dgp2014-05-151-0/+20
* | | | | | merge trunkdgp2014-05-141-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix 3 test-cases which started failing on Windowsjan.nijtmans2014-05-141-0/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Fix 3 test-cases which started failing on Windowsjan.nijtmans2014-05-141-0/+3
* | | | | | Refactored much management of the BLOCKED and EOF flags into ChanRead() thendgp2014-05-131-2/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Salvaged what was left of value in the dgp-read-bytes-detour branch.dgp2014-05-131-2/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Restore default suppression of large file test.dgp2014-03-211-1/+1
| | * | | io-34.21 - fix bugs in normally skipped test.dgp2014-03-211-4/+4
| | | |/ | | |/|
* | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-121-1/+1
|\ \ \ \ | |/ / /
| * | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-121-1/+1
* | | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disable...dgp2014-05-091-3/+3
|\ \ \ \ | |/ / /
| * | | Tests (chan)io-34.21 are constrained for largefileSupport, and that'sdgp2014-05-091-3/+3
| | | |
| \ \ \
*-. \ \ \ Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes)dgp2014-05-081-1/+176
|\ \ \ \ \ | | |/ / /
| | * | | Merge the reforms of dgp-read-bytes branch into 8.5+ releases.dgp2014-05-081-1/+157
| | |\ \ \ | | | |/ /
| * | | | Add test io-53.12 to verify proper unbuffered sync-fcopy [Bug #3096275]ferrieux2014-03-241-0/+19