From 1f3db21886e35645ab537dd3db52728d10b44353 Mon Sep 17 00:00:00 2001 From: dholmes Date: Sun, 6 Jul 2014 20:12:44 -0400 Subject: [PATCH] 8049055: Tests added to the jdk/test/TEST.groups to be run on correct profiles Reviewed-by: dholmes, dfuchs Contributed-by: Evgeniya Stepanova --- test/TEST.groups | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/TEST.groups b/test/TEST.groups index c3b43e62c..9c56326ce 100644 --- a/test/TEST.groups +++ b/test/TEST.groups @@ -333,7 +333,8 @@ needs_jdk = \ sun/reflect/CallerSensitive/CallerSensitiveFinder.java \ sun/reflect/CallerSensitive/MissingCallerSensitive.java \ sun/security/util/Resources/NewNamesFormat.java \ - vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java + vm/verifier/defaultMethods/DefaultMethodRegressionTestsRun.java \ + javax/xml/ws/clientjar/TestWsImport.java # JRE adds further tests to compact3 # @@ -361,6 +362,7 @@ needs_jre = \ java/util/logging/Listeners.java \ java/util/logging/ListenersWithSM.java \ java/util/logging/TestMainAppContext.java \ + java/util/logging/TestLoggingWithMainAppContext.java \ java/util/ResourceBundle/Control/Bug6530694.java \ java/text/Bidi/BidiConformance.java \ java/text/Bidi/BidiEmbeddingTest.java \ -- GitLab