Skip to content

Commit a12c297

Browse files
committed
[hwasan] Disable test with internal_symbolizer
1 parent ab1db26 commit a12c297

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler-rt/test/hwasan/TestCases/malloc_bisect.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
// RUN: %env_hwasan_opts=malloc_bisect_left=0,malloc_bisect_right=4294967295,malloc_bisect_dump=1 not %run %t 2>&1 | \
88
// RUN: FileCheck %s --check-prefixes=CRASH,DUMP
99

10+
// FIXME: Recursive call into malloc from stack->Print(). Or maybe this feature
11+
// needs to be removed. We don't use it, but it's in the hot code.
12+
// UNSUPPORTED: internal_symbolizer
13+
1014
#include <stdlib.h>
1115
#include <stdio.h>
1216
#include <sanitizer/hwasan_interface.h>

0 commit comments

Comments
 (0)