There are 3 possible issues here:
- the error message shows the user explicit GC, even in cases where the test itself is run with a different implicit GC (seeJDK-8194054)
- the error message shows java exit as a signed int (ex. -1073740940), where a hex value (C0000374) might be also useful.
- the error message should include a full output from the failed process
All this would make the error reporting more robust and would hopefully not lead to misleading assumptions
- the error message shows the user explicit GC, even in cases where the test itself is run with a different implicit GC (see
- the error message shows java exit as a signed int (ex. -1073740940), where a hex value (C0000374) might be also useful.
- the error message should include a full output from the failed process
All this would make the error reporting more robust and would hopefully not lead to misleading assumptions
- relates to
-
JDK-8195151 [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java needs to have its javatest.maxOutputSize set higher
-
- Closed
-
-
JDK-8195152 Make sure jtreg/jharness test preserves hs_err crash files
-
- Closed
-
-
JDK-8194054 [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
-
- Resolved
-