aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-11-14dict: Fix [dict values] with duplicate valuesSteve Bennett1-0/+1
2016-10-12Array fixes and testsEvan Hunter1-0/+46
2016-10-11Separate out Jim specific testsEvan Hunter3-10/+36
2016-10-09Add more tests for zlibEvan Hunter1-0/+21
2016-10-05dict: dict replace with one arg is not stableSteve Bennett1-1/+1
2016-10-02Add some tests for paths identified as untested by gcov.Evan Hunter3-0/+18
2016-09-28tests/runall: don't abort if signal.test exitsSteve Bennett1-1/+3
2016-09-28tcltest: do a better job of cleanup up after testsSteve Bennett1-28/+0
2016-09-09signal: Remove the signal command from child interpretersSteve Bennett1-17/+25
2016-09-02tests: Fix return code when running tests without [interp]Steve Bennett1-2/+5
2016-08-29lock.test: Improve check for aio.lock supportSteve Bennett1-3/+2
2016-08-29tests/exec.test: Add constraint "unix" for 12.1Danyil Bohdan1-2/+4
2016-08-28zlib: Fix arg error checkingSteve Bennett1-7/+7
2016-08-26If possible, run tests within a sub-interpreterSteve Bennett3-1/+58
2016-08-20Fix aio locking on non-linux platformsSteve Bennett1-23/+12
2016-08-20add POSIX lock/unlock methods to aio objectsHummyPkg1-0/+60
2016-08-17expr: fixes for pow/**Steve Bennett1-0/+489
2016-08-17expr: fix adjacent terms in function callsSteve Bennett2-14/+13
2016-08-17expr: Improve mathfunc handlingSteve Bennett1-59/+63
2016-08-17expr: add support for atan2, hypot and fmodSteve Bennett1-26/+33
2016-07-10Boolean contstants in expr, `string is boolean` classificationNikita Borodikhin3-3/+75
2016-04-11tests/regexp: Remove regexp-22.1Steve Bennett1-32/+0
2016-03-28zlib: Update zlib.test to use needs, testreportSteve Bennett1-27/+30
2016-03-28zlib: add zlib bindingsDima Krasner1-0/+119
2016-03-27Convert unnecessary usage of posix external utilities in tests to use native ...Evan Hunter2-10/+9
2016-03-27exec: read output from pipe before waiting for childrenSteve Bennett1-7/+3
2016-03-27lsort test: allow unstable lsort implementation to return results of same val...Evan Hunter1-3/+8
2016-02-02regexp: Enable additional regexp/regsub testsSteve Bennett2-88/+97
2016-02-02regexp: add support for \D, \W and \SSteve Bennett1-0/+3
2016-01-18Add the tcl_platform(engine) array element.mistachkin1-0/+3
2015-12-13regsub: fix substitution with a trailing backslashSteve Bennett1-0/+5
2015-06-30build: Fix exit code on test failureSteve Bennett1-1/+1
2015-04-06Avoid error in tcltest.tcl if $::argv0 is unsetSteve Bennett2-2/+2
2015-04-06ensure that tests can find tcltest.tclSteve Bennett1-0/+4
2014-12-31Throw an error when parsing a bad scriptSteve Bennett2-45/+53
2014-12-04glob: fix some glob2.test tests on windowsSteve Bennett1-68/+4
2014-11-28glob: add additional testsSteve Bennett1-0/+344
2014-11-28glob: bug fixes and Tcl compatibilitySteve Bennett1-3/+3
2014-11-17Implement string cat (TIP #429)Steve Bennett1-2/+19
2014-10-15Add more tcl compatiblitySteve Bennett1-1/+1
2014-10-15Install tcltest compatibility packageSteve Bennett1-254/+6
2014-10-11jim.c: string to double conversion error messageSteve Bennett3-11/+11
2014-10-10namespace: disallow creation of import loopsSteve Bennett1-1/+22
2014-10-10namespace: restore namespace import supportSteve Bennett1-0/+15
2014-09-01aio: optional argument addrvar for accept.Danyil Bohdan1-1/+34
2014-07-26jim.c: make lindex work as identity function.Danyil Bohdan1-3/+7
2014-04-28event.test: Fix test on HaikuSteve Bennett1-2/+2
2014-03-18jim.c: check for missing quotes, etc. in eval, exprSteve Bennett1-2/+2
2014-01-18jim.c: fix some dict/list shimmering issuesSteve Bennett1-0/+11
2014-01-15jim.c: simplify JimDictExpandArrayVariable()Steve Bennett1-9/+9