aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2024-07-02 21:26:10 -0700
committerGitHub <noreply@github.com>2024-07-02 21:26:10 -0700
commita9c44fd66a1a2f79c96cb5509634ca67a04b061a (patch)
tree0ed8767e6cec45884d6b0a7ee1c38ea87aa5fea4
parent6a992bc89f5ca25d132abd044d78ecf27ae6e162 (diff)
downloadllvm-a9c44fd66a1a2f79c96cb5509634ca67a04b061a.zip
llvm-a9c44fd66a1a2f79c96cb5509634ca67a04b061a.tar.gz
llvm-a9c44fd66a1a2f79c96cb5509634ca67a04b061a.tar.bz2
[asan] Disable flaky test on Android (#97516)
Issue #97515
-rw-r--r--compiler-rt/test/asan/TestCases/printf-5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/printf-5.c b/compiler-rt/test/asan/TestCases/printf-5.c
index 19ff182..180ac6e 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() {