aboutsummaryrefslogtreecommitdiff
path: root/jdk8-jtreg-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2017-05-26 16:43:55 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2017-05-26 16:43:55 +0100
commite9719e8cfde600273d37bbe6e8f81bcf0ade4695 (patch)
tree82b21ec4f58377ceb7c87068b8e39b2f1c9b9d88 /jdk8-jtreg-test.yaml
parent4596f798c6da5be67139aa78e6d00a6cae1bd6f5 (diff)
jdk: jtreg for jdk8u work around -agentvm issue
A significant number of testcases that themselves launch another process are failing (see LEG-524) when jtreg is run with -agentvm. This switches the test cases to use -othervm, which doesn't exhibit the issue. This will increase the execution time, but more testcases will pass. Change-Id: I1f053d93a2f94407dfda086ac126f02e02e4a552
Diffstat (limited to 'jdk8-jtreg-test.yaml')
-rw-r--r--jdk8-jtreg-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdk8-jtreg-test.yaml b/jdk8-jtreg-test.yaml
index 2d6fd72e..b1527189 100644
--- a/jdk8-jtreg-test.yaml
+++ b/jdk8-jtreg-test.yaml
@@ -179,7 +179,7 @@
-r:${report_dir} \
-w:${work_dir} \
-timeout:2 \
- -a -agentvm -ignore:quiet -v1 ${JTREG_SUBCATEGORIES} | cat -n
+ -a -othervm -ignore:quiet -v1 ${JTREG_SUBCATEGORIES} | cat -n
else
java -jar jtreg/lib/jtreg.jar \
-dir:${src_dir}/${JTREG_CATEGORY}/test \
@@ -191,7 +191,7 @@
-r:${report_dir} \
-w:${work_dir} \
-timeout:2 \
- -a -agentvm -ignore:quiet -v1 ${JTREG_SUBCATEGORIES} | cat -n
+ -a -othervm -ignore:quiet -v1 ${JTREG_SUBCATEGORIES} | cat -n
fi
set -e