Commit graph

5 commits

Author SHA1 Message Date
Jan Moringen ceb4aff035 tests: Use WITH-TEST in mop-*.lisp 2018-12-07 18:23:04 +01:00
Christophe Rhodes 7cde9fabcd 0.9.6.11:
Fixed vicious metacircle bug on multiple subclasses of
	standard-generic-function.
	... implement Gerd Moellmann's error message from cmucl-imp
		2005-05-29;
	... be a little more disciplined over slot accesses from
		within dfun computation;
	... uncomment a bunch of test cases, and write a specific
		test case.
2005-11-02 17:53:36 +00:00
Juho Snellman 175c318c89 0.9.4.6:
Rewrite the test infrastructure to make it a bit more useful, without
        having to make major changes to the test files.

        Move most of run-tests.sh Lisp-side. New features:
        * Don't bail out at first failure (unless running with
          --break-on-failure)
        * Report failed tests at the end of the run
        * Tests can be marked as expected to fail on certain platforms
        * Tests can be named
        * A subset of test files to run can be specified on the command line

        Todo:
        * "Quis custodiet ipsos custodes?". Tests for the test framework.

        Changes to the tests:
        * Remove the explicit quits on success from the impure tests
          (handled by the test framework)
        * Mark some obvious cases as "expected to fail on FOO"

        Other:
        * Remove an (unrelated) fixed BUGS entry
2005-08-26 21:09:03 +00:00
Gabor Melis 92c8db80e0 0.9.3.34: cosmetics
* move FSHOW_SIGNAL to runtime.h
  * print os_thread_t with %lu
  * recanonicalize whitespace (offenders: crhodes, jsnell, pfdietz and
    me (but I was handed a tainted patch by crhodes, honest))
2005-08-09 13:57:46 +00:00
Christophe Rhodes 176fec4cc5 0.9.3.14:
Fix bug reported by Bruno Haible sbcl-devel 2004-08-02
	("standard method-combination ignores overridden
          compute-applicable-methods")
	... woohoo!  Less than a year between report and fix :-)
	... be more careful about assuming that we know the precedence
		order of methods when computing a discriminating net
		for a DISPATCH-DFUN.
	... (NB: this is not quite the same patch as I sent to
		sbcl-devel 2005-07-29: the dispatch dfun can cope with
		unsorted methods, so exploit that instead.)
	... only one test case is currently running; when the bug
		related to instances of two user-defined generic
		function classes is fixed, the second test case can run
		as well.
2005-08-01 10:14:05 +00:00