[PATCH] D145822: [HWASAN][LSAN] Exclude crash-recovery-modules.m from HWASAN tests
Kirill Stoimenov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 10 16:14:59 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG100a3c397c20: [HWASAN][LSAN] Exclude crash-recovery-modules.m from HWASAN tests (authored by kstoimenov).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145822/new/
https://reviews.llvm.org/D145822
Files:
clang/test/Index/crash-recovery-modules.m
Index: clang/test/Index/crash-recovery-modules.m
===================================================================
--- clang/test/Index/crash-recovery-modules.m
+++ 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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145822.504299.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230311/a0f211e0/attachment-0001.bin>
More information about the cfe-commits
mailing list