Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.6 | jan.nijtmans | 2020-09-04 | 1 | -2/+7 |
|\ | |||||
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵ | jan.nijtmans | 2020-09-04 | 1 | -3/+2 |
| | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions | ||||
* | | Merge 8.6 | jan.nijtmans | 2020-09-02 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Merge 8.5 | jan.nijtmans | 2020-09-02 | 1 | -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.nijtmans | 2020-04-22 | 1 | -2/+1 |
| | | | | | | | | | | | | TCL_UTF_MAX>4 | ||||
| | * | Determine "testConstraint ucs2" without the need for a testcommand. Rename ↵ | jan.nijtmans | 2020-04-22 | 1 | -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) | dgp | 2020-04-21 | 1 | -1/+3 |
| | | | | | | | | | until bugs are fixed when (sizeof(Tcl_UniChar == 4). | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-08-26 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Testcase chan-io-50.1 still fails sometimes on MacOSX. So put same measures ↵ | jan.nijtmans | 2020-08-26 | 1 | -2/+6 |
| | | | | | | | | | | | | in place as in io-50.1. See: [f586089a2b] | ||||
* | | | merge 8.6 | pooryorick | 2020-08-10 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | amend to [8054e19451]: clean up timeout timer event (avoid timing issues on ↵ | sebres | 2020-08-10 | 1 | -0/+1 |
| | | | | | | | | | | | | further tests) | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-08-10 | 1 | -96/+126 |
|\ \ \ | |/ / | |||||
| * | | Remove use of (always enabled) "openpipe" constraint. | jan.nijtmans | 2020-08-10 | 1 | -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. | culler | 2020-08-10 | 1 | -2/+2 |
| | | | |||||
| * | | use vwait in chanio tests too. | culler | 2020-08-09 | 1 | -12/+24 |
| | | | |||||
| * | | Add and use testservicemode command; replace update by vwait | culler | 2020-08-08 | 1 | -14/+28 |
| | | | |||||
| * | | Fix the expected result for chanio-50.6 | culler | 2020-08-07 | 1 | -1/+1 |
| | | | |||||
| * | | Experiment with io-50.1 on Travis | culler | 2020-08-07 | 1 | -7/+4 |
| | | | |||||
| * | | Experiment with chan-io-50.6 on Travis | culler | 2020-08-06 | 1 | -4/+11 |
| | | | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-08-03 | 1 | -3/+6 |
| |\ \ | |||||
| * | | | Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a ↵ | jan.nijtmans | 2020-07-21 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | hand at the problem [f586089a2b] | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2020-08-03 | 1 | -7/+10 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Testcase cleanup: transform *io-50.* testcases to new test syntax | jan.nijtmans | 2020-08-03 | 1 | -7/+10 |
| |/ / | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-07-21 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes ↵ | jan.nijtmans | 2020-07-21 | 1 | -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 testcases | jan.nijtmans | 2020-07-16 | 1 | -2/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2020-06-04 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | no functional changes (closed bracket in comment, lint concerns only) | sebres | 2020-05-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.6 | jan.nijtmans | 2019-09-13 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2019-09-13 | 1 | -33/+33 |
| |\ \ | | |/ | |||||
| | * | Add knownMsvcBug restriction to chanio-20.5, because it sometimes hangs in a ↵ | jan.nijtmans | 2019-09-13 | 1 | -221/+178 |
| | | | | | | | | | | | | Travis build. Restucture many test-cases to tcltest 2 syntax. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2019-09-10 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.5 | jan.nijtmans | 2019-09-10 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Don't use constraints like unixOrPc anymore, use unixOrWin (for example) | jan.nijtmans | 2019-09-10 | 1 | -2/+2 |
| | | | |||||
| | * | Backport some "knownMsvcBug" markers from 8.6: Those indicate test-cases the ↵ | jan.nijtmans | 2019-08-20 | 1 | -49/+49 |
| | | | | | | | | | | | | sporadically fail in the Travis Windows environment. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2019-08-13 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: ↵ | jan.nijtmans | 2019-08-11 | 1 | -1/+2 |
| | | | | | | | | | | | | time-related sporadic hangs in io/chan-io tests | ||||
* | | | TIP #547 implementation: New encodings: UTF-16, UCS-2 | jan.nijtmans | 2019-05-31 | 1 | -2/+2 |
| | | | |||||
* | | | merge 8.6 (regression bug-[cc1e91552c], etc) | sebres | 2019-01-09 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | fixed missing dependency in test-cases "*io-60.1" (constraint-related) - ↵ | sebres | 2019-01-08 | 1 | -2/+6 |
| | | | | | | | | | | | | missed load of tcltest-library in sub-process | ||||
* | | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -2/+2 |
| | | | |||||
* | | | merge 8.6 | dgp | 2018-06-26 | 1 | -8/+5 |
|\ \ \ | |/ / | |||||
| * | | Restore lost tests. | dgp | 2018-06-26 | 1 | -7/+4 |
| | | | |||||
* | | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -4/+0 |
|\ \ \ | |/ / | |||||
| * | | Add another suppress rule for valgrind, factor test code into | pooryorick | 2018-06-22 | 1 | -4/+0 |
| | | | | | | | | | tests/tcltests.tcl, and constrained a some tests in the valgrind case. | ||||
* | | | merge 8.7 | dgp | 2018-01-29 | 1 | -2/+5 |
|\ \ \ | |||||
| * \ \ | test suite debugging | dgp | 2018-01-25 | 1 | -2/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | lifetime management of files generated by tests | dgp | 2018-01-25 | 1 | -0/+5 |
| | |\ \ | | | |/ | |||||
| | | * | lifetime management of files generated by tests | dgp | 2018-01-25 | 1 | -0/+5 |
| | | | | |||||
| * | | | Repair revised tests that failed. | dgp | 2017-04-17 | 1 | -2/+2 |
| |\ \ \ | | |/ / |