[PATCH] D154298: [sanitizer_common][test] Fix huge_malloc.c UNSUPPORTED syntax

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 2 04:27:41 PDT 2023


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG81ff4d6f2e45: [sanitizer_common][test] Fix huge_malloc.c UNSUPPORTED syntax (authored by ro).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154298/new/

https://reviews.llvm.org/D154298

Files:
  compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c


Index: compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c
===================================================================
--- compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c
+++ compiler-rt/test/sanitizer_common/TestCases/Posix/huge_malloc.c
@@ -13,7 +13,7 @@
 // UNSUPPORTED: hwasan
 
 // FIXME: Something wrong with MADV_FREE or MAP_NORESERVE there.
-// UNSUPPORTED: solaris
+// UNSUPPORTED: target={{.*solaris.*}}
 
 void *p;
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154298.536580.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230702/457b27d7/attachment.bin>


More information about the llvm-commits mailing list