[compiler-rt] r349705 - [asan] Disable test incompatible with new Android
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 19 16:24:09 PST 2018
Author: vitalybuka
Date: Wed Dec 19 16:24:09 2018
New Revision: 349705
URL: http://llvm.org/viewvc/llvm-project?rev=349705&view=rev
Log:
[asan] Disable test incompatible with new Android
Modified:
compiler-rt/trunk/test/asan/TestCases/printf-3.c
Modified: compiler-rt/trunk/test/asan/TestCases/printf-3.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/printf-3.c?rev=349705&r1=349704&r2=349705&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/printf-3.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/printf-3.c Wed Dec 19 16:24:09 2018
@@ -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
More information about the llvm-commits
mailing list