Skip to content

Commit

Permalink
Try to fix tests/sanitizers/fuzz_asan.d flakiness with LLVM 15 (ldc-d…
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke authored Feb 25, 2023
1 parent bba1608 commit d89c00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sanitizers/fuzz_asan.d
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bool FuzzMe(ubyte* data, size_t dataSize)
data[0] == 'F' &&
data[1] == 'U' &&
data[2] == 'Z' &&
// CHECK: stack-buffer-overflow
// CHECK: ERROR: AddressSanitizer: {{stack-buffer-overflow|stack-use-after-return}}
// CHECK-NEXT: READ of size 1
// CHECK-NEXT: #0 {{.*}} in {{.*fuzz_asan6FuzzMe.*}} {{.*}}fuzz_asan.d:
// FIXME, debug line info is wrong (Github issue #2090). Once fixed, add [[@LINE+1]]
Expand Down

0 comments on commit d89c00c

Please sign in to comment.