Skip to content

Commit a9c44fd

Browse files
authored
[asan] Disable flaky test on Android (#97516)
Issue #97515
1 parent 6a992bc commit a9c44fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// FIXME: printf is not intercepted on Windows yet.
88
// XFAIL: target={{.*windows-(msvc.*|gnu)}}
99

10+
// FIXME: The test is flaky after build bot upgrade. #97515
11+
// UNSUPPORTED: android
12+
1013
#include <stdio.h>
1114
#include <string.h>
1215
int main() {

0 commit comments

Comments
 (0)