Skip to content

Commit d89c00c

Browse files
authored
Try to fix tests/sanitizers/fuzz_asan.d flakiness with LLVM 15 (#4328)
1 parent bba1608 commit d89c00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sanitizers/fuzz_asan.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bool FuzzMe(ubyte* data, size_t dataSize)
1212
data[0] == 'F' &&
1313
data[1] == 'U' &&
1414
data[2] == 'Z' &&
15-
// CHECK: stack-buffer-overflow
15+
// CHECK: ERROR: AddressSanitizer: {{stack-buffer-overflow|stack-use-after-return}}
1616
// CHECK-NEXT: READ of size 1
1717
// CHECK-NEXT: #0 {{.*}} in {{.*fuzz_asan6FuzzMe.*}} {{.*}}fuzz_asan.d:
1818
// FIXME, debug line info is wrong (Github issue #2090). Once fixed, add [[@LINE+1]]

0 commit comments

Comments
 (0)