[compiler-rt] [asan] Disable flaky test on Android (PR #97516)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 21:25:48 PDT 2024


https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/97516

Issue #97515


>From d10e67ebbba59079c7bb4ac9950340ba2a457042 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Tue, 2 Jul 2024 21:25:31 -0700
Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?=
 =?UTF-8?q?l=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Created using spr 1.3.4
---
 compiler-rt/test/asan/TestCases/printf-5.c | 3 +++
 1 file changed, 3 insertions(+)

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() {



More information about the llvm-commits mailing list