#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
#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: | ----------------------------------------------------------------------------------------------+
Comment(by https://www.google.com/accounts/o8/id?id=aitoawmy4u2arai5whm4pn4h0biwcvdnd33...):
svn update -r 14005 will allow test to run again
#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: | ----------------------------------------------------------------------------------------------+
Comment(by https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu...):
As noted above, svn r14006 is the offending changeset.
#217: ANSI tests wont run on Revision 14011: /trunk/abcl ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawmy4u2arai5whm4pn4h0biwcvdnd33... | Owner: rudi Type: defect | Status: assigned Priority: major | Milestone: 1.1.0 Component: build | Version: 1.1.0-dev Keywords: | ----------------------------------------------------------------------------------------------+ Changes (by https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu...):
* owner: ehuelsmann => rudi * status: new => assigned
Comment:
Over to rudi as it was his commit, although I am trying to figure it out as well.
#217: ANSI tests wont run on Revision 14011: /trunk/abcl ----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawmy4u2arai5whm4pn4h0biwcvdnd33... | Owner: rschlatte Type: defect | Status: assigned Priority: major | Milestone: 1.1.0 Component: build | Version: 1.1.0-dev Keywords: | ----------------------------------------------------------------------------------------------+ Changes (by https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmu...):
* owner: rudi => rschlatte
#217: ANSI tests wont run on Revision 14011: /trunk/abcl -----------------------------------------------------------------------------------------------+ Reporter: https://www.google.com/accounts/o8/id?id=aitoawmy4u2arai5whm4pn4h0biwcvdnd33... | Owner: rschlatte Type: defect | Status: closed Priority: major | Milestone: 1.1.0 Component: build | Version: 1.1.0-dev Resolution: fixed | Keywords: -----------------------------------------------------------------------------------------------+ Changes (by mevenson):
* status: assigned => closed * resolution: => fixed
Comment:
Seems to have been cleaned up in r14012.
armedbear-ticket@common-lisp.net