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
3 changed files with 12 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue