summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-02-03 08:10:03 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-02-03 08:18:57 +0000
commitfa93a38ab97bcb97ba84cda8427b4a219ff56132 (patch)
tree71fee9723a6ee94c5ac9f21809d8d5303f1ec408
parentae8cf61555233b8e631ea2376dd186840015e997 (diff)
jtreg: updates to blacklist
Change-Id: I1af117854111fc67f04d4c3f968a46c63b417c0e Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
-rw-r--r--openembedded/jtreg/exclude.txt28
1 files changed, 16 insertions, 12 deletions
diff --git a/openembedded/jtreg/exclude.txt b/openembedded/jtreg/exclude.txt
index 80dfc94..6dc69a8 100644
--- a/openembedded/jtreg/exclude.txt
+++ b/openembedded/jtreg/exclude.txt
@@ -1,10 +1,16 @@
+# 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
+
# These tests all require the G1 Garbage Collector, which is not
# implemented in the aarch64-port. They are guaranteed to fail.
# Unfortunately, some of them run multiple tests with multiple garbage
# collectors, but as soon as they get to the G1 collector, they abort
# with an Unimplemented assertion.
-
-gc/7168848/HumongousAlloc.java generic-all
gc/8000311/Test8000311.java generic-all
gc/arguments/TestAlignmentToUseLargePages.java generic-all
gc/arguments/TestG1HeapRegionSize.java generic-all
@@ -15,7 +21,6 @@ gc/g1/TestPrintGCDetails.java generic-all
gc/g1/TestPrintRegionRememberedSetInfo.java generic-all
gc/g1/TestRegionAlignment.java generic-all
gc/g1/TestShrinkToOneRegion.java generic-all
-gc/g1/TestSummarizeRSetStats.java generic-all
gc/metaspace/G1AddMetaspaceDependency.java generic-all
gc/metaspace/TestMetaspacePerfCounters.java generic-all
gc/startup_warnings/TestG1.java generic-all
@@ -24,7 +29,6 @@ gc/TestG1ZeroPGCTJcmdThreadPrint.java generic-all
# I cranked up the timeout to -timeout:3 (3 times the expected) and
# still got timeout errors on the foundation model with the following
# tests:
-
compiler/5091921/Test6850611.java generic-all
compiler/5091921/Test6905845.java generic-all
compiler/5091921/Test6931567.java generic-all
@@ -37,9 +41,6 @@ compiler/7100757/Test7100757.java generic-all
compiler/7184394/TestAESMain.java generic-all
compiler/7196199/Test7196199.java generic-all
-# this test uses an option that is only accepted by a fastdebug build
-compiler/print/PrintInlining.java generic-all
-
# this test also fails on x86-64 reference; I suspect that this is a Java 8 issue
compiler/whitebox/IsMethodCompilableTest.java generic-all
@@ -55,12 +56,15 @@ runtime/InitialThreadOverflow/testme.sh generic-all
# also fails on x86-64 reference; suspect this is a Java 8 issue, since bad jar file in classpath is now rejected.
runtime/LoadClass/LoadClassNegative.java generic-all
-# There are also a couple of tests which time out on aarch64, which
-# could contribute to the overall job timeout:
-runtime/CDSCompressedKPtrs/CDSCompressedKPtrs.java generic-all
-runtime/CDSCompressedKPtrs/XShareAuto.java generic-all
-
# This collector is not implemented for server; for simplicity also ignoring on client tests.
gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java generic-all
gc/concurrentMarkSweep/GuardShrinkWarning.java generic-all
gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java generic-all
+
+# Removed: Mon Feb 3 2014
+# ------------------------
+# compiler/7116216/StackOverflow.java
+# compiler/print/PrintInlining.java
+# gc/g1/TestSummarizeRSetStats.java
+# runtime/CDSCompressedKPtrs/CDSCompressedKPtrs.java
+# runtime/CDSCompressedKPtrs/XShareAuto.java