[compiler-rt] a12c297 - [hwasan] Disable test with internal_symbolizer
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 22 10:56:40 PDT 2023
Author: Vitaly Buka
Date: 2023-09-22T10:56:34-07:00
New Revision: a12c2977debb640d2e694c72ed74344d366d89ae
URL: https://github.com/llvm/llvm-project/commit/a12c2977debb640d2e694c72ed74344d366d89ae
DIFF: https://github.com/llvm/llvm-project/commit/a12c2977debb640d2e694c72ed74344d366d89ae.diff
LOG: [hwasan] Disable test with internal_symbolizer
Added:
Modified:
compiler-rt/test/hwasan/TestCases/malloc_bisect.c
Removed:
################################################################################
diff --git a/compiler-rt/test/hwasan/TestCases/malloc_bisect.c b/compiler-rt/test/hwasan/TestCases/malloc_bisect.c
index 51cbbfe2a13d190..90a7fc0af841aad 100644
--- a/compiler-rt/test/hwasan/TestCases/malloc_bisect.c
+++ b/compiler-rt/test/hwasan/TestCases/malloc_bisect.c
@@ -7,6 +7,10 @@
// RUN: %env_hwasan_opts=malloc_bisect_left=0,malloc_bisect_right=4294967295,malloc_bisect_dump=1 not %run %t 2>&1 | \
// RUN: FileCheck %s --check-prefixes=CRASH,DUMP
+// FIXME: Recursive call into malloc from stack->Print(). Or maybe this feature
+// needs to be removed. We don't use it, but it's in the hot code.
+// UNSUPPORTED: internal_symbolizer
+
#include <stdlib.h>
#include <stdio.h>
#include <sanitizer/hwasan_interface.h>
More information about the llvm-commits
mailing list