test/failure_handler/Makefile
changeset 42009 86b8dcbbe5a4
parent 37015 150bc828e27c
equal deleted inserted replaced
42008:c3a16be259dc 42009:86b8dcbbe5a4
    84 # Use JTREG_TESTS for jtreg tests parameter
    84 # Use JTREG_TESTS for jtreg tests parameter
    85 #
    85 #
    86 test: require_env build
    86 test: require_env build
    87 	rm -rf "${RUN_DIR}"
    87 	rm -rf "${RUN_DIR}"
    88 	mkdir -p "${RUN_DIR}"
    88 	mkdir -p "${RUN_DIR}"
    89 	"${JTREG_HOME}"/bin/jtreg                                               \
    89 	"${JTREG_HOME}"/bin/jtreg                                           \
    90         -jdk:"${JAVA_HOME}"                                                 \
    90         -jdk:"${JAVA_HOME}"                                                 \
    91         ${JTREG_TEST_OPTS}                                                  \
    91         ${JTREG_TEST_OPTS}                                                  \
    92         -timeout:0.1 -va -retain:all                                        \
    92         -timeout:0.1 -va -retain:all                                        \
    93         -noreport                                                           \
    93         -noreport                                                           \
    94         -agentvm                                                            \
    94         -agentvm                                                            \
    95         -thd:"${TARGET_JAR}"                                                \
    95         -thd:"${TARGET_JAR}"                                                \
    96         -th:jdk.test.failurehandler.jtreg.GatherProcessInfoTimeoutHandler   \
    96         -th:jdk.test.failurehandler.jtreg.GatherProcessInfoTimeoutHandler   \
       
    97         -thtimeout:0                                                        \
    97         -od:"${TARGET_JAR}"                                                 \
    98         -od:"${TARGET_JAR}"                                                 \
    98         -o:jdk.test.failurehandler.jtreg.GatherDiagnosticInfoObserver       \
    99         -o:jdk.test.failurehandler.jtreg.GatherDiagnosticInfoObserver       \
    99         -w:"${RUN_DIR}/JTwork"                                              \
   100         -w:"${RUN_DIR}/JTwork"                                              \
   100         -r:"${RUN_DIR}/JTreport"                                            \
   101         -r:"${RUN_DIR}/JTreport"                                            \
   101         $(if ${JTREG_TESTS}, ${JTREG_TESTS}, test)                          \
   102         $(if ${JTREG_TESTS}, ${JTREG_TESTS}, test)                          \