From f93a6a5715da1baabcc94c694b33489cc6e1f1fc Mon Sep 17 00:00:00 2001 From: Coleen Phillimore Date: Wed, 15 Nov 2017 08:14:56 -0500 Subject: [PATCH] 8179603: create a jtreg test group for hotspot tests excluding application testing Reviewed-by: dholmes, sspitsyn --- test/hotspot/jtreg/TEST.groups | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/hotspot/jtreg/TEST.groups b/test/hotspot/jtreg/TEST.groups index 45c67bcf60d..70da2362148 100644 --- a/test/hotspot/jtreg/TEST.groups +++ b/test/hotspot/jtreg/TEST.groups @@ -24,6 +24,10 @@ hotspot_all = \ / +hotspot_all_no_apps = \ + / \ + -applications + hotspot_compiler = \ compiler