Commit d561bdfd by Alan Modra Committed by Alan Modra

libjava.exp: Revert 2005-12-01.

	* testsuite/lib/libjava.exp: Revert 2005-12-01.
	* testsuite/libjava.lang/Array_3.xfail: Delete.

From-SVN: r108563
parent fa5b0972
2005-12-15 Alan Modra <amodra@bigpond.net.au>
* testsuite/lib/libjava.exp: Revert 2005-12-01.
* testsuite/libjava.lang/Array_3.xfail: Delete.
2005-12-14 Andrew Haley <aph@redhat.com>
* gnu/java/rmi/rmic/CompilerProcess.java: Use a new thread to
......
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment