summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openembedded/jtreg/exclude.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/openembedded/jtreg/exclude.txt b/openembedded/jtreg/exclude.txt
index 6dc69a8..318a0fd 100644
--- a/openembedded/jtreg/exclude.txt
+++ b/openembedded/jtreg/exclude.txt
@@ -1,10 +1,19 @@
+# Added: Wed Feb 5 2014
+# ----------------------
+hotspot/compiler/regalloc/C1ObjectSpillInLogicOp.java generic-all
+hotspot/gc/TestSystemGC.java generic-all
+hotspot/gc/arguments/TestMaxNewSize.java generic-all
+hotspot/gc/g1/TestHumongousAllocInitialMark.java generic-all
+hotspot/runtime/8001071/Test8001071.java generic-all
+jdk/java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java generic-all
+
# Added: Mon Feb 3 2014
# ----------------------
# The following tests fail on both the x86_64 baseline and on aarch64.
-compiler/7141637/SpreadNullArg.java
-compiler/jsr292/ConcurrentClassLoadingTest.java
-runtime/7107135/Test7107135.sh
-runtime/ClassFile/OomWhileParsingRepeatedJsr.java
+compiler/7141637/SpreadNullArg.java generic-all
+compiler/jsr292/ConcurrentClassLoadingTest.java generic-all
+runtime/7107135/Test7107135.sh generic-all
+runtime/ClassFile/OomWhileParsingRepeatedJsr.java generic-all
# These tests all require the G1 Garbage Collector, which is not
# implemented in the aarch64-port. They are guaranteed to fail.