summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-76/+76
|\
* | two more 0o??? notationsjan.nijtmans2020-12-031-2/+2
| |
* | Fixed some tests, added trial macOS builddkf2020-11-141-4/+7
| |
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-3/+3
| |
* | Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-5/+5
| | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | Merge 8.5 jan.nijtmans2020-09-021-2/+3
|\ \ | |/ | | Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
| |
* | And remove the other $ and do the test slightly differently. Inability to ↵culler2020-08-171-1/+1
| | | | | | | | test locally is a challenge.
* | Add the missing $.culler2020-08-171-1/+1
| |
* | Try to make io-50.6 more robust on the Travis macOS VMculler2020-08-171-2/+9
| |
* | amend to [8054e19451]: clean up timeout timer event (avoid timing issues on ↵sebres2020-08-101-0/+1
| | | | | | | | further tests)
* | Remove use of (always enabled) "openpipe" constraint. jan.nijtmans2020-08-101-80/+80
| | | | | | | | Add "testservicemode" constraint. Change a single "chan close" into a "close" in a test-case
* | More places where vwait needs to be used instead of update.culler2020-08-101-3/+3
| |
* | One more vwait.culler2020-08-081-1/+3
| |
* | Add and use testservicemode command; replace update by vwaitculler2020-08-081-38/+61
| |
* | Experiment with io-50.1 on Travisculler2020-08-071-4/+5
| |
* | Merge 8.6jan.nijtmans2020-08-031-4/+7
|\ \
| * | Testcase cleanup: transform *io-50.* testcases to new test syntaxjan.nijtmans2020-08-031-60/+75
| | |
* | | Convert test-cases to do proper setup/cleanupjan.nijtmans2020-07-221-17/+29
| | |
* | | Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a ↵jan.nijtmans2020-07-211-46/+46
|/ / | | | | | | hand at the problem [f586089a2b]
* | Merge 8.5.jan.nijtmans2020-07-201-18/+15
|\ \ | |/ | | Mark testcases io-50.* nonPortable: they fail too often in travis builds.
| * Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with ↵jan.nijtmans2020-04-221-3/+1
| | | | | | | | TCL_UTF_MAX>4
| * Determine "testConstraint ucs2" without the need for a testcommand. Rename ↵jan.nijtmans2020-04-221-2/+1
| | | | | | | | "compat85" testConstraint to "ucs2", because that's what it actually is.
| * Use new testing command to constrain tests to (sizeof(Tcl_UniChar) == 2)dgp2020-04-211-1/+4
| | | | | | until bugs are fixed when (sizeof(Tcl_UniChar == 4).
* | no functional changes (closed bracket in comment, lint concerns only)sebres2020-05-291-1/+1
| |
* | merge 8.5sebres2019-11-141-1/+1
|\ \ | |/
| * remove unneeded constraintsebres2019-11-141-1/+1
| |
* | Merge 8.5jan.nijtmans2019-09-101-2/+2
|\ \ | |/
| * Don't use constraints like unixOrPc anymore, use unixOrWin (for example)jan.nijtmans2019-09-101-2/+2
| |
* | Merge 8.5jan.nijtmans2019-08-271-1/+1
|\ \ | |/
| * One more knownMsvcBug marker (seen in Travis). Properly export ↵jan.nijtmans2019-08-271-1/+1
| | | | | | | | ::tcltest::testConstraint in cmdMZ.test
| * Backport some "knownMsvcBug" markers from 8.6: Those indicate test-cases the ↵jan.nijtmans2019-08-201-41/+42
| | | | | | | | sporadically fail in the Travis Windows environment.
* | Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: ↵jan.nijtmans2019-08-111-2/+3
| | | | | | | | time-related sporadic hangs in io/chan-io tests
* | fixed missing dependency in test-cases "*io-60.1" (constraint-related) - ↵sebres2019-01-081-2/+6
| | | | | | | | missed load of tcltest-library in sub-process
* | Restore lost tests.dgp2018-06-261-6/+5
| |
* | Add another suppress rule for valgrind, factor test code intopooryorick2018-06-221-4/+0
| | | | | | tests/tcltests.tcl, and constrained a some tests in the valgrind case.
* | lifetime management of files generated by testsdgp2018-01-251-0/+5
|\ \ | |/
| * lifetime management of files generated by testsdgp2018-01-251-0/+5
| |
* | Repair revised tests that failed.dgp2017-04-171-1/+1
| |
* | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ↵jan.nijtmans2017-04-141-2/+2
| | | | | | | | | | format octal numbers: it isn't. Better use "%#o". Add tests for "format" and "scan" corner-cases which weren't documented (except in TIP's) neither had tests before.
* | [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cached ↵dgp2016-07-181-0/+19
|\ \ | |/ | | | | channel name lookups.
| * [104f2885bb] Rework the "chan" Tcl_ObjType to properly validate cacheddgp2016-07-181-0/+19
| | | | | | channel name lookups.
| * Backout of failed attempt to fix [32ae34e63a] got checked into wrong branch.dgp2015-10-231-186/+0
| |
* | [77d58e3a7a] Test case independence: io, load, msgcat, namespace, safe.dkf2016-07-161-2/+14
| |
* | Backout failed attempt to fix [32ae34e63a].dgp2015-09-251-185/+0
|\ \ | |/
* | [32ae34e63a] Prevent segfaults and data corruption when CopyData() is called ↵dgp2015-09-231-0/+185
|\ \ | |/ | | | | | | recursively. Mark new test io-53.20 as "knownBug". It demos some unknown flaw in MoveBytes().
| * New test attempting to demo Bug [e0a7b3e5f8]. Doesn't work yet.dgp2015-08-131-3/+65
| |
| * A bit of code safety, and then a test demonstrating next issue.dgp2015-08-131-1/+63
| |
| * New test io-53.18 adapted from demo script in [32ae34e63a]. This testdgp2015-08-121-0/+62
| | | | | | | | | | | | | | segfaults without changes to source code. This checkin also contains a revised implementationf of [chan postevent] that stops calling Tcl_NotifyChannel() directly, and queues an event to do it instead. This stops the segfault, but causes tests iocmd-31.[67] to fail. Need advice on whether that matters.
* | test portabilitydgp2015-04-301-1/+2
|\ \ | |/