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