summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve robustness of the socket tests against systems that support IPv6, but...max2014-06-021-60/+75
* 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
* | Fix c&p errors in test descriptionsmax2014-05-211-4/+4
| |
| \
*-. \ Rework the management of the CHANNEL_BLOCKED and CHANNEL_EOF flags, in partic...dgp2014-05-203-3/+18
|\ \ \ | | |/
| | * Repair broken tests iogt-2.[123].dgp2014-05-171-0/+3
| | * merge 8.5dgp2014-05-162-0/+82
| | |\
| | * \ merge 8.5dgp2014-05-141-0/+3
| | |\ \
| * | | | Revise results of tests iogt-2.[123] to account for EOF flags nodgp2014-05-171-0/+3
| * | | | merge trunkdgp2014-05-161-0/+79
| |\ \ \ \
| * \ \ \ \ merge trunkdgp2014-05-141-0/+3
| |\ \ \ \ \
| * \ \ \ \ \ Refactored much management of the BLOCKED and EOF flags into ChanRead() thendgp2014-05-132-3/+15
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Salvaged what was left of value in the dgp-read-bytes-detour branch.dgp2014-05-131-2/+14
| | |\ \ \ \ \
| | | * | | | | Correct namespace bugs in normally skipped tests.dgp2014-03-211-6/+8
| | | * | | | | Added comment explaining the "knownBug"dgp2014-03-211-0/+9
| | | * | | | | Convert "impossible" test to a "knownBug" test. Exposes a segfault!dgp2014-03-211-4/+5
| | | * | | | | 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
* | | | | | | | Fix and improve socket -async [13d3af3ad5] oehhar2014-05-201-54/+436
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | * Give clearer names to some of the state flags and sync them with Windows...bug_13d3af3ad5max2014-04-081-0/+34
| * | | | | | | Changed error report logic, that an async connect error is only reported by '...oehhar2014-04-081-6/+6
* | | | | | | | merge 8.5dgp2014-05-161-0/+79
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | merge 8.5bug_io_32_11dgp2014-05-165-18/+54
| |\ \ \ \ \ \
| | * | | | | | Portable test to demo bug otherwise seen only on Windows.dgp2014-05-151-0/+20
| | * | | | | | Fix [3118489]: NUL in filenames. (On Windows, protect against invalid use of ...jan.nijtmans2014-05-151-0/+3
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge completion of dgp-read-bytes branch.dgp2014-05-165-10/+232
| |\ \ \ \ \ \
| * | | | | | | 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
* | | | | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-122-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21dgp2014-05-122-2/+2
* | | | | | [6d2f249a01] Handle a failure to comprehend half-way through the compilation ...dkf2014-05-111-0/+4
* | | | | | Repair another "impossible" test and the segfault it reveals.dgp2014-05-091-5/+5
* | | | | | Correct namespace bugs in normally skipped tests. Constrain them as "knownBug...dgp2014-05-091-17/+26
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Correct namespace bugs in normally skipped tests.dgp2014-05-091-6/+8
* | | | | | Added comment explaining the "knownBug" in iogt-6.1dgp2014-05-091-0/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added comment explaining the "knownBug" in iogt-6.1dgp2014-05-091-0/+9
* | | | | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disable...dgp2014-05-092-6/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Tests (chan)io-34.21 are constrained for largefileSupport, and that'sdgp2014-05-092-6/+6
* | | | | | Test iocmd-32.1 is not "impossible" but after writing it properly it does seg...dgp2014-05-091-5/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Test iocmd-32.1 is not "impossible" but after writing it properly itdgp2014-05-091-5/+4
* | | | | | Fix [3389978]: Support for paths longer than MAX_PATH on Windows.jan.nijtmans2014-05-091-2/+2
|\ \ \ \ \ \
| * | | | | | Start working on [3389978]. Appears to work, but some clean-up needed.jan.nijtmans2014-05-061-2/+2
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes)dgp2014-05-082-2/+178
|\ \ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge the reforms of dgp-read-bytes branch into 8.5+ releases.dgp2014-05-081-1/+157
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | merge 8.5dgp2014-05-061-1/+20
| | | |\ \ \ \ \ | | | |/ / / / / | | |/| | | | |