[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 13:04:39 PST 2023


kstoimenov updated this revision to Diff 504264.
kstoimenov edited the summary of this revision.
kstoimenov added a comment.

Moved UNSUPPORTED to one line.


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.504264.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230310/7da92175/attachment.bin>


More information about the cfe-commits mailing list