Opened 12 years ago
Closed 12 years ago
#217 closed defect (fixed)
ANSI tests wont run on Revision 14011: /trunk/abcl
Reported by: | Logicmoo | Owned by: | rschlatte |
---|---|---|---|
Priority: | major | Milestone: | 1.1.0 |
Component: | build | Version: | 1.1.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
Steps to reproduce:
mkdir reproduce
cd reproduce
svn co -r 14011 svn://common-lisp.net/project/armedbear/svn/trunk/abcl abcl
svn co svn://common-lisp.net/project/ansi-test/svn/trunk/ansi-tests ansi-tests
cd abcl
ant test.ansi.interpreted # or test.ansi.compiled
Result:
[java] ; redefining REGRESSION-TEST:DO-EXTENDED-TESTS in #P"C:/development/ansi-tests/rt.lsp" (previously defined in #P"C:/development/abcl-ikvm/vanila/ansi-tests/rt.lsp")
[java]
[java]
[java] Caught UNBOUND-SLOT while processing --eval option "(asdf:operate (quote asdf:test-op) :ansi-interpreted)":
[java] The slot NAME is unbound in the object #<SHORT-METHOD-COMBINATION {1346E527}>.
[java] Invalid initarg :NAME in call to MAKE-INSTANCE with arglist (#<
[java] ; Compilation unit finished
[java] ; Caught 31 STYLE-WARNING conditions
[java]
[java] Java Result: 2
[echo] Finished recording test output in abcl-test-20124517-0145.log.
Expected result:
The ANSI tests to run
Change History (5)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Owner: | changed from ehuelsmann to rudi |
---|---|
Status: | new → assigned |
Over to rudi as it was his commit, although I am trying to figure it out as well.
comment:4 Changed 12 years ago by
Owner: | changed from rudi to rschlatte |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to have been cleaned up in r14012.
svn update -r 14005
will allow test to run again