[compiler-rt] 8ee0874 - [test][hwasan] Fix UNSUPPORTED condition

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 17:38:19 PDT 2023


Author: Vitaly Buka
Date: 2023-09-11T17:37:02-07:00
New Revision: 8ee0874eca0dd636cd623504a298ad4ed888631c

URL: https://github.com/llvm/llvm-project/commit/8ee0874eca0dd636cd623504a298ad4ed888631c
DIFF: https://github.com/llvm/llvm-project/commit/8ee0874eca0dd636cd623504a298ad4ed888631c.diff

LOG: [test][hwasan] Fix UNSUPPORTED condition

Added: 
    

Modified: 
    compiler-rt/test/hwasan/TestCases/sizes.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/hwasan/TestCases/sizes.cpp b/compiler-rt/test/hwasan/TestCases/sizes.cpp
index c8fef9bba8591b3..9f289539a773c3e 100644
--- a/compiler-rt/test/hwasan/TestCases/sizes.cpp
+++ b/compiler-rt/test/hwasan/TestCases/sizes.cpp
@@ -24,7 +24,7 @@
 // calloc is caught.
 
 // FIXME: Fails on some bots.
-// UNSUPPORTED: *
+// UNSUPPORTED: target={{.*}}
 
 #include <assert.h>
 #include <malloc.h>


        


More information about the llvm-commits mailing list