[compiler-rt] 8b3ba14 - [test][hwasan] Disable the test as it fails on Arm as well
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 11 17:29:24 PDT 2023
Author: Vitaly Buka
Date: 2023-09-11T17:29:11-07:00
New Revision: 8b3ba143b016f7e4dca140a2c2a74d0b70254fee
URL: https://github.com/llvm/llvm-project/commit/8b3ba143b016f7e4dca140a2c2a74d0b70254fee
DIFF: https://github.com/llvm/llvm-project/commit/8b3ba143b016f7e4dca140a2c2a74d0b70254fee.diff
LOG: [test][hwasan] Disable the test as it fails on Arm as well
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 cdde199d86b91a7..c8fef9bba8591b3 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: target=x86_64{{.*}}
+// UNSUPPORTED: *
#include <assert.h>
#include <malloc.h>
More information about the llvm-commits
mailing list