Skip to content

Commit

Permalink
[asan] Disable flaky test on Android (llvm#97516)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka authored and lravenclaw committed Jul 3, 2024
1 parent a6cabcd commit d20a543
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler-rt/test/asan/TestCases/printf-5.c
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d20a543

Please sign in to comment.