# HG changeset patch # User coleenp # Date 1510751696 18000 # Node ID a879c04d61ea202d7fb92c18eebd5b92818f94d9 # Parent 352b17f62ff7c722879f9bfa470cf623580da9be 8179603: create a jtreg test group for hotspot tests excluding application testing Reviewed-by: dholmes, sspitsyn diff -r 352b17f62ff7 -r a879c04d61ea test/hotspot/jtreg/TEST.groups --- a/test/hotspot/jtreg/TEST.groups Wed Nov 15 08:14:31 2017 -0500 +++ b/test/hotspot/jtreg/TEST.groups Wed Nov 15 08:14:56 2017 -0500 @@ -24,6 +24,10 @@ hotspot_all = \ / +hotspot_all_no_apps = \ + / \ + -applications + hotspot_compiler = \ compiler