[clang] 100a3c3 - [HWASAN][LSAN] Exclude crash-recovery-modules.m from HWASAN tests

Kirill Stoimenov via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 10 16:14:47 PST 2023


Author: Kirill Stoimenov
Date: 2023-03-11T00:14:27Z
New Revision: 100a3c397c2009d008ed4d26e124af43805184a0

URL: https://github.com/llvm/llvm-project/commit/100a3c397c2009d008ed4d26e124af43805184a0
DIFF: https://github.com/llvm/llvm-project/commit/100a3c397c2009d008ed4d26e124af43805184a0.diff

LOG: [HWASAN][LSAN] Exclude crash-recovery-modules.m from HWASAN tests

This is a reland of a single file from D145727, which was reverted in 25ba9dcf1807. 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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/test/Index/crash-recovery-modules.m b/clang/test/Index/crash-recovery-modules.m
index 72e25a0fbf5f2..00020e0e8162c 100644
--- a/clang/test/Index/crash-recovery-modules.m
+++ b/clang/test/Index/crash-recovery-modules.m
@@ -11,7 +11,7 @@
 // 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
 
 // REQUIRES: crash-recovery
-// UNSUPPORTED: libstdcxx-safe-mode
+// UNSUPPORTED: libstdcxx-safe-mode, hwasan
 
 @import Crash;
 


        


More information about the cfe-commits mailing list