summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2018-12-20 00:24:09 +0000
committerVitaly Buka <vitalybuka@google.com>2018-12-20 00:24:09 +0000
commita938b9dd3e2ae8813605fcaa760809d7a743c26f (patch)
tree33e2626c308f9bfeb326d7e982b3b19e6972ff8f
parenta2abcf6994c2757fccdac043a51c485e7fcf3776 (diff)
downloadbcm5719-llvm-a938b9dd3e2ae8813605fcaa760809d7a743c26f.tar.gz
bcm5719-llvm-a938b9dd3e2ae8813605fcaa760809d7a743c26f.zip
[asan] Disable test incompatible with new Android
llvm-svn: 349705
-rw-r--r--compiler-rt/test/asan/TestCases/printf-3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/printf-3.c b/compiler-rt/test/asan/TestCases/printf-3.c
index 1183b2f6ffd..4f54ff956e3 100644
--- a/compiler-rt/test/asan/TestCases/printf-3.c
+++ b/compiler-rt/test/asan/TestCases/printf-3.c
@@ -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
OpenPOWER on IntegriCloud