mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 08:10:26 +08:00
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:
parent
31c61ecd10
commit
2b6f297e79
@ -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
|
||||
|
@ -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'
|
||||
|
1
libjava/testsuite/libjava.lang/Array_3.xfail
Normal file
1
libjava/testsuite/libjava.lang/Array_3.xfail
Normal file
@ -0,0 +1 @@
|
||||
xfail-byte-exec
|
Loading…
x
Reference in New Issue
Block a user