Regression test driver now can read different expected output files
authorRoland Lezuo <rlezuo@complang.tuwien.ac.at>
Thu, 27 Oct 2011 15:32:45 +0000 (17:32 +0200)
committerRoland Lezuo <rlezuo@complang.tuwien.ac.at>
Thu, 27 Oct 2011 15:32:45 +0000 (17:32 +0200)
commit20b3a23bede272aa58b85dad9b0d7f927a51ff75
tree3dd34e9448d69c30ec9da8d8005b974379bda6a2
parent083e777c06a7c98e62fe3170125975b17459260a
Regression test driver now can read different expected output files
depending on classlibrary used (classpath vs. openjdk).

Provided expected results for openjdk builds (to be discussed).

Small fix in extest.java preventing an NegativeArrayIndexException to be thrown.

--HG--
rename : tests/regression/extest.2output => tests/regression/extest.2output.cp
rename : tests/regression/fp.output => tests/regression/fp.output.cp
rename : tests/regression/fptest.output => tests/regression/fptest.output.cp
12 files changed:
tests/regression/Test.sh
tests/regression/extest.2output [deleted file]
tests/regression/extest.2output.cp [new file with mode: 0644]
tests/regression/extest.2output.ojdk [new file with mode: 0644]
tests/regression/extest.java
tests/regression/fp.output [deleted file]
tests/regression/fp.output.cp [new file with mode: 0644]
tests/regression/fp.output.ojdk [new file with mode: 0644]
tests/regression/fptest.output [deleted file]
tests/regression/fptest.output.cp [new file with mode: 0644]
tests/regression/fptest.output.ojdk [new file with mode: 0644]
tests/regression/native/Makefile.am