- Nov 19, 2019
-
-
Michał Herda authored
-
Michał Herda authored
-
- Nov 15, 2019
-
-
Michał Herda authored
-
Michał Herda authored
This marks tests LOOP.1.{39,40,41,42,43} with :loop-iteration-values-in-finally and :ansi-spec-problem to take into account that the values of iteration variables in FINALLY are effectively undefined by the spec. This way, testers can avoid running these test cases if they want to avoid testing behaviour that is defined in contradictory manners. Removal of these test cases should perhaps be considered in the future. See https://gist.github.com/phoe/335fecfdc195bddd47ab0928b0e62e52 for context.
-
- Oct 31, 2019
-
-
Daniel Kochmański authored
printer: test :length, :level and :circle options for arrays See merge request ansi-test/ansi-test!21
-
Daniel Kochmański authored
fix signum tests to use approximate equal comparison See merge request ansi-test/ansi-test!20
-
- Sep 29, 2019
-
-
Marius Gerbershagen authored
-
- Aug 27, 2019
-
-
Marius Gerbershagen authored
-
- Aug 18, 2019
-
-
Marius Gerbershagen authored
-
- Apr 06, 2019
-
-
Daniel Kochmański authored
Verify that gensym errors with negative *gensym-counter* See merge request ansi-test/ansi-test!19
-
-
- Mar 15, 2019
-
-
Marius Gerbershagen authored
cleanup: don't use logical pathnames for auxiliary files See merge request ansi-test/ansi-test!18
-
While clever it is undesired to have all tests depend on auxiliary files. We fix that by introducing compile-and-load* function which merges the pathname with the auxiliary directory (*AUX-DIR*).
-
- Mar 11, 2019
-
-
Daniel Kochmański authored
Fixes #11.
-
Daniel Kochmański authored
format: add basic tests for the ~e format directive See merge request ansi-test/ansi-test!17
-
- Feb 09, 2019
-
-
Marius Gerbershagen authored
-
- Feb 06, 2019
-
-
Marius Gerbershagen authored
-
- Dec 15, 2018
-
-
Daniel Kochmański authored
Fix issue #4 by not creating arrays whose rank is higher than array-rank-limit Closes #4 See merge request ansi-test/ansi-test!16
-
Daniel Kochmański authored
streams: add 4 new tests for broadcast and string-output streams See merge request ansi-test/ansi-test!15
-
- Nov 29, 2018
-
-
Gary Palter authored
-
- Oct 01, 2018
-
-
Daniel Kochmański authored
broadcast-stream-streams.3: ensure that last component is taken for file-* broadcast-stream-streams.4: ensure conforming results when no components make-string-output-stream.error.4: file-length returns error
-
- Sep 23, 2018
-
-
Daniel Kochmański authored
Add test for numbers without digits See merge request ansi-test/ansi-test!14
-
Daniel Kochmański authored
sharpsign colon reader: add test for package prefix in uninterned symbol See merge request ansi-test/ansi-test!13
-
- Aug 23, 2018
-
-
Marius Gerbershagen authored
ECL 16.1.3 incorrectly reads -. or +. as the number 0, while CLHS section 2.3.1 mandates that all numbers must contain at least one digit.
-
- Aug 21, 2018
-
-
Marius Gerbershagen authored
-
- Jul 19, 2018
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- Apr 28, 2018
-
-
Daniel Kochmański authored
add new test for *read-suppress* See merge request ansi-test/ansi-test!12
-
- Apr 25, 2018
-
-
Marius Gerbershagen authored
According to the example in the CLHS documentation on *read-suppress*, undefined macro dispatch characters should not signal an error
-
- Jan 28, 2018
-
-
Daniel Kochmański authored
fix broken test equalp.36 See merge request !11
-
- Dec 29, 2017
-
-
Marius Gerbershagen authored
-
- Dec 08, 2017
-
-
Daniel Kochmański authored
-
- Sep 21, 2017
-
-
Daniel Kochmański authored
Fix #9: Expose unexpected failures and successes Closes #9 See merge request !10
-
- Sep 05, 2017
-
-
Raymond Toy authored
When `*expected-failures*` is set, RT will print out any unexpected failures or successes. This change adds `*unexpected-failures*` and `*unexpected-successes*` to keep track of this failures or successes in addition to the having them printed out. Users can then inspect these easily to do something based on the results.
-
- Sep 04, 2017
-
-
Daniel Kochmański authored
Fix #8: Set *default-pathname-defaults* for cmucl. Closes #8 See merge request !9
-
Raymond Toy authored
Set `*default-pathname-defaults*` for cmucl in `gclload1.lsp` so that it has the full path to `gclload.lsp`. This is needed so that the tests can be loaded from the subdirectories. Without this, each load file in the subdirectory is set to #P"" and when it tries to load a test file, it can't because the setting of `*default-pathname-defaults*` isn't pointing to the subdirectory but rather the main directory since #P"" means current directory, and cmucl hasn't changed it's current directory. This fix only applies to cmucl and no other lisps.
-
Raymond Toy authored
It's *ignore-extra-close-parentheses*, not *ignore-extra-right-parentheses*.
-
- Aug 24, 2017
-
-
Raymond Toy authored
equalp: add new test for instances See merge request !8
-
- Aug 01, 2017
-
-
Daniel Kochmański authored
-
- May 31, 2017
-
-
Raymond Toy authored
Defstruct tests for predicate, type and named combinations See merge request !7
-