[asan] Disable test incompatible with new Android

llvm-svn: 349705
This commit is contained in:
Vitaly Buka 2018-12-20 00:24:09 +00:00
parent a2abcf6994
commit a938b9dd3e
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
// FIXME: printf is not intercepted on Windows yet.
// XFAIL: windows-msvc
// New Bionic rejects %n
// https://android.googlesource.com/platform/bionic/+/41398d03b7e8e0dfb951660ae713e682e9fc0336
// UNSUPPORTED: android
#include <stdio.h>
int main() {
#ifdef _MSC_VER