aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2017-09-15 18:35:04 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2017-09-15 18:35:04 +0100
commit688878d731c2f8ae925fa0af074cd1e1750829f6 (patch)
treeb1b707bf4646905aac2bbc362690971cdbcdaf47
parent425c96be1f966020b0ae1b4da4d07219064dec75 (diff)
jdk: Exclude JCStress tests from JDK10 builds
Move the hotspot/tests/applications directory such that the jcstress tests are excluded. Fix this up if there are better means in the future. Change-Id: Ibe7cc63c60b4dfae6247d42c5a31185a6567ada4
-rw-r--r--jdk10-jtreg-test.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/jdk10-jtreg-test.yaml b/jdk10-jtreg-test.yaml
index 75d8d5dd85..6926c62573 100644
--- a/jdk10-jtreg-test.yaml
+++ b/jdk10-jtreg-test.yaml
@@ -147,6 +147,10 @@
mv jdk10/* ${src_dir}
+ # Move the applications tests to exclude them from execution.
+ # JCStress adds days to the execution time.
+ mv ${src_dir}/hotspot/test/applications ${src_dir}/hotspot/
+
blacklist=${WORKSPACE}/excludes.txt
jdk_problem_list=${src_dir}/${JTREG_CATEGORY}/test/ProblemList.txt
@@ -220,6 +224,9 @@
-a -agentvm -ignore:quiet -v1 ${JTREG_SUBCATEGORIES} | cat -n
fi
+ # Move the applications tests back, for neatness.
+ mv ${src_dir}/hotspot/applications ${src_dir}/hotspot/test
+
# Kill leftover jstatd processes.
killall -9 jstatd
set -e