Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add another suppress rule for valgrind, factor test code into | pooryorick | 2018-06-22 | 8 | -28/+34 |
| | | | tests/tcltests.tcl, and constrained a some tests in the valgrind case. | ||||
* | Suppress more valgrind "still reachable" reports and ensure that threads are | pooryorick | 2018-06-21 | 1 | -20/+36 |
| | | | fully finalized in thread tests. | ||||
* | Add valgrind suppression for dlopen and ensure that processes are reaped in | pooryorick | 2018-06-20 | 1 | -0/+7 |
| | | | http11.test. | ||||
* | Remove recent auto_path modification in tests/all.tcl and suppress more | pooryorick | 2018-06-20 | 1 | -15/+5 |
| | | | valgrind reports. | ||||
* | new file: tools/valgrind_suppress. num-callers bumped from 8 to 24. Valgrind | pooryorick | 2018-06-19 | 2 | -10/+15 |
| | | | now issues no "still reachable" reports for cmdAH.test. | ||||
* | Avoid valgrind "still reachable" reports stemming from early termination of | pooryorick | 2018-06-18 | 1 | -11/+29 |
| | | | threads. | ||||
* | Plug leak in TclSetEnv. | pooryorick | 2018-06-18 | 1 | -4/+4 |
| | |||||
* | Remove dependencies between tests in env.test. | pooryorick | 2018-06-17 | 2 | -167/+236 |
| | |||||
* | Add tests/tcltests.tcl as a place to store common code for tests. | pooryorick | 2018-06-16 | 1 | -0/+3 |
| | |||||
* | new package | pooryorick | 2018-06-16 | 4 | -11/+30 |
| | | | | tcltests exclude some exec.test tests when running under valgrind | ||||
* | merge 8.5 | dgp | 2018-06-13 | 1 | -2/+0 |
|\ | |||||
| * | Stop creating a stray child process. | dgp | 2018-06-13 | 1 | -2/+0 |
| | | |||||
* | | merge 8.5 | dgp | 2018-06-12 | 1 | -8/+4 |
|\ \ | |/ | |||||
| * | [860a9f1945] Remove test safe-8.8; Mac OS 9 tests are no longer useful. | dgp | 2018-06-12 | 1 | -8/+4 |
| | | |||||
* | | merge 8.5 (conflicts resolved, rewritten without winapi-stubs) | sebres | 2018-05-28 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | merge/reintegrate test-cases from bug-9e6b569963 | sebres | 2018-05-25 | 1 | -0/+6 |
| |\ | |||||
| | * | Remove test filesystem-1.30.3, this is unstestable | fvogel | 2018-05-24 | 1 | -3/+0 |
| | | | |||||
| | * | Add support for ~domain\user style user names, with new test test ↵ | fvogel | 2018-05-23 | 1 | -0/+3 |
| | | | | | | | | | | | | filesystem-1.30.3. Warning: does not yet work. | ||||
| | * | Add test filesystem-1.30.2 {normalisation of nonexistent user specified as ↵ | fvogel | 2018-05-19 | 1 | -0/+3 |
| | | | | | | | | | | | | user@domain} | ||||
| | * | Add test filesystem-1.30.1 checking file normalize ~$::tcl_platform(user). ↵ | fvogel | 2018-05-18 | 1 | -0/+3 |
| | | | | | | | | | | | | This test should currently fail when the computer is connected to a Windows domain controller, due to [9e6b569963]: file normalize ~user fails on Windows | ||||
* | | | merge 8.5, conflicts resolved (rewritten without winapi-stubs) | sebres | 2018-05-24 | 1 | -1/+1 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | fixed typo in winFCmd-12.6.2: unneeded extra-bracket removed | sebres | 2018-05-24 | 1 | -1/+1 |
| | | |||||
* | | merge 8.5 | dgp | 2018-04-30 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Contain platform-specific things in the constraint-controlled parts of the test. | dgp | 2018-04-30 | 1 | -2/+3 |
| | | |||||
* | | merge core-8-5-branch (fix-1613456fff) | sebres | 2018-04-30 | 3 | -7/+23 |
|\ \ | |/ | |||||
| * | merge fix-1613456fff, closes [1613456fffffffff] and [27b682284974d0cd] | sebres | 2018-04-30 | 4 | -27/+52 |
| |\ | |||||
| | * | win: some test-cases missing constraint for testexcept (if compiled without ↵ | sebres | 2018-04-11 | 1 | -4/+5 |
| | | | | | | | | | | | | test) | ||||
| | * | win: fix several test-cases for windows platform | sebres | 2018-04-09 | 3 | -23/+47 |
| | | | |||||
* | | | Bug-fix in Tcl_UtfAtIndex (for TCL_UTF_MAX=4 only). With test-case (in ↵ | jan.nijtmans | 2018-04-23 | 1 | -2/+9 |
| | | | | | | | | | | | | "string totitle") demonstrating the bug. | ||||
* | | | [46a2410650] compiled [unset] was bypassing cleanup of active array search. | dgp | 2018-04-22 | 1 | -0/+16 |
| | | | | | | | | | Overdue thanks to Andy Goth for tests and report. | ||||
* | | | merge 8.5 | dgp | 2018-04-19 | 1 | -0/+12 |
|\ \ \ | |/ / | |||||
| * | | An [array set] from a dict can only take shortcuts when the dict is "pure", | dgp | 2018-04-19 | 1 | -0/+12 |
| |/ | | | | | that is, has no string rep. | ||||
* | | Array trace firing must come before argument checking might raise error. | dgp | 2018-04-17 | 1 | -0/+13 |
| | | |||||
* | | [array set] must fire array traces. Don't disrupt that by reporting argument | dgp | 2018-04-17 | 1 | -0/+9 |
| | | | | | | errors too early. | ||||
* | | Missing test cleanups that break later tests. | dgp | 2018-03-15 | 4 | -2/+12 |
| | | |||||
* | | merge 8.6 | dgp | 2018-03-14 | 1 | -0/+6 |
|\ \ | |||||
| * | | Backout recent patch working on Object and Namespace refcounts. | dgp | 2018-03-14 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | It creates new leaks and memory corruption according to valgrind, and the preceding checkin did not. Keep developing on the memleak branch and it can merge again when valgrind and memleak tests both like it. | ||||
| * | | Audit and correct Object reference counting issues. | pooryorick | 2018-03-13 | 1 | -1/+7 |
| |\ \ | |||||
| * \ \ | Merge new test and comments from 8.5 to demo that INST_STR_REPLACE is bad. | dgp | 2018-03-13 | 1 | -0/+6 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Tidy up and comment [string replace] and its corner cases. | dgp | 2018-03-13 | 1 | -0/+6 |
| | | | | |||||
* | | | | A few test hygiene fixes. | dgp | 2018-03-14 | 1 | -2/+4 |
| | | | | |||||
* | | | | Further work to improve Object reference accounting in order to plug leaks. | pooryorick | 2018-03-14 | 1 | -60/+152 |
| |_|/ |/| | | |||||
* | | | Audit and correct Object reference counting issues. | pooryorick | 2018-03-13 | 1 | -1/+7 |
|/ / | |||||
* | | rename tests to make room for new tests in 8.7 | dgp | 2018-03-10 | 2 | -4/+4 |
| | | |||||
* | | More demonstration tests of index value encoding flaws. | dgp | 2018-03-09 | 2 | -2/+26 |
| | | |||||
* | | New tests demonstrating index value encoding flaws in [lsearch]. | dgp | 2018-03-09 | 1 | -5/+36 |
| | | |||||
* | | Another error ordering test. | dgp | 2018-03-08 | 1 | -0/+3 |
| | | |||||
* | | New test expose flaw in error ordering. | dgp | 2018-03-08 | 1 | -0/+3 |
| | | |||||
* | | Rollback the stealth change to [lreplace a 1 1] in Tcl 8.6.6. [409ea17e37]. | dgp | 2018-03-08 | 1 | -4/+4 |
| | | | | | | Scratch rewrite of the [lreplace] compiler. | ||||
* | | Tests of [assemble] use of compiled index values. | dgp | 2018-03-07 | 1 | -0/+6 |
| | |