[compiler-rt] [asan] Disable flaky test on Android (PR #97516)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 21:26:18 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-compiler-rt-sanitizer
Author: Vitaly Buka (vitalybuka)
<details>
<summary>Changes</summary>
Issue #<!-- -->97515
---
Full diff: https://github.com/llvm/llvm-project/pull/97516.diff
1 Files Affected:
- (modified) compiler-rt/test/asan/TestCases/printf-5.c (+3)
``````````diff
diff --git a/compiler-rt/test/asan/TestCases/printf-5.c b/compiler-rt/test/asan/TestCases/printf-5.c
index 19ff182acce67..180ac6e037b9b 100644
--- a/compiler-rt/test/asan/TestCases/printf-5.c
+++ b/compiler-rt/test/asan/TestCases/printf-5.c
@@ -7,6 +7,9 @@
// FIXME: printf is not intercepted on Windows yet.
// XFAIL: target={{.*windows-(msvc.*|gnu)}}
+// FIXME: The test is flaky after build bot upgrade. #97515
+// UNSUPPORTED: android
+
#include <stdio.h>
#include <string.h>
int main() {
``````````
</details>
https://github.com/llvm/llvm-project/pull/97516
More information about the llvm-commits
mailing list