summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* parser: @(mdo) must not be subject to expand-meta.Kaz Kylheku2021-08-111-0/+7
* txr: add tests for :nothrow handling process death.Kaz Kylheku2021-08-074-0/+12
* windows: skip test requiring full Unicode.Kaz Kylheku2021-08-071-0/+3
* txr: @(eof) takes argument for binding termination status.Kaz Kylheku2021-08-052-0/+5
* tests: fix undefined variable warning.Kaz Kylheku2021-08-031-1/+3
* oop: fix infelicity in new* and lnew* macros.Kaz Kylheku2021-07-311-0/+14
* tests: multiple evaluation issue in amb.Kaz Kylheku2021-07-301-2/+2
* tests: longer test for delimited continuations.Kaz Kylheku2021-07-301-0/+10
* parser: allow trailing commas in json, via opt-in flag.Kaz Kylheku2021-07-291-0/+17
* subtypep: handle struct type objects.Kaz Kylheku2021-07-271-0/+48
* pure-rel-path-p: add tests.Kaz Kylheku2021-07-221-0/+23
* op: set nested flag in correct context.Kaz Kylheku2021-07-191-0/+11
* op: fix bug in do.Kaz Kylheku2021-07-191-0/+8
* paths: new tests.Kaz Kylheku2021-07-151-0/+46
* tests: fix stack overflow test case for old gmake.Kaz Kylheku2021-07-141-2/+7
* rand: support buffers as random seeds.Kaz Kylheku2021-07-131-0/+84
* tests: guix fixes.Kaz Kylheku2021-07-135-4/+11
* tests: weaken condition in path search for sh.Kaz Kylheku2021-07-121-1/+1
* tests: json: skip tests relying on cat, if missing.Kaz Kylheku2021-07-121-7/+9
* tests: json: fix accidentally excluded tests.Kaz Kylheku2021-07-121-2/+2
* tests: 002 group: skip test if utils missing.Kaz Kylheku2021-07-121-0/+2
* New function: add-suffix.Kaz Kylheku2021-07-101-0/+19
* New functions: trim-short-suffix, trim-long-suffix.Kaz Kylheku2021-07-101-0/+48
* suffix functions: new test cases.Kaz Kylheku2021-07-101-1/+3
* lib: tests for keep-if, remove-if, separate.Kaz Kylheku2021-07-101-0/+42
* subtypep: handle COBJ inheritance.Kaz Kylheku2021-07-091-0/+20
* with-resources: undocumented nil skip behavior.Kaz Kylheku2021-07-071-0/+18
* tests: fix malformed chmod.tl.Paul A. Patience2021-07-051-11/+11
* genman, lib, tests: use defvarl where possible.Paul A. Patience2021-07-058-37/+31
* stack-limit: bug: not handling RLIM_INFINITY.Kaz Kylheku2021-07-041-6/+9
* path-search: fix test for sh not being in /bin.Kaz Kylheku2021-07-041-1/+1
* suffix functions: ignore trailing slashes.Kaz Kylheku2021-07-031-2/+16
* compiler: add failing inline lambda tests.Kaz Kylheku2021-07-031-0/+10
* tests: support for compiled test forms.Kaz Kylheku2021-07-032-23/+51
* tests: include constp test in compile case.Kaz Kylheku2021-07-021-1/+1
* tests: simplify file name handling in compile test.Kaz Kylheku2021-07-021-5/+5
* lambda: tests.Kaz Kylheku2021-07-021-0/+88
* constantp: tests.Kaz Kylheku2021-07-021-0/+23
* op: bug in do: must insert @1 into unexpanded form.Kaz Kylheku2021-06-291-0/+5
* path-cat: becomes variadic.Kaz Kylheku2021-06-291-0/+32
* New function: path-search.Kaz Kylheku2021-06-291-0/+15
* regex-from-trie: correctly handle empty trie.Kaz Kylheku2021-06-271-0/+4
* regex-from-trie: bugs processing compressed trie.Kaz Kylheku2021-06-271-0/+5
* regex-from-trie: bugfix: incomplete regex.Kaz Kylheku2021-06-271-1/+1
* filter: regex-from-trie produces bad or syntax.Kaz Kylheku2021-06-271-0/+49
* tests: reduce time spent in stack overflow test.Kaz Kylheku2021-06-261-0/+1
* base-name: bug with empty string suffix.Kaz Kylheku2021-06-261-0/+28
* suffix functions: requirements change.Kaz Kylheku2021-06-261-22/+22
* suffix functions: leading dot is not delimiterKaz Kylheku2021-06-261-13/+23
* signals: disable stack overflow in handler.Kaz Kylheku2021-06-241-0/+11