aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-02-15subst: don't ignore vars after first failed varSteve Bennett1-0/+5
2024-02-04aio: tty: Add support for vstart and vstopSteve Bennett1-1/+1
2024-01-29regexp: implement regsub -commandSteve Bennett1-2/+41
2023-11-02tests: timer: skip unreliable testsSteve Bennett1-15/+34
2023-08-13jimsh, interp, tests: fixes when line editing is disabledSteve Bennett2-6/+8
2023-08-13tests: misc: improve 'info statics' testSteve Bennett1-3/+5
2023-08-12tests: socket: hurd vs LinuxSteve Bennett1-2/+13
2023-08-12tests: support hurdSteve Bennett2-4/+4
2023-07-10tests: event.test: increase waits in event-11.4Steve Bennett1-3/+3
2023-07-10info script: return real current source fileSteve Bennett1-0/+10
2023-07-05tests: Fix/add some constraint checksSteve Bennett2-1/+3
2023-07-04core: add support for proc statics by referenceSteve Bennett1-0/+168
2023-07-04debug: convert to use subcmdSteve Bennett1-2/+2
2023-07-04dict: convert to use subcmdSteve Bennett1-1/+1
2023-07-04interactive: enable hint supportSteve Bennett1-2/+10
2023-07-04tests: add aio.test for open -nocloseSteve Bennett1-2/+19
2023-07-04tests: tty.test: use a pty pair if stdin/stdout is not a ttySteve Bennett1-12/+25
2023-07-04tests: expect.tcl: leave the channel in non-blocking modeSteve Bennett1-2/+1
2023-07-04tcltest: rework constraint systemSteve Bennett34-137/+92
2023-07-04aio: change to use unix io, not stdioSteve Bennett4-27/+251
2023-06-21core: Display errors in a more "pythonesque" waySteve Bennett5-68/+77
2023-05-25tests: for multi-level break, continueSteve Bennett1-0/+127
2023-05-25core: support multi-level while, break from loopsSteve Bennett1-7/+15
2023-05-06jim: info frame improvementsSteve Bennett1-14/+17
2023-04-19regexp: fix incorrect check for invalid escape sequence at end of charsetSteve Bennett1-0/+4
2023-04-19regexp: fix check for termination in [[:class:]]Steve Bennett1-0/+4
2023-02-24dict with: return script resultSteve Bennett2-2/+19
2023-02-13ensemble: Add a simple ensemble commandSteve Bennett2-0/+122
2023-02-13vwait: add support for vwait -signalSteve Bennett1-6/+6
2023-02-13Tcl-compatible 'info frame'Steve Bennett2-13/+17
2023-02-06tests: exec2: may need to set default SIGPIPE dispositionSteve Bennett1-1/+1
2023-02-06tests: Don't run exec2 in a child interpreterSteve Bennett2-3/+4
2022-12-26tests: add garbage collection testsSteve Bennett1-0/+80
2022-12-03regexp: fix end of word checkSteve Bennett1-0/+4
2022-08-29tests: lock.test: child lock test should be more reliableSteve Bennett1-1/+1
2022-08-21tree: node ids are now simple integersSteve Bennett1-1/+1
2022-08-21tests: Fix file.test on WindowsSteve Bennett1-1/+1
2022-08-21tests: file.test - increase code coverageSteve Bennett1-0/+50
2022-07-31tests: Fix SIGPIPE testsSteve Bennett1-9/+3
2022-07-25unset: don't return a result with -nocomplainSteve Bennett1-0/+6
2022-05-08tests: add tests for wait -1Steve Bennett2-0/+11
2022-04-14aio: TIP 603 - Implement stat of an open file handleSteve Bennett1-0/+18
2022-04-14win32: Fix process handle vs pid distinctionSteve Bennett1-1/+1
2022-04-14try: add support for trapSteve Bennett1-0/+44
2022-04-12getref, setref: No need to allow for leading, trailing spaceSteve Bennett1-2/+1
2022-04-11getref, setref: reference may be qualifiedSteve Bennett1-0/+19
2022-02-23tests: Fix load.test when jimsh not yet installedSteve Bennett1-19/+17
2021-12-13dict: Fix possible duplicate entries when settingSteve Bennett1-0/+13
2021-07-09tests: move garabage collection test to ref.testSteve Bennett2-17/+24
2021-07-08collect: correctly handle references as globally scoped namesSteve Bennett1-0/+17