- Jun 06, 2022
-
-
Karsten Poeck authored
-
- Jun 05, 2022
-
-
Karsten Poeck authored
-
Karsten Poeck authored
-
Karsten Poeck authored
-
- May 31, 2022
-
-
Karsten Poeck authored
-
- May 28, 2022
-
-
Karsten Poeck authored
-
Karsten Poeck authored
-
- May 27, 2022
-
-
Karsten Poeck authored
-
- May 15, 2022
-
-
Karsten Poeck authored
-
- May 13, 2022
-
-
Karsten Poeck authored
-
Karsten Poeck authored
-
Karsten Poeck authored
-
- Mar 27, 2022
-
-
Karsten Poeck authored
-
Karsten Poeck authored
-
- Mar 24, 2022
-
-
Daniel Kochmański authored
Fixes to FORMAT.E tests Closes #32 and #33 See merge request !50
-
Christophe Rhodes authored
It invokes undefined behaviour. Fixes #33
-
Christophe Rhodes authored
Fixes #32
-
Daniel Kochmański authored
Fix non-standard LOOP construct See merge request !49
-
Christophe Rhodes authored
-
- Dec 27, 2021
-
-
Daniel Kochmański authored
Compile tests in batches See merge request !38
-
Daniel Kochmański authored
objects: make-load-form: add tests for correct ordering of load time forms See merge request !43
-
Daniel Kochmański authored
Add test for upcasing in logical pathname parsing See merge request !48
-
- Nov 21, 2021
-
-
Karsten Poeck authored
-
- Oct 03, 2021
-
-
Marius Gerbershagen authored
Check for symbol length in character.1.body See merge request !46
-
Marius Gerbershagen authored
fix bogus error in ensure-directories-exist.8 See merge request !47
-
- Oct 01, 2021
-
-
Marius Gerbershagen authored
The test would succeed only the first time it was run, since it was creating a temporary directory each run which wasn't cleaned up.
-
- Jul 31, 2021
-
-
Tarn Burton authored
-
- Apr 03, 2021
-
-
Karsten Poeck authored
-
https://gitlab.common-lisp.net/ansi-test/ansi-testKarsten Poeck authored
Merge branch 'master' of https://gitlab.common-lisp.net/ansi-test/ansi-test into feature-clasp-changes
-
- Mar 26, 2021
-
-
Marius Gerbershagen authored
Nowhere in the specification does it say that an invalid proclamation has to result in a type-error. All other proclaim.error tests only check for an error.
-
- Mar 14, 2021
-
-
https://gitlab.common-lisp.net/ansi-test/ansi-testKarsten Poeck authored
Merge branch 'master' of https://gitlab.common-lisp.net/ansi-test/ansi-test into feature-clasp-changes
-
Karsten Poeck authored
-
Karsten Poeck authored
-
- Mar 08, 2021
-
-
Karsten Poeck authored
-
- Feb 15, 2021
-
-
Marius Gerbershagen authored
-
- Jan 26, 2021
-
-
Raymond Toy authored
- Ignore sse2f fasls created by cmucl/x86 - Add comment to makefile on how to run with cmucl
-
- Jan 24, 2021
-
-
Raymond Toy authored
Cmucl converts a string to Unicode NFC form before creating a symbol. This means some symbols have names that longer than 1 character. The test assumes the name has one character which causes an error in cmucl. This just adds a check that the length is 1 before extracting the character from the symbol name. This doesn't change behavior of the test (which was already assuming a length of 1), but allows cmucl not to signal an error but to finish the test with a meaningful list of characters whose corresponding symbol name is more than one character long. A couple of minor tweaks: - Ignore sse2f fasl created by cmucl/x86. - Add comment to makefile on how to run with cmucl.
-
- Jan 17, 2021
-
-
Raymond Toy authored
Use char-equal in position as indicted by phoe See merge request ansi-test/ansi-test!45
-
-
Karsten Poeck authored
-