From 72c8fc695abdffe144be60309bdea19353e7c75d Mon Sep 17 00:00:00 2001 From: geoffk Date: Thu, 1 Dec 2005 08:25:36 +0000 Subject: * testsuite/lib/libjava.exp (test_libjava_from_javac): Support xfail-byte-exec. * testsuite/libjava.lang/Array_3.xfail: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107811 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/lib/libjava.exp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libjava/testsuite/lib/libjava.exp') diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index 421b3d25b67..36b6f007726 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -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' -- cgit v1.2.3