- 13 Sep, 2016 1 commit
-
-
Robert Goldman authored
There was a very complex conditional in the middle controlling how it was implemented. I simplified the conditions to make it easier to understand how it works. I also modified it so that if you tell TOUCH-FILE to use the cache, and the cache hasn't been initialized, it will raise an error.
-
- 12 Sep, 2016 3 commits
-
-
Francois-Rene Rideau authored
This should make Daniel K happy. Also remove obsolete cleaning of locate-system cached results, for we haven't cached the result since 00256418 (3.1.2.9, 2014), that this commit partly undoes, partly re-does (due to merge conflict at the time).
-
Elias Pipping authored
-
Elias Pipping authored
-
- 02 Sep, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Aug, 2016 1 commit
-
-
Francois-Rene Rideau authored
This makes it easier to search for the backtrace when debugging.
-
- 16 Aug, 2016 1 commit
-
-
Robert Goldman authored
This condition, incorrectly made a subclass of SERIOUS-CONDITION, was breaking some tests, because a normal termination using (EXIT-LISP 0) could cause this to be signaled.
-
- 15 Aug, 2016 1 commit
-
-
Robert Goldman authored
Previously, if the tests failed because of unexpected warnings, the WITH-ASDF-CONDITIONS macro would swallow the warning you needed to fix.
-
- 25 Jul, 2016 1 commit
-
-
Robert Goldman authored
See https://bugs.launchpad.net/asdf/+bug/1605650 According to the spec, SERIOUS-CONDITIONs are "All conditions serious enough to require interactive intervention if not handled should inherit from the type serious-condition." This is almost exactly the definition of *FATAL-CONDITIONS*, so I substituted SERIOUS-CONDITION for ERROR here. Added exceptions to the set of *FATAL-CONDITIONS* in order to fix test condition handling for CCL. The exceptions permit us to have a class of conditions (e.g., SERIOUS-CONDITION) that has a subclass that is not a FATAL-CONDITION, but that does not have an obvious more specific alternative. The specific example that caused me to add this: On shutdown, CCL signals CCL:PROCESS-RESET, a subclass of SERIOUS-CONDITION. So recent test harness modifications to handle SERIOUS-CONDITIONs caused the test scripts to mistakenly think there were failures because of calls to EXIT-LISP.
-
- 24 Jul, 2016 1 commit
-
-
Robert Goldman authored
There are some serious conditions (e.g., STORAGE-CONDITION) that are not ERRORs. Previously, our test scripts only caught ERRORs, meaning that if a lisp implementation encountered a non-ERROR SERIOUS-CONDITION in the course of running the tests, odd behavior could result. E.g., running in ECL we would drop into the debugger instead of exiting with a non-zero exit status.
-
- 21 Mar, 2016 1 commit
-
-
Robert Goldman authored
Incorrectly was using code that relied on not-yet-loaded ASDF functions.
-
- 20 Mar, 2016 1 commit
-
-
Robert Goldman authored
Trying to test ASDF on Windows, running the makefile in cygwin was ending up causing troubles where the cygwin pathnames would get into lisp, where they would be useless. So we allow the tester to specify the location of ASDF with an environment variable instead.
-
- 14 Sep, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 30 Aug, 2015 1 commit
-
-
Francois-Rene Rideau authored
Also, tweak default parameters in source-registry after debugging on Allegro 10. Add two debugging functions in test/script-support.
-
- 08 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Jun, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
Fix the use of the new run-command protocol.
-
- 08 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
- 31 Oct, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 11 Sep, 2014 1 commit
-
-
Francois-Rene Rideau authored
* README updated, converted to markdown * Some documentation updates * bin/install-asdf-as-module renamed to tools/install-asdf.lisp and improved. * Update test scripts to be work even when the initial getcwd isn't in test/
-
- 10 Jul, 2014 1 commit
-
-
Robert P. Goldman authored
Caching negative results here causes pervasive problems, and removing negative caching only would be very messy, so we are removing caching here altogether. This required some modification to the test code, which was directly using LOCATE-SYSTEM, and LOCATE-SYSTEM cannot be safely invoked unless the ASDF-CACHE has been established.
-
- 19 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
fixing bugs, moving asdf-builder into tools and splitting it into minimal script itself and Lisp source.
-
- 18 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Mar, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- 28 Feb, 2014 2 commits
-
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
(improved comments, whitespace, remove doubly exported symbols).
-
- 26 Feb, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 21 Feb, 2014 2 commits
-
-
Francois-Rene Rideau authored
(improved comments, whitespace, remove doubly exported symbols).
-
Robert P. Goldman authored
-
- 19 Feb, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 10 Feb, 2014 1 commit
-
-
Robert P. Goldman authored
Test for DIRECTORY-FILES returning only files; text for SUBDIRECTORIES returning only subdirectories. According to Fare, DIRECTORY-FILES should *not* return subdirectories, but it does on several implementations. See https://bugs.launchpad.net/asdf/+bug/1276748
-
- 20 Dec, 2013 2 commits
-
-
Francois-Rene Rideau authored
Why is this somehow not affecting other implementations???
-
Francois-Rene Rideau authored
-
- 11 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
Tweak some test output.
-
- 20 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
CMUCL: hush some warnings
-
- 18 Nov, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 16 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-