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

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 2 21:26:13 PDT 2024


Author: Vitaly Buka
Date: 2024-07-02T21:26:10-07:00
New Revision: a9c44fd66a1a2f79c96cb5509634ca67a04b061a

URL: https://github.com/llvm/llvm-project/commit/a9c44fd66a1a2f79c96cb5509634ca67a04b061a
DIFF: https://github.com/llvm/llvm-project/commit/a9c44fd66a1a2f79c96cb5509634ca67a04b061a.diff

LOG: [asan] Disable flaky test on Android (#97516)

Issue #97515

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/printf-5.c

Removed: 
    


################################################################################
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