Skip to content

Commit 6d36b4b

Browse files
committed
8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java
Reviewed-by: stuefe
1 parent f0eeca9 commit 6d36b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void main(String[] args) throws Exception {
6060

6161
// we should have crashed with a SIGFPE
6262
output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*");
63-
output_detail.shouldMatch("# +SIGFPE.*");
63+
output_detail.shouldMatch("#.+SIGFPE.*");
6464

6565
// extract hs-err file
6666
String hs_err_file = output_detail.firstMatch("# *(\\S*hs_err_pid\\d+\\.log)", 1);

0 commit comments

Comments
 (0)