From f721ac5ad58819bb0c9fb894ba52e7790adade23 Mon Sep 17 00:00:00 2001 From: Stuart Marks Date: Wed, 28 Nov 2012 17:31:30 -0800 Subject: [PATCH] 8004131: move jdi tests out of core testset Reviewed-by: alanb, chegar --- make/jprt.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/jprt.properties b/make/jprt.properties index 984c2b1b4e8..603ce5fda94 100644 --- a/make/jprt.properties +++ b/make/jprt.properties @@ -88,7 +88,6 @@ jprt.make.rule.core.test.targets= \ ${jprt.my.test.target.set:TESTNAME=jdk_jmx}, \ ${jprt.my.test.target.set:TESTNAME=jdk_text}, \ ${jprt.my.test.target.set:TESTNAME=jdk_tools}, \ - ${jprt.my.test.target.set:TESTNAME=jdk_jdi}, \ ${jprt.my.test.target.set:TESTNAME=jdk_jfr}, \ ${jprt.my.test.target.set:TESTNAME=jdk_other} @@ -105,6 +104,7 @@ jprt.make.rule.all.test.targets= \ ${jprt.my.test.target.set:TESTNAME=jdk_beans1}, \ ${jprt.my.test.target.set:TESTNAME=jdk_beans2}, \ ${jprt.my.test.target.set:TESTNAME=jdk_beans3}, \ + ${jprt.my.test.target.set:TESTNAME=jdk_jdi}, \ ${jprt.my.test.target.set:TESTNAME=jdk_sound}, \ ${jprt.my.test.target.set:TESTNAME=jdk_swing}