- 10 Nov, 2022 2 commits
-
-
Daniel Kochmański authored
Use copy of dispatch table in test See merge request !52
-
Tarn Burton authored
-
- 17 Oct, 2022 4 commits
-
-
Daniel Kochmański authored
Include char-code in read-symbol.13 and read-symbol.14 See merge request !50
-
-
Daniel Kochmański authored
Fix #35: Disable test shiftf.7 Closes #35 See merge request !51
-
-
- 08 Sep, 2022 1 commit
-
-
Daniel Kochmański authored
Fix #34: parse-namestring.5 should test with logical host "CLTEST" Closes #34 See merge request !49
-
- 07 Sep, 2022 1 commit
-
-
Raymond Toy authored
Currently `parse-namestring.5` creates a pathname with a logical host of "CLTEST". It then tests that the corresponding namestring has a host of "CLSTEST". That should be "CLTEST" instead.
-
- 24 Mar, 2022 5 commits
-
-
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
-
- 27 Dec, 2021 3 commits
-
-
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
-
- 03 Oct, 2021 2 commits
-
-
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
-
- 01 Oct, 2021 1 commit
-
-
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.
-
- 31 Jul, 2021 1 commit
-
-
Tarn Burton authored
-
- 26 Mar, 2021 1 commit
-
-
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.
-
- 15 Feb, 2021 1 commit
-
-
Marius Gerbershagen authored
-
- 26 Jan, 2021 1 commit
-
-
Raymond Toy authored
- Ignore sse2f fasls created by cmucl/x86 - Add comment to makefile on how to run with cmucl
-
- 24 Jan, 2021 1 commit
-
-
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.
-
- 17 Jan, 2021 2 commits
-
-
Raymond Toy authored
Use char-equal in position as indicted by phoe See merge request !45
-
-
- 03 Jan, 2021 2 commits
-
-
Raymond Toy authored
Fix Spelling error *unexpected-successes Closes #30 See merge request !44
-
Karsten Poeck authored
-
- 23 Dec, 2020 1 commit
-
-
Marius Gerbershagen authored
-
- 02 Dec, 2020 1 commit
-
-
Daniel Kochmański authored
Clear unexpected failures and successes See merge request !42
-
- 24 Nov, 2020 1 commit
-
-
Raymond Toy authored
Need to clear `*unexpected-failures*` and `*unexpected-successes* when running the test so that these variables contain the correct values. If we don't, then subsequent calls to run tests may indicate no unexpected results but these contain non-null values because a previous run set them.
-
- 23 Aug, 2020 1 commit
-
-
Marius Gerbershagen authored
loop8: add a test for destructuring bind See merge request !40
-
- 14 Aug, 2020 2 commits
-
-
Daniel Kochmański authored
Correct call to format in with-package-iterator.12 and with-package-iterator.13 Closes #27 See merge request !39
-
Daniel Kochmański authored
6.1.1.7 Destructuring states Destructuring allows binding of a set of variables to a corresponding set of values anywhere that a value can normally be bound to a single variable. During loop expansion, each variable in the variable list is matched with the values in the values list. If there are more variables in the variable list than there are values in the values list, the remaining variables are given a value of nil. If there are more values than variables listed, the extra values are discarded. These tests check, whether loop accepts destructuring bindings where there is less values than variables.
-
- 13 Aug, 2020 1 commit
-
-
Marius Gerbershagen authored
-
- 24 May, 2020 1 commit
-
-
Karsten Poeck authored
-
- 10 May, 2020 1 commit
-
-
Marius Gerbershagen authored
Add cases for same key, but values which are not equalp.
-
- 31 Dec, 2019 1 commit
-
-
Daniel Kochmański authored
Cleanup for error test cases in CLHS 22.3.5.2 See merge request !37
-
- 30 Dec, 2019 2 commits
-
-
Marius Gerbershagen authored
Fix PRINT-STRUCTURE.1 See merge request !36
-
Marius Gerbershagen authored
Results in big performance gains for implementations such as ECL that have a large overhead for compilation of single functions.
-