aboutsummaryrefslogtreecommitdiff
path: root/jdkX-jtreg-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-01-29 14:01:00 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2018-01-29 14:01:00 +0000
commit7113924e6a23375db503ab396605527a0316c02f (patch)
tree85ffaa7ece6695901cf41af0c3a600a4ae819a42 /jdkX-jtreg-test.yaml
parent28a0abfd963ecdd3ebd6e4fc80406b03ba31bac1 (diff)
jdk: Exclude hotspot apps jtreg test properly.
Instead of moving jtreg applications tests, exclude them properly - it is possible to do it cleanly. Change-Id: I997a33a38e73babbe1fe8a83f765c8c65bdc1903
Diffstat (limited to 'jdkX-jtreg-test.yaml')
-rw-r--r--jdkX-jtreg-test.yaml8
1 files changed, 1 insertions, 7 deletions
diff --git a/jdkX-jtreg-test.yaml b/jdkX-jtreg-test.yaml
index 5b330d17..5f915a03 100644
--- a/jdkX-jtreg-test.yaml
+++ b/jdkX-jtreg-test.yaml
@@ -148,10 +148,6 @@
mv jdkX/* ${src_dir}
- # Move the applications tests to exclude them from execution.
- # JCStress adds days to the execution time.
- mv ${src_dir}/test/hotspot/jtreg/applications ${src_dir}
-
blacklist=${WORKSPACE}/excludes.txt
jdk_problem_list=${src_dir}/${JTREG_CATEGORY}/test/ProblemList.txt
@@ -198,7 +194,7 @@
# hotspot splits its tests into gtest jtreg tests. We just do jtreg.
if [ $JTREG_CATEGORY == "hotspot" ]; then
- TEST_SUBDIR=${JTREG_CATEGORY}/jtreg
+ TEST_SUBDIR=${JTREG_CATEGORY}/jtreg:hotspot_all_no_apps
else
TEST_SUBDIR=${JTREG_CATEGORY}
fi
@@ -232,8 +228,6 @@
-a -agentvm -ignore:quiet -v1 ${JTREG_SUBCATEGORIES} | cat -n
fi
- # Move the applications tests back, for neatness.
- mv ${src_dir}/applications ${src_dir}/test/hotspot/jtreg
# Kill leftover jstatd processes.
killall -9 jstatd