# HG changeset patch # User ctornqvi # Date 1539197221 25200 # Node ID c99e4c0100224b1491c4fc2c861c614203001fd5 # Parent ca7ddf0a1d47c16e83030734946c890d184531f7 8212008: Use of TREAT_EXIT_CODE_1_AS_0 hide problems with jtreg Java Reviewed-by: erikj diff -r ca7ddf0a1d47 -r c99e4c010022 test/hotspot/jtreg/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 diff -r ca7ddf0a1d47 -r c99e4c010022 test/jdk/Makefile --- 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)