8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java
authorctornqvi
Wed, 10 Oct 2018 11:47:01 -0700
changeset 52082 c99e4c010022
parent 52081 ca7ddf0a1d47
child 52083 eb1ecdd3611e
8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java Reviewed-by: erikj
test/hotspot/jtreg/Makefile
test/jdk/Makefile
--- a/test/hotspot/jtreg/Makefile	Wed Oct 10 11:20:21 2018 -0700
+++ b/test/hotspot/jtreg/Makefile	Wed Oct 10 11:47:01 2018 -0700
@@ -24,8 +24,6 @@
 
 NATIVE_TEST_PATH := hotspot/jtreg/native
 
-TREAT_EXIT_CODE_1_AS_0 := true
-
 CLEAN_BEFORE_PREP := true
 
 USE_JTREG_VERSION := 4.1
--- a/test/jdk/Makefile	Wed Oct 10 11:20:21 2018 -0700
+++ b/test/jdk/Makefile	Wed Oct 10 11:47:01 2018 -0700
@@ -29,8 +29,6 @@
 
 USE_FAILURE_HANDLER := true
 
-TREAT_EXIT_CODE_1_AS_0 := true
-
 include ../TestCommon.gmk
 
 # Default make rule (runs default jdk tests)