aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-09-21lreplace: Implement TIP #505Steve Bennett1-3/+83
2018-07-25Update autosetup to v0.6.8Steve Bennett2-11/+13
2017-12-31utf8: Be more strict at rejecting invalid UTF-8 sequences.Steve Bennett2-20/+5
2017-12-31regexp: Implement class shorthand escapes in bracketsSteve Bennett1-0/+1
2017-11-29tests: clock.test needs cmd clockSteve Bennett1-0/+2
2017-11-26tests: Make the failing SIGPIPE tests go away on AppVeyorSteve Bennett1-1/+7
2017-11-25tests: remove debugging from event.testSteve Bennett1-2/+0
2017-11-25tests: If ipv6 sockets can't be bound, don't testSteve Bennett1-2/+15
2017-11-04tests: exec2-3.2 now passes on OpenBSDSteve Bennett1-3/+3
2017-10-21tests: Use a more explicit approach to test SIGPIPESteve Bennett1-2/+8
2017-10-17tests: Try to fix exec2-3.2 on WindowsSteve Bennett1-2/+2
2017-10-17signal, exec, wait, pid: improvements, especially to execSteve Bennett3-9/+55
2017-09-21prefix.test: Use the correct package nameSteve Bennett1-1/+1
2017-09-15Implement defer, $jim::deferSteve Bennett1-0/+237
2017-09-01tests: binary tests require pack on jimSteve Bennett1-0/+3
2017-09-01Support lambda even if references are disabledSteve Bennett1-2/+2
2017-08-27tests/timer.test: Remove timer-6.5Steve Bennett1-10/+1
2017-08-27tests/exec.test: Minor fix for exec-12.1 on hurdSteve Bennett1-1/+1
2017-08-03tree: Allow nodes to be deletedSteve Bennett1-0/+15
2017-08-03Error on extra characters after close braceSteve Bennett2-3/+6
2017-05-30expr: Ensure that non-zero return codes are passed throughSteve Bennett1-0/+13
2017-05-23expr: Replace expression engineSteve Bennett1-0/+8
2017-04-18clock: Fix clock format on mingw platformsSteve Bennett1-2/+2
2017-04-18clock: Fix test for platforms with no scan supportSteve Bennett1-1/+1
2017-04-18clock: Add -gmt option to format and scanSteve Bennett1-0/+52
2017-04-07expr: Add better checks for invalid ternary expressionSteve Bennett1-1/+1
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