libjava.exp (test_libjava_from_javac): Support xfail-byte-exec.

* testsuite/lib/libjava.exp (test_libjava_from_javac): Support
	xfail-byte-exec.
	* testsuite/libjava.lang/Array_3.xfail: New file.

From-SVN: r107811
This commit is contained in:
Geoffrey Keating 2005-12-01 08:25:36 +00:00 committed by Geoffrey Keating
parent 31c61ecd10
commit 2b6f297e79
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-12-01 Geoffrey Keating <geoffk@apple.com>
* testsuite/lib/libjava.exp (test_libjava_from_javac): Support
xfail-byte-exec.
* testsuite/libjava.lang/Array_3.xfail: New file.
2005-12-01 Alan Modra <amodra@bigpond.net.au>
* stacktrace.cc (UnwindTraceFn): Use UNWRAP_FUNCTION_DESCRIPTOR

View File

@ -871,6 +871,9 @@ 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
}
@ -896,6 +899,8 @@ 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'

View File

@ -0,0 +1 @@
xfail-byte-exec