Skip to content

Commit 100a3c3

Browse files
committed
[HWASAN][LSAN] Exclude crash-recovery-modules.m from HWASAN tests
This is a reland of a single file from D145727, which was reverted in 25ba9dc. This test is using exact line number in the checks so if anything is rearranged the test fails. Moving hwasan on the same line fixes that issue. Reviewed By: vitalybuka Differential Revision: https://reviews.llvm.org/D145822
1 parent 8a4451c commit 100a3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Index/crash-recovery-modules.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: env CINDEXTEST_FAILONERROR=1 c-index-test -test-load-source all -fmodules -fmodules-cache-path=%t -Xclang -fdisable-module-hash -I %S/Inputs/Headers %s > /dev/null
1212

1313
// REQUIRES: crash-recovery
14-
// UNSUPPORTED: libstdcxx-safe-mode
14+
// UNSUPPORTED: libstdcxx-safe-mode, hwasan
1515

1616
@import Crash;
1717

0 commit comments

Comments
 (0)