Skip to content

Commit 372c275

Browse files
committed
[dfsan][test] Disable the test with internal_symbolizer
After #87191 we had to add 8b135a7, which makes symbolizer to calls a global constructor with `realloc`.
1 parent 9dbd364 commit 372c275

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

compiler-rt/test/dfsan/mmap_at_init.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
//
55
// Tests that calling mmap() during during dfsan initialization works.
66

7+
// `internal_symbolizer` can not use `realloc` on memory from the test `calloc`.
8+
// UNSUPPORTED: internal_symbolizer
9+
710
#include <sanitizer/dfsan_interface.h>
811
#include <sys/mman.h>
912
#include <unistd.h>

0 commit comments

Comments
 (0)