[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 12:03:35 PST 2023


kstoimenov created this revision.
Herald added a subscriber: arphaman.
Herald added a project: All.
kstoimenov requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

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
@@ -33,3 +33,4 @@
 // RUN: FileCheck < %t.err -check-prefix=CHECK-LIBCLANG-CRASH %s
 // CHECK-LIBCLANG-CRASH-DAG: libclang: crash detected during parsing
 // CHECK-LIBCLANG-CRASH-DAG: Unable to load translation unit!
+// UNSUPPORTED: hwasan


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145822.504244.patch
Type: text/x-patch
Size: 450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230310/cacf48fd/attachment.bin>


More information about the cfe-commits mailing list