[aarch64-port-dev ] exclude tests
Edward Nevill
edward.nevill at linaro.org
Thu Feb 13 01:48:34 PST 2014
Hi,
The following tests fail on x86
Test results: passed: 403; failed: 5
Report written to /work/jtreg/jtreg/report/html/report.html
Results written to /work/jtreg/jtreg/work
Error: Some tests failed or other problems occurred.
[ed at localhost jtreg]$
[ed at localhost jtreg]$ fgrep FAILED log
FAILED: compiler/uncommontrap/StackOverflowGuardPagesOff.java
FAILED: gc/arguments/TestMinInitialErgonomics.java
FAILED: gc/metaspace/TestPerfCountersAndMemoryPools.java
FAILED: runtime/SharedArchiveFile/CdsSameObjectAlignment.java
FAILED: runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java
There is a fix in the pipeline for the first two, so we could exclude the last 3.
Patch to exclude file below.
OK to push?
Ed.
--- CUT HERE ---
exporting patch:
# HG changeset patch
# User Edward Nevill edward.nevill at linaro.org
# Date 1392284801 0
# Thu Feb 13 09:46:41 2014 +0000
# Node ID e1d68c8f2161f4d184dafee9f4989ce95ed5fbe5
# Parent 8f072f620113f8e39f3222ac57058977425a73ab
Exclude tests which fail on x86
diff -r 8f072f620113 -r e1d68c8f2161 test/exclude_aarch64.txt
--- a/test/exclude_aarch64.txt Wed Feb 12 13:51:45 2014 +0000
+++ b/test/exclude_aarch64.txt Thu Feb 13 09:46:41 2014 +0000
@@ -38,3 +38,8 @@
gc/concurrentMarkSweep/CheckAllocateAndSystemGC.java generic-all
gc/concurrentMarkSweep/GuardShrinkWarning.java generic-all
gc/concurrentMarkSweep/SystemGCOnForegroundCollector.java generic-all
+
+# These tests are failing on x86 - so exclude them for the moment
+gc/metaspace/TestPerfCountersAndMemoryPools.java generic-all
+runtime/SharedArchiveFile/CdsSameObjectAlignment.java generic-all
+runtime/SharedArchiveFile/CdsDifferentObjectAlignment.java generic-all
--- CUT HERE ---
More information about the aarch64-port-dev
mailing list