summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [afa4b28153] Correct TclNeedSpace handling of trailing escaped space.dgp2020-04-091-8/+2
* New tests demonstrating bug in TclNeedSpace(): improper handling escaped space.dgp2020-04-091-0/+45
* Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-263-5/+5
* windows: avoid create of legacy error-vars on init phase (in fresh created in...sebres2020-02-171-0/+13
* introduces new command and constraint testWithLimit (as include tests/interna...sebres2020-01-302-60/+111
* small amend (comments only)sebres2020-01-291-2/+3
* better test covering [5d989f9ba3] - limiting AS considers normal memory usage...sebres2020-01-291-16/+43
* Don't run stack-3.1 test on OSX, it fail regulary. Don't really bother for Tc...jan.nijtmans2020-01-211-1/+3
* small amend (skip messages, avoid output on interactive shell)sebres2020-01-171-4/+5
* closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would t...sebres2020-01-171-0/+33
* Add test cases that used to cause floating point overflow in computing the co...Kevin B Kenny2019-12-261-0/+9
* Fix parsing bug when (numSigDigs == 0).dgp2019-12-231-1/+1
* Tests for another parsing bug.dgp2019-12-221-0/+7
* Tests demonstrating the number parsing overflow bugs.dgp2019-12-211-0/+50
* rewrite of [dff608952b]: skip tests if there is really a timing issue (and im...sebres2019-12-061-17/+36
* Exclude some test-cases with possible timing problems on Windows. Double ;; i...jan.nijtmans2019-12-061-4/+5
* Update "opt" from version 0.4.5 to 0.4.7, backported from Tcl 8.7a3.jan.nijtmans2019-11-282-12/+12
* amend to [c93862b3bc] - fixes next timing test-issue in cmdMZ.test - measure ...sebres2019-11-211-22/+29
* remove unneeded constraintsebres2019-11-141-1/+1
* cmdMZ.test: solved timing issues (too slow machines, debug builds, etc)sebres2019-11-061-14/+17
* Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-213-5/+5
* amend to [fec0c17d39] - reduce max count of nested compiles to 1500sebres2019-09-261-3/+3
* cherry-pick [f5b6b83de7] - namespace.test: add missing clean-up (allow repeti...sebres2019-09-251-0/+1
* Fix failing test-case iocmd-21.20 on Travisjan.nijtmans2019-09-251-4/+3
* Add 32-bit Windows builds, both with MSVC and GCC, to Travis. jan.nijtmans2019-09-165-212/+234
|\
| * Merge 8.5jan.nijtmans2019-09-132-339/+315
| |\ | |/ |/|
* | Make test-cases (hopefully) work on Travis, e.g. by adding nonPortable marks ...jan.nijtmans2019-09-132-121/+140
* | Add knownMsvcBug restriction to chanio-20.5, because it sometimes hangs in a ...jan.nijtmans2019-09-131-221/+178
| * Merge 8.5. Mark a few more tests nonPortable (for 8.5, not to be merged to 8.6!)jan.nijtmans2019-09-123-15/+45
| |\ | |/ |/|
* | partially cherrypick of [ecf524bce0], bug-fec0c17d39-8.6-limit: ultimate fix ...sebres2019-09-111-10/+40
|/
* windows, close [7de2d722bd]: prefer temp file to check owner and reown it bef...sebres2019-09-111-2/+22
* Use "package provide Tcl" consistantly, in stead of either "package present T...jan.nijtmans2019-09-111-6/+6
* Don't use constraints like unixOrPc anymore, use unixOrWin (for example)jan.nijtmans2019-09-1012-133/+142
* Backport some improvements to tm.tcl (mostly comments). jan.nijtmans2019-09-101-2/+2
* Don't let Tcl compilation depend on USE_32BIT_TIME_T any more: Microsoft coul...jan.nijtmans2019-09-071-1/+1
|\
* | if frameName (actual level) does not contain a real level (#0 or 1) historica...sebres2019-09-061-1/+1
* | cherry-pick [b87d2183ca]: test cases covering bug [775ee88560]: segfault in u...sebres2019-09-062-0/+21
|/
* amend to [4718b41c56]: check size of st_mtime instead of time_t in constraintsebres2019-09-051-1/+1
* compile.test: reduce count of nested scripts to 1000 in debug case (seems to ...sebres2019-08-301-2/+2
* add test cases covering nested compilation bug [fec0c17d39] (8.5 is not affec...sebres2019-08-291-0/+31
* One more knownMsvcBug marker (seen in Travis). Properly export ::tcltest::tes...jan.nijtmans2019-08-272-1/+2
* Backport two knownMsvcBug markers, which hit us (again) on Travis.jan.nijtmans2019-08-271-7/+9
* If tcltest's removeFile fails for a non-expected reason (e.g. Windows keeps t...jan.nijtmans2019-08-261-1/+1
* One more "knownMsvcBug" marker, for a test-case which failed (incidentally) i...jan.nijtmans2019-08-261-2/+3
* Backport some "knownMsvcBug" markers from 8.6: Those indicate test-cases the ...jan.nijtmans2019-08-202-90/+91
* Disable two async test-cases on Travis (windows-only) because they are curren...jan.nijtmans2019-07-311-2/+3
* Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ...jan.nijtmans2019-07-292-3/+5
* Increase timeout a little bit, making it less likely that this test failes in...jan.nijtmans2019-07-261-2/+2
* cherrypick timerate-loop-opti--discard-resultsebres2019-07-241-4/+39
* integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-121-0/+20
|\