summaryrefslogtreecommitdiffstats
path: root/libjava
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-01 08:25:36 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-01 08:25:36 +0000
commit72c8fc695abdffe144be60309bdea19353e7c75d (patch)
tree355610ccafc557a664fd24d3b138dbc85f712949 /libjava
parent78d26151a76bdeb00313bc435faeb20e0ba04100 (diff)
downloadppe42-gcc-72c8fc695abdffe144be60309bdea19353e7c75d.tar.gz
ppe42-gcc-72c8fc695abdffe144be60309bdea19353e7c75d.zip
* 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
Diffstat (limited to 'libjava')
-rw-r--r--libjava/ChangeLog6
-rw-r--r--libjava/testsuite/lib/libjava.exp5
-rw-r--r--libjava/testsuite/libjava.lang/Array_3.xfail1
3 files changed, 12 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 5bd43c19a4e..24eed17c47e 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -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
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'
diff --git a/libjava/testsuite/libjava.lang/Array_3.xfail b/libjava/testsuite/libjava.lang/Array_3.xfail
new file mode 100644
index 00000000000..1584d6d3833
--- /dev/null
+++ b/libjava/testsuite/libjava.lang/Array_3.xfail
@@ -0,0 +1 @@
+xfail-byte-exec
OpenPOWER on IntegriCloud