#217: ANSI tests wont run on Revision 14011: /trunk/abcl ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawmy4u2arai5whm4pn4h0biwcvdnd33... | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.1.0 Component: build | Version: 1.1.0-dev Keywords: | ----------------------------------------------------------------------------------------------+ 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