summaryrefslogtreecommitdiffstats
path: root/tests/io.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-01-281-18/+18
|\
| * Use {} braces in more "expr" expressions.jan.nijtmans2021-01-281-18/+18
| |
* | Merge 8.6jan.nijtmans2020-12-041-76/+76
|\ \ | |/
| * Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representationsjan.nijtmans2020-12-041-76/+76
| |\
* | \ TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-2/+2
|\ \ \
| * | | Fix testcases on Windows. Use more "info loaded" as appropriatejan.nijtmans2020-11-241-1/+1
| | | |
| * | | Merge 8.7jan.nijtmans2020-11-191-4/+7
| |\ \ \
| * \ \ \ Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-061-2/+2
| |\ \ \ \
| | * | | | Case-sensitive package namesjan.nijtmans2020-11-031-4/+4
| |/ / / /
* | | | | Merge 8.6jan.nijtmans2020-12-031-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | two more 0o??? notationsjan.nijtmans2020-12-031-2/+2
| | | | |
* | | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
| | | | |
* | | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-3/+3
| |_|/ / |/| | | | | | | | | | | whenever reasonable.
* | | | Merge 8.6dkf2020-11-161-4/+7
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fixed some tests, added trial macOS builddkf2020-11-141-4/+7
| | |
* | | Merge 8.6jan.nijtmans2020-10-301-3/+3
|\ \ \ | |/ /
| * | Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-3/+3
| | |
* | | Merge 8.6jan.nijtmans2020-09-041-1/+1
|\ \ \ | |/ /
| * | 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.6jan.nijtmans2020-09-021-2/+3
|\ \ \ | |/ /
| * | 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
* | | Merge 8.6jan.nijtmans2020-09-011-3/+3
|\ \ \ | |/ /
| * | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-3/+3
| | |
* | | Merge 8.6jan.nijtmans2020-08-181-2/+9
|\ \ \ | |/ /
| * | 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
| | |
* | | merge 8.6pooryorick2020-08-101-0/+1
|\ \ \ | |/ /
| * | amend to [8054e19451]: clean up timeout timer event (avoid timing issues on ↵sebres2020-08-101-0/+1
| | | | | | | | | | | | further tests)
* | | Merge 8.6jan.nijtmans2020-08-101-119/+145
|\ \ \ | |/ /
| * | 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
| |\ \
| * | | 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.6jan.nijtmans2020-08-031-21/+36
|\ \ \ \ | | |/ / | |/| |
| * | | Testcase cleanup: transform *io-50.* testcases to new test syntaxjan.nijtmans2020-08-031-60/+75
| |/ /
* | | Merge 8.6jan.nijtmans2020-07-211-1/+1
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2020-07-201-18/+15
|\ \ \ | |/ /
| * | 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).
* | | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-1/+1
| | |
* | | Merge 8.6jan.nijtmans2020-06-041-1/+1
|\ \ \ | |/ /
| * | no functional changes (closed bracket in comment, lint concerns only)sebres2020-05-291-1/+1
| | |
* | | merge 8.6sebres2019-11-141-1/+1
|\ \ \ | |/ /