summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-041-2/+7
|\
| * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-3/+2
| | | | | | | | 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
| | * Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with ↵jan.nijtmans2020-04-221-2/+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/+3
| | | | | | | | | until bugs are fixed when (sizeof(Tcl_UniChar == 4).
* | | Merge 8.6jan.nijtmans2020-08-261-2/+6
|\ \ \ | |/ /
| * | Testcase chan-io-50.1 still fails sometimes on MacOSX. So put same measures ↵jan.nijtmans2020-08-261-2/+6
| | | | | | | | | | | | in place as in io-50.1. See: [f586089a2b]
* | | 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-96/+126
|\ \ \ | |/ /
| * | Remove use of (always enabled) "openpipe" constraint. jan.nijtmans2020-08-101-72/+72
| | | | | | | | | | | | 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-2/+2
| | |
| * | use vwait in chanio tests too.culler2020-08-091-12/+24
| | |
| * | Add and use testservicemode command; replace update by vwaitculler2020-08-081-14/+28
| | |
| * | Fix the expected result for chanio-50.6culler2020-08-071-1/+1
| | |
| * | Experiment with io-50.1 on Travisculler2020-08-071-7/+4
| | |
| * | Experiment with chan-io-50.6 on Travisculler2020-08-061-4/+11
| | |
| * | Merge 8.6jan.nijtmans2020-08-031-3/+6
| |\ \
| * | | Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a ↵jan.nijtmans2020-07-211-10/+10
| | | | | | | | | | | | | | | | hand at the problem [f586089a2b]
* | | | Merge 8.6jan.nijtmans2020-08-031-7/+10
|\ \ \ \ | | |/ / | |/| |
| * | | Testcase cleanup: transform *io-50.* testcases to new test syntaxjan.nijtmans2020-08-031-7/+10
| |/ /
* | | Merge 8.6jan.nijtmans2020-07-211-6/+6
|\ \ \ | |/ /
| * | Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes ↵jan.nijtmans2020-07-211-6/+6
| | | | | | | | | | | | fail in the Travis environment, but in practice this doesn't seem to be a real problem.
* | | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-2/+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.6jan.nijtmans2019-09-131-8/+8
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-09-131-33/+33
| |\ \ | | |/
| | * Add knownMsvcBug restriction to chanio-20.5, because it sometimes hangs in a ↵jan.nijtmans2019-09-131-221/+178
| | | | | | | | | | | | Travis build. Restucture many test-cases to tcltest 2 syntax.
* | | Merge 8.6jan.nijtmans2019-09-101-2/+2
|\ \ \ | |/ /
| * | 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
| | |
| | * Backport some "knownMsvcBug" markers from 8.6: Those indicate test-cases the ↵jan.nijtmans2019-08-201-49/+49
| | | | | | | | | | | | sporadically fail in the Travis Windows environment.
* | | Merge 8.6jan.nijtmans2019-08-131-1/+2
|\ \ \ | |/ /
| * | Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: ↵jan.nijtmans2019-08-111-1/+2
| | | | | | | | | | | | time-related sporadic hangs in io/chan-io tests
* | | TIP #547 implementation: New encodings: UTF-16, UCS-2jan.nijtmans2019-05-311-2/+2
| | |
* | | merge 8.6 (regression bug-[cc1e91552c], etc)sebres2019-01-091-2/+6
|\ \ \ | |/ /
| * | fixed missing dependency in test-cases "*io-60.1" (constraint-related) - ↵sebres2019-01-081-2/+6
| | | | | | | | | | | | missed load of tcltest-library in sub-process
* | | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
| | |
* | | merge 8.6dgp2018-06-261-8/+5
|\ \ \ | |/ /
| * | Restore lost tests.dgp2018-06-261-7/+4
| | |
* | | merge 8.6jan.nijtmans2018-06-251-4/+0
|\ \ \ | |/ /
| * | 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.
* | | merge 8.7dgp2018-01-291-2/+5
|\ \ \
| * \ \ test suite debuggingdgp2018-01-251-2/+5
| |\ \ \ | | |/ /
| | * | 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-2/+2
| |\ \ \ | | |/ /