| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some tests, added trial macOS build | dkf | 2020-11-14 | 1 | -3/+4 |
|
|
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.n | jan.nijtmans | 2020-10-30 | 1 | -10/+10 |
|
|
* | Let all test-cases load the "tcltest" package the same way. Depend on tcltest... | jan.nijtmans | 2020-09-04 | 1 | -3/+2 |
|
|
* | Merge 8.5 | jan.nijtmans | 2020-09-02 | 1 | -2/+3 |
|\ |
|
| * | Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with TCL_UT... | jan.nijtmans | 2020-04-22 | 1 | -2/+1 |
|
|
| * | Determine "testConstraint ucs2" without the need for a testcommand. Rename "c... | jan.nijtmans | 2020-04-22 | 1 | -2/+1 |
|
|
| * | Use new testing command to constrain tests to (sizeof(Tcl_UniChar) == 2) | dgp | 2020-04-21 | 1 | -1/+3 |
|
|
* | | Testcase chan-io-50.1 still fails sometimes on MacOSX. So put same measures i... | jan.nijtmans | 2020-08-26 | 1 | -2/+6 |
|
|
* | | amend to [8054e19451]: clean up timeout timer event (avoid timing issues on f... | sebres | 2020-08-10 | 1 | -0/+1 |
|
|
* | | Remove use of (always enabled) "openpipe" constraint. | jan.nijtmans | 2020-08-10 | 1 | -72/+72 |
|
|
* | | 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 |
|\ \ |
|
| * | | Testcase cleanup: transform *io-50.* testcases to new test syntax | jan.nijtmans | 2020-08-03 | 1 | -7/+10 |
|
|
* | | | Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a han... | jan.nijtmans | 2020-07-21 | 1 | -10/+10 |
|/ / |
|
* | | Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes fai... | jan.nijtmans | 2020-07-21 | 1 | -6/+6 |
|
|
* | | no functional changes (closed bracket in comment, lint concerns only) | sebres | 2020-05-29 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: time-related... | jan.nijtmans | 2019-08-11 | 1 | -1/+2 |
|
|
* | | fixed missing dependency in test-cases "*io-60.1" (constraint-related) - miss... | sebres | 2019-01-08 | 1 | -2/+6 |
|
|
* | | Restore lost tests. | dgp | 2018-06-26 | 1 | -7/+4 |
|
|
* | | Add another suppress rule for valgrind, factor test code into | pooryorick | 2018-06-22 | 1 | -4/+0 |
|
|
* | | 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 |
|
|
* | | Don't use "0%o" format in test-cases, as it suggest's it's the normal way to ... | jan.nijtmans | 2017-04-14 | 1 | -4/+4 |
|
|
* | | chanio.test: [win] fix test case (setup set translation to "lf", because of d... | sebres | 2017-03-06 | 1 | -1/+1 |
|
|
* | | test repairs | dgp | 2016-07-22 | 1 | -2/+0 |
|
|
* | | [77d58e3a7a] Test case independence: chanio, cmdah, env, history. | dkf | 2016-07-14 | 1 | -4/+19 |
|
|
* | | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 1 | -5/+11 |
|
|
* | | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 | dgp | 2014-05-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21 | dgp | 2014-05-12 | 1 | -1/+1 |
|
|
* | | Tests (chan)io-34.21 are constrained for largefileSupport, and that's disable... | dgp | 2014-05-09 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Tests (chan)io-34.21 are constrained for largefileSupport, and that's | dgp | 2014-05-09 | 1 | -3/+3 |
|
|
* | | [Bug 3605120]: Stop test chan-io-28.7 from hanging when run standalone. | dkf | 2013-02-26 | 1 | -5/+9 |
|
|
* | | Let all test-cases which require Thread, at least require Thread 2.7 | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|
|
* | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati... | jan.nijtmans | 2012-07-29 | 1 | -0/+3 |
|
|
* | | Release the right thread! D'oh! | dgp | 2011-09-09 | 1 | -1/+1 |
|
|
* | | 3389733 Convert [testthread] use to Thread package use in chan-io-70.1. | dgp | 2011-09-09 | 1 | -20/+8 |
|
|
* | | Correct test suite errors revealed by a -singleproc 1 -debug 1 run. | dgp | 2011-07-07 | 1 | -1/+1 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|
|