Skip to content

Commit 3f6c167

Browse files
authored
Merge pull request #11369 from DanBlackwell/pick-libfuzzer-sig-trap-allow-any-order
[🍒][libFuzzer] Change sig-trap test to allow expected output strings in any order
2 parents a30a11b + 3aede80 commit 3f6c167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/fuzzer/sig-trap.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ UNSUPPORTED: target={{.*windows.*}}
55
RUN: %cpp_compiler %S/SigTrapTest.cpp -o %t
66

77
RUN: not %run %t 2>&1 | FileCheck %s
8-
CHECK: BINGO
9-
CHECK: ERROR: libFuzzer: deadly signal
8+
CHECK-DAG: BINGO
9+
CHECK-DAG: ERROR: libFuzzer: deadly signal
1010

1111
RUN: trap "%run %t -handle_trap=0" TRAP

0 commit comments

Comments
 (0)