Commit 3aede80
committed
[libFuzzer] Change sig-trap test to allow expected output strings in any order (llvm#157407)
I have seen some flakiness in this test where the 2 checked strings
appear in a different order. Due to buffering of writes, and that one of
these strings is written during the signal handler, I think this is
valid.
This PR relaxes the test to allow those strings to appear in
either order.
(cherry picked from commit d685508)1 parent 3487553 commit 3aede80
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
0 commit comments