Looks fine.

On 18.07.15 1:46, Joseph D. Darcy wrote:
Hello,

As a follow-up to JDK-8081547: "Prepare client libs regression tests for running in a concurrent, headless jtreg environment," the time has come to fix:

        JDK-8129904: Add beans tests to tier 3

Patch below. With the testing, the tier 3 test group passed with jtreg's agent vm mode and concurrency with and without the additional pair of settings

    -Djava.awt.headless=true -k:'!headful'

Thanks,

-Joe

diff -r 9a05d7e16d8e test/TEST.groups
--- a/test/TEST.groups    Fri Jul 17 19:40:25 2015 +0800
+++ b/test/TEST.groups    Fri Jul 17 15:23:15 2015 -0700
@@ -42,7 +42,8 @@
     :jdk_svc

 tier3 = \
-    :jdk_rmi
+    :jdk_rmi \
+    :jdk_beans

###############################################################################
 #



--
Best regards, Sergey.

Reply via email to