From 167854b5ab6f3f49ceb4b9bfe5d032494bea7695 Mon Sep 17 00:00:00 2001 From: Roger Riggs Date: Thu, 18 Apr 2013 12:24:55 +0100 Subject: [PATCH] 8009648: Tests fail in -agentvm -concurrency mode Reviewed-by: alanb --- jdk/test/Makefile | 2 +- jdk/test/java/time/TEST.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/test/Makefile b/jdk/test/Makefile index 289e208ee9d..2edcc8ffddc 100644 --- a/jdk/test/Makefile +++ b/jdk/test/Makefile @@ -502,7 +502,7 @@ jdk_math: $(call TestDirs, java/math) # Stable agentvm testruns (TestNG) JDK_DEFAULT_TARGETS += jdk_time jdk_time: $(call TestDirs, java/time) - $(call RunOthervmBatch) + $(call RunAgentvmBatch) # Stable agentvm testruns (minus items from PROBLEM_LIST) JDK_ALL_TARGETS += jdk_other diff --git a/jdk/test/java/time/TEST.properties b/jdk/test/java/time/TEST.properties index ccf8ed60635..909c6193da8 100644 --- a/jdk/test/java/time/TEST.properties +++ b/jdk/test/java/time/TEST.properties @@ -1,3 +1,3 @@ # Threeten test uses TestNG TestNG.dirs = . - +othervm.dirs = tck/java/time/chrono test/java/time/chrono test/java/time/format