summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* merge 8.6sebres2019-08-271-4/+77
|\
| * closes [fa6bf38d07]: integrate bug-fa6bf38d07-v2sebres2019-08-271-4/+77
| |\
| | * more test casessebres2019-08-271-1/+42
| | * added tests covering bug [fa6bf38d07]sebres2019-08-271-4/+36
* | | Merge 8.6jan.nijtmans2019-08-272-2/+2
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-08-271-1/+1
| |\ \ | | |/ | |/|
| | * 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
* | | Merge 8.6jan.nijtmans2019-08-262-3/+4
|\ \ \ | |/ /
| * | Merge 8.5jan.nijtmans2019-08-262-3/+4
| |\ \ | | |/
| | * 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
* | | Minor simplification in test-suite: Because "teststringobj maxchars" has the ...jan.nijtmans2019-08-142-10/+10
* | | Merge 8.6jan.nijtmans2019-08-132-3/+5
|\ \ \ | |/ /
| * | Mark 3 testcases as knownMsvcBug. See: [e484a8407cb9ec45]: pipe: time-related...jan.nijtmans2019-08-112-3/+5
* | | Merge 8.6jan.nijtmans2019-08-042-5/+5
|\ \ \ | |/ /
| * | One more test which - apparently - cannot be thrusted when run in the Travis ...jan.nijtmans2019-08-041-1/+1
| * | Increase some timeout's a little, hoping this reduces the chance on Travis te...jan.nijtmans2019-08-031-4/+4
* | | Merge 8.6jan.nijtmans2019-08-021-1/+2
|\ \ \ | |/ /
| * | One more knownMsvcBug marker, for a test which sometimes fails on Travis.jan.nijtmans2019-08-021-1/+2
* | | Merge 8.6jan.nijtmans2019-08-021-1/+4
|\ \ \ | |/ /
| * | Add one more knownMsvcBug marker, for a test-case which sometimes fails in Tr...jan.nijtmans2019-08-021-1/+4
* | | Mark one more test as knownMsvcBugjan.nijtmans2019-08-011-1/+2
* | | Merge 8.6jan.nijtmans2019-08-011-1/+1
|\ \ \ | |/ /
| * | Mark one more test-case as knownMsvcBug. TODO: something to be fixed here? Se...jan.nijtmans2019-08-011-1/+1
* | | Merge 8.6jan.nijtmans2019-07-315-11/+16
|\ \ \ | |/ /
| * | Mark 6 failing tests as knownMsvcBug. To be investigated.jan.nijtmans2019-07-313-6/+9
| |\ \ | | |/
| | * Disable two async test-cases on Travis (windows-only) because they are curren...jan.nijtmans2019-07-311-2/+3
| * | Merge 8.5jan.nijtmans2019-07-302-3/+5
| |\ \ | | |/
| | * Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ...jan.nijtmans2019-07-292-3/+5
| * | Merge 8.5jan.nijtmans2019-07-261-2/+2
| |\ \ | | |/
| | * 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
* | | merge 8.6sebres2019-07-241-4/+39
|\ \ \ | |/ /
| * | fix done optimization (TCL_EVAL_DISCARD_RESULT) for nested call - supply and ...sebres2019-07-231-4/+29
| * | better rewritten loop optimization: new evalFlag "TCL_EVAL_DISCARD_RESULT" in...sebres2019-07-231-0/+10
* | | Remove last traces of strtod() function, since it isn't used in Tcl any more.jan.nijtmans2019-07-161-1/+1
* | | merge 8.6, integrate branch bug-4718b41c56, rebuild win/configure, conflicts ...sebres2019-07-121-0/+20
|\ \ \ | |/ /
| * | integrate branch bug-4718b41c56, revert/rebuild win/configure (2.69 in tcl8.6...sebres2019-07-121-0/+20
| |\ \ | | |/
| | * integrate branch bug-4718b41c56, closes [4718b41c56]sebres2019-07-121-0/+20
| | |\
| | | * fixes [4718b41c56] for windows x86 (mingw / MSVC versions with CRT supporting...sebres2019-07-081-0/+20
| | * | More tweaking to work around YAML parsing issues and fix an irrelevant test f...dkf2019-07-091-18/+22
| | |/
* | | Implement TIP #547: New encodings: UTF-16, UCS-2jan.nijtmans2019-06-286-17/+28
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2019-06-263-84/+136
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2019-06-163-9/+202
| |\ \ \ \
| * | | | | TIP #547 implementation: New encodings: UTF-16, UCS-2jan.nijtmans2019-05-316-17/+28
* | | | | | merge 8.6sebres2019-06-271-20/+25
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | winFCmd.test: fixes EXDEV related constraint and paths in test cases (coverin...sebres2019-06-271-20/+25
* | | | | | zipfs.test: fixed error (couldn't open "...": permission denied) if $tclzip p...sebres2019-06-271-1/+1
| |_|_|/ / |/| | | |