- Dec 29, 2017
-
-
Marius Gerbershagen 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
-
- May 30, 2017
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
For details see CLHS and: https://gitlab.com/embeddable-common-lisp/ecl/issues/385
-
- Feb 02, 2017
-
-
Daniel Kochmański authored
-
- Dec 23, 2016
-
-
Daniel Kochmański authored
atan: add atan2 tests for 0 arguments See merge request !5
-
- Dec 22, 2016
-
-
Daniel Kochmański authored
previously we had two map, which were appended, now we have one lambda function, so there is no need for it.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
+xxx is listed before -xxx consistenlty
-
Daniel Kochmański authored
-
Daniel Kochmański authored
So we may simplify these tests and check for the exact sign of the result.
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
Daniel Kochmański authored
-
- Dec 14, 2016
-
-
Daniel Kochmański authored
some fixes needed to make it work on SBCL and CCL. i couldn't test other implementations. See merge request !4
-
- Dec 09, 2016
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
otherwise SBCL complains.
-
- Jun 01, 2016
-
-
Daniel Kochmański authored
This test is motivated by ECL's bug (recently fixed), where if signal was toplevel under restart-case, condition wasn't initialized fast enough.
-
- Mar 26, 2016
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
CLHS 2.4.8.13 (Sharpsign S)
-
- Feb 20, 2016
-
-
Mark Evenson authored
Fixes plus new tests Restructure caused bug when deleting compiled files. Also added `readtable-case` tests and `defsetf` long form. See merge request !3
-
- Feb 12, 2016
-
-
Daniel Kochmański authored
-
Daniel Kochmański authored
Closes #6.
-
Daniel Kochmański authored
Restructure caused a bug. Fixes #7.
-
- Sep 18, 2015
-
-
Mark Evenson authored
Sandbox run Run all tests in directory `sandbox/` Additionally fix partial tests in `makefile` fwiw it works OK for ECL See merge request !2
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- Sep 17, 2015
-
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-