aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-12-15 07:37:32 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-12-15 07:37:32 +0000
commite69d4e445a06fdefc145e9dabcce61f35ced3f6a (patch)
treee4810b96548739fda3460ad3a858d886f158c95f
parent05143faf9c42d497635bb85c8dcbe0e2b1842371 (diff)
* testsuite/lib/libjava.exp: Revert 2005-12-01.
* testsuite/libjava.lang/Array_3.xfail: Delete. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@108563 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/testsuite/lib/libjava.exp5
-rw-r--r--libjava/testsuite/libjava.lang/Array_3.xfail1
3 files changed, 5 insertions, 6 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index be55e41de01..0c00f2e46d9 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-15 Alan Modra <amodra@bigpond.net.au>
+
+ * testsuite/lib/libjava.exp: Revert 2005-12-01.
+ * testsuite/libjava.lang/Array_3.xfail: Delete.
+
2005-12-14 Andrew Haley <aph@redhat.com>
* gnu/java/rmi/rmic/CompilerProcess.java: Use a new thread to
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp
index 36b6f007726..421b3d25b67 100644
--- a/libjava/testsuite/lib/libjava.exp
+++ b/libjava/testsuite/lib/libjava.exp
@@ -871,9 +871,6 @@ 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
}
@@ -899,8 +896,6 @@ 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
deleted file mode 100644
index 1584d6d3833..00000000000
--- a/libjava/testsuite/libjava.lang/Array_3.xfail
+++ /dev/null
@@ -1 +0,0 @@
-xfail-byte-exec