Hi Alan,

On 3/19/2015 12:04 PM, Alan Bateman wrote:


On 19/03/2015 18:52, joe darcy wrote:
Hello,

For background, please see the tiered testing proposal over at

http://mail.openjdk.java.net/pipermail/jdk9-dev/2015-March/001991.html

The patch below adds "tier1" and "tier2" test definitions to the jdk repository; webrev at

    http://cr.openjdk.java.net/~darcy/8075544.0/

We previously attempt to use "########..." comments to create clear sections in this file, would it good to do this here as otherwise it can be confusing see the organization of the top-level groups (jdk_core, jdk_svc and jdk_desktop specifically).


Okay; how about

diff -r 41e561ceb912 test/TEST.groups
--- a/test/TEST.groups    Wed Mar 18 09:13:11 2015 +0100
+++ b/test/TEST.groups    Thu Mar 19 12:09:05 2015 -0700
@@ -20,6 +20,31 @@
 #  questions.
 #

+###############################################################################
+#
+# Tiered testing definitions
+#
+
+tier1 = \
+    :jdk_lang \
+    :jdk_util \
+    :jdk_math
+
+tier2 = \
+    :jdk_io \
+    :jdk_nio \
+    :jdk_net \
+    :jdk_rmi \
+    :jdk_time \
+    :jdk_security \
+    :jdk_text \
+    :core_tools
+
+###############################################################################
+#
+# Other test definitions; generally smaller granularity than tiers
+#
+
 # java.lang package and VM runtime support
 jdk_lang = \
     java/lang \

Thanks,

-Joe

Reply via email to