From: amodra Date: Thu, 15 Dec 2005 07:37:32 +0000 (+0000) Subject: * testsuite/lib/libjava.exp: Revert 2005-12-01. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=3d8941e3de8f13287376469e601312678f1941d5;p=pf3gnuchains%2Fgcc-fork.git * testsuite/lib/libjava.exp: Revert 2005-12-01. * testsuite/libjava.lang/Array_3.xfail: Delete. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108563 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index be55e41de01..0c00f2e46d9 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2005-12-15 Alan Modra + + * testsuite/lib/libjava.exp: Revert 2005-12-01. + * testsuite/libjava.lang/Array_3.xfail: Delete. + 2005-12-14 Andrew Haley * gnu/java/rmi/rmic/CompilerProcess.java: Use a new thread to diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 36b6f007726..421b3d25b67 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -871,9 +871,6 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e pass "$errname compilation from bytecode" # Set up the options the way they are expected by libjava_invoke. - if {[info exists opts(xfail-byte-exec)]} { - set opts(xfail-exec) x - } if {[info exists opts(xfail-byte-output)]} { set opts(xfail-output) x } @@ -899,8 +896,6 @@ proc test_libjava_from_javac { options srcfile compile_args inpfile resultfile e # front end. # `xfail-byte' compilation from bytecode will fail # `xfail-exec' exec will fail -# `xfail-byte-exec' -# exec will fail when compiled from bytecode # `xfail-output' # output will be wrong # `xfail-byte-output' diff --git a/libjava/testsuite/libjava.lang/Array_3.xfail b/libjava/testsuite/libjava.lang/Array_3.xfail deleted file mode 100644 index 1584d6d3833..00000000000 --- a/libjava/testsuite/libjava.lang/Array_3.xfail +++ /dev/null @@ -1 +0,0 @@ -xfail-byte-exec