[compiler-rt] Disable test broken by #117624 (PR #118858)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 5 11:06:02 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/118858.diff
1 Files Affected:
- (modified) compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp (+2)
``````````diff
diff --git a/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp b/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp
index bf82a517df37e9..aa9df949262d85 100644
--- a/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp
+++ b/compiler-rt/test/asan/TestCases/Linux/global-overflow-bfd.cpp
@@ -2,6 +2,8 @@
// false negatives with the BFD linker.
// RUN: %clangxx_asan -fuse-ld=bfd -Wl,-gc-sections -ffunction-sections -fdata-sections -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// UNSUPPORTED: android
+
#include <string.h>
int main(int argc, char **argv) {
static char XXX[10];
``````````
</details>
https://github.com/llvm/llvm-project/pull/118858
More information about the llvm-commits
mailing list