Skip to content

Commit 8fa7cf0

Browse files
committed
[HWASan] disable hwasan_symbolize_stack_uas on x86
1 parent 00ed887 commit 8fa7cf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/test/hwasan/TestCases/hwasan_symbolize_stack_uas.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %clang_hwasan -Wl,--build-id -g %s -o %t
22
// RUN: %env_hwasan_opts=symbolize=0 not %run %t 2>&1 | hwasan_symbolize --symbols $(dirname %t) --index | FileCheck %s
33

4-
// REQUIRES: pointer-tagging
4+
// TODO: find out why this fails on sanitizer-x86_64-linux-qemu bot
5+
// REQUIRES: aarch64-target-arch
56

67
#include <sanitizer/hwasan_interface.h>
78
#include <stdlib.h>

0 commit comments

Comments
 (0)