source: trunk/abcl/test

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13934   13 years Mark Evenson abcl-test-lisp: update test jar loaded via http to fasl version 39.
(edit) @13926   13 years Mark Evenson ansi-tests: Export DO-TESTS-MATCHING.
(edit) @13925   13 years Mark Evenson ansi-tests: Fix ANSI-RT load definition. A bit of a circular dance …
(edit) @13924   13 years Mark Evenson ansi-tests: DO-TESTS-MATCHING will run all case-insensitive matching …
(edit) @13906   13 years Mark Evenson ticket #205: putative test for JSS:WITH-CONSTANT-SIGNATURE
(edit) @13884   13 years Mark Evenson See #199: factored test for failing case.
(edit) @13704   13 years Mark Evenson Fix #181: TRUENAME doesn't always canonicalize the outer DEVICE …
(edit) @13698   13 years Mark Evenson Test for ticket #181 for failure somewhere in MERGE-PATHNAMES. …
(edit) @13609   14 years Mark Evenson Test for DOCUMENTATION failing to access generic function docstring (#172).
(edit) @13607   14 years Mark Evenson Fixes for tests under SBCL. Include the non-ABCL specific tests in …
(edit) @13594   14 years ehuelsmann Fix out-of-date function calls (fixes test suite failures which were …
(edit) @13593   14 years ehuelsmann Fix some porting errors.
(edit) @13592   14 years ehuelsmann Remove debug PRINT forms and correct return value expectations.
(edit) @13591   14 years ehuelsmann Promote DEFINE-METHOD-COMBINATION (long form) to 'production' status, …
(edit) @13590   14 years ehuelsmann Fix porting error.
(edit) @13588   14 years ehuelsmann Fix D-M-C (:ARGUMENTS ...) form and eliminate ugly +GF-ARGS-VAR+ hack.
(edit) @13582   14 years ehuelsmann Add method combination test 3b.
(edit) @13576   14 years Mark Evenson Correct misspelling.
(edit) @13569   14 years ehuelsmann Signal an error if unambiguous sorting of methods within a method …
(edit) @13566   14 years ehuelsmann More D-M-C tests and fixes.
(edit) @13539   14 years Mark Evenson Make compiler-tests.lisp safe for non-ABCL implementations again.
(edit) @13538   14 years Mark Evenson (partially) address ticket #165. sbcl-buildhost gets much further, …
(edit) @13508   14 years Mark Evenson Fix #148: READTABLE-CASE :invert doesn't work for symbols. A slightly …
(edit) @13459   14 years Mark Evenson TRANSLATE-PATHNAME.5 is no longer failing.
(edit) @13457   14 years Mark Evenson Fix JAR-PATHNAME tests. Remove the wrong-headed use of TRUENAME at …
(edit) @13429   14 years Mark Evenson Update tests results for Java7 (and abcl-0.26.1).
(edit) @13427   14 years Mark Evenson Record ANSI test failures for r13415.
(edit) @13415   14 years Mark Evenson Don't print the #\Uxxxx representation for character codes greater …
(edit) @13414   14 years Mark Evenson Update with ANSI test results for 0.26.1.
(edit) @13404   14 years Mark Evenson Update test results after r13402. Export ANSI-TESTS:FULL-REPORT as it …
(edit) @13401   14 years Mark Evenson ANSI-TESTS:FULL-REPORT provides a clearer reports of test failures. …
(edit) @13380   14 years Mark Evenson Fasls are no no longer created with *PRINT-READABLY*. This fixes #156
(edit) @13376   14 years Mark Evenson Implement MOP:VALIDATE-SUPERCLASS. Start breaking out MOP defintions …
(edit) @13373   14 years Mark Evenson PATHNAME.URI-ENCODING.1 is not actually failing. But …
(edit) @13353   14 years Mark Evenson Fix problems with whitespace in JAR-PATHNAME. For dealing with URI …
(edit) @13336   14 years Mark Evenson Create form of SYSTEM:ZIP that uses a hashtable to map files to …
(edit) @13326   14 years Mark Evenson Add tests for whitespace in pathname. Refactor jar-pathname tests via …
(edit) @13324   14 years Mark Evenson Fix problems with remaining jar-pathname tests.
(edit) @13323   14 years Mark Evenson Update remote jar for pathname tests. An incompatible FASL format …
(edit) @13314   14 years Mark Evenson Explicitly intialize *TMP-DIRECTORY* at compile and load time.
(edit) @13313   14 years Mark Evenson Use directory derived from java.io.File.createTempFile() to write …
(edit) @13312   14 years Mark Evenson Renam RUN-MATCHING to DO-MATCHING improving output.
(edit) @13309   14 years Mark Evenson Implementation of hashtables with weak keys and/or values. …
(edit) @13297   14 years Mark Evenson Add LOAD-TESTS to load ANSI tests without actually executing them. …
(edit) @13294   14 years Mark Evenson Fix #150: MAKE-PATHNAME ignores version in :DEFAULTS.
(edit) @13268   14 years Mark Evenson Start of tool grab and analyze ANSI error reports from SLIME.
(edit) @13263   14 years Mark Evenson MAKE-PATHNAME erroneously merges directories as in MERGE-PATHNAMES …
(edit) @13262   14 years Mark Evenson Fix UNUSED.2 for ABCL. Allow CLISP to compile compiler-tests.lisp.
(edit) @13260   14 years Mark Evenson Test for ticket #142.
(edit) @13225   14 years ehuelsmann Port DEFINE-METHOD-COMBINATION test from SBCL (clos.impure.lisp, to be …
(edit) @13086   14 years Mark Evenson Update HTTP LOAD tests for FASL version 37.
(edit) @13062   14 years ehuelsmann Add eol-style properties.
(edit) @13057   14 years Mark Evenson Tests for the implementation of URI encoding. Restructured test …
(edit) @13026   14 years Mark Evenson Further fix for #110 eliminating the use of the URLDecoder.decode(). …
(edit) @13024   14 years Mark Evenson Fix loading from pathnames with '+' in directory pathname re #110.
(edit) @13011   14 years Mark Evenson Test that MAKE-PATHNAME checks its arguments
(edit) @13010   14 years Mark Evenson Test for working :WILD-INFERIORS. Added tests in …
(edit) @13009   14 years Mark Evenson Docstring for RUN-MATCHING utility.
(edit) @12949   15 years ehuelsmann Remove debug print.
(edit) @12948   15 years ehuelsmann Fix test expectations due to us now generating forward slashes in our …
(edit) @12946   15 years vvoutilainen Thread-safety fix for CLOS. Finding the problem and the patch by David …
(edit) @12944   15 years ehuelsmann Fix tests: rename ":class-constructor" to ":static-initializer"; …
(edit) @12942   15 years ehuelsmann Fix !-prefixed symbols: there are no duplicate symbols anymore; …
(edit) @12935   15 years ehuelsmann Fix #107: Incorrect compilation of (SETF STRUCTURE-REF) expansion.
(edit) @12918   15 years astalla generic-class-file branch merged.
(edit) @12902   15 years vvoutilainen Fix reading of data containing scandinavian latin1 characters …
(edit) @12888   15 years Mark Evenson Fix typo.
(edit) @12816   15 years Mark Evenson Upgrade finding test results database for ASDF2.
(edit) @12811   15 years Mark Evenson Re-implement clean for ANSI tests in Lisp to work under Windows. …
(edit) @12658   15 years ehuelsmann Close #38: Add some metaclass tests - to be expanded upon fixing …
(edit) @12654   15 years Mark Evenson Fix JAR-PATHNAME tests. Use explicit version in LOAD of jar via http …
(edit) @12618   15 years Mark Evenson Incorporate an ASDF2 snapshot as the base ASDF.
(edit) @12617   15 years Mark Evenson Move pathname functions to EXT; implement DEFSETF for URL pathnames. …
(edit) @12616   15 years Mark Evenson All URL/JAR tests now passing.
(edit) @12615   15 years Mark Evenson Tweaks to ABCL Lisp tests for convenience. RUN-MATCHING saves last …
(edit) @12610   15 years Mark Evenson Separate jar and URL pathname tests into distinct files.
(edit) @12607   15 years Mark Evenson URL pathnames working for OPEN for built-in schemas. Still need to …
(edit) @12606   15 years Mark Evenson Correct misnamed test.
(edit) @12605   15 years Mark Evenson Added *load-truename* and *load-pathname* forms to jar-file construction.
(edit) @12597   15 years ehuelsmann Consolidate faslRead, faslReadArray, faslReadComplex and …
(edit) @12570   15 years Mark Evenson Fix JAVA-OBJECT whose tynot being properly coerced to array of …
(edit) @12556   15 years Mark Evenson Test results for 0.19.x branch as of r12555.
(edit) @12540   15 years Mark Evenson Update ANSI test results for 0.19.0 OSX.
(edit) @12531   15 years Mark Evenson Change jar pathname to have :ABSOLUTE directory entries. As pointed …
(edit) @12509   15 years Mark Evenson ANSI test database can now contain multiple test results per version. …
(edit) @12508   15 years Mark Evenson Code for parsing ANSI errors database.
(edit) @12486   15 years Mark Evenson Fix a couple of bugs in PATHNAME; reindent primitives. Restablish …
(edit) @12431   15 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12424   15 years Mark Evenson Further tests for jar pathnames. jar-file.lisp now has network based …
(edit) @12417   15 years Mark Evenson Fix TRANSLATE-LOGICAL-PATHNAME regression. Problem and solution found …
(edit) @12406   15 years Mark Evenson Where possible collect bug reports as unit tests so they can stay fixed.
(edit) @12403   15 years Mark Evenson Set standard svn properties.
(edit) @12402   15 years Mark Evenson Move abcl-test-lisp to ASDF packaging. Change to ASDF packaging of …
(edit) @12395   15 years vvoutilainen Some patches to improve arglist display in Slime. Patch by Matthias Hölzl.
(edit) @12343   15 years Mark Evenson Adjust tests for jar:file syntax should work with TRUENAME.
(edit) @12338   15 years Mark Evenson Reworked test infrastructure. Use ASDF to invoke all tests from Ant. …
(edit) @12337   15 years Mark Evenson cl-bench now runs correctly from UNIX systems. Increment the abcl.asd …
(edit) @12335   15 years Mark Evenson Initial fix for support for running cl-bench test suite from Ant build …
(edit) @12301   15 years Mark Evenson Loading ABCL tests improved; renamed loading jar-file tests. ASDF …
(edit) @12141   16 years Mark Evenson Added support for loading Lisp from JAR files. Pathnames passed to …
Note: See TracRevisionLog for help on using the revision log.