<Beans Dev> JDK 9 RFR of JDK-8129904: Add beans tests to tier 3

Joseph D. Darcy joe.darcy at oracle.com
Fri Jul 17 22:46:19 UTC 2015


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

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



More information about the beans-dev mailing list