8042266: [launcher] create test groups for launcher regression tests
authorksrini
Tue, 06 May 2014 10:32:32 -0700
changeset 24262 78d04b441327
parent 24261 6bef5e0d1138
child 24263 f95477ce56e4
8042266: [launcher] create test groups for launcher regression tests Reviewed-by: alanb, mduigou
jdk/test/TEST.groups
--- a/jdk/test/TEST.groups	Tue May 06 12:20:29 2014 +0100
+++ b/jdk/test/TEST.groups	Tue May 06 10:32:32 2014 -0700
@@ -1,4 +1,4 @@
-#  Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+#  Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
 #  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 #
 #  This code is free software; you can redistribute it and/or modify it
@@ -155,6 +155,15 @@
 jdk_jdi = \
     com/sun/jdi
 
+# java launcher specific tests, Note: do not include this group into any groups
+# that potentially could be included into a jprt test rule, as the complementary
+# closed  group includes awt SplashScreen and these tests may not run 
+# satisfacotorily on all platforms and  profiles thus this group must always 
+# be a stand-alone group
+jdk_launcher = \
+    tools/launcher \
+    sun/tools
+    
 #
 # Tool (and tool API) tests are split into core and svc groups
 #