Skip to content

Commit a269602

Browse files
author
Andrew Lu
committed
8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java
Reviewed-by: stuefe Backport-of: 6d36b4b
1 parent 3212030 commit a269602

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
@@ -68,7 +68,7 @@ public static void main(String[] args) throws Exception {
6868

6969
// we should have crashed with a SIGFPE
7070
output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*");
71-
output_detail.shouldMatch("# +SIGFPE.*");
71+
output_detail.shouldMatch("#.+SIGFPE.*");
7272

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

0 commit comments

Comments
 (0)