libjava.exp: Revert 2005-12-01.
* testsuite/lib/libjava.exp: Revert 2005-12-01. * testsuite/libjava.lang/Array_3.xfail: Delete. From-SVN: r108563
This commit is contained in:
parent
fa5b097201
commit
d561bdfde8
3 changed files with 5 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
xfail-byte-exec
|
Loading…
Add table
Reference in a new issue