# HG changeset patch # User ksrini # Date 1399397552 25200 # Node ID 78d04b441327466d69d6134f70854ea7838ee149 # Parent 6bef5e0d1138dd4c9368c0b72c87214b83864895 8042266: [launcher] create test groups for launcher regression tests Reviewed-by: alanb, mduigou diff -r 6bef5e0d1138 -r 78d04b441327 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 #