From 8cfda3057d3cd96793aecfe4514906cb4040f4ff Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Wed, 2 Oct 2019 21:38:22 +0000 Subject: [sanitizer_common] Disable onprint.cpp on Android. The test fails to find the written file on Android. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@373531 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/sanitizer_common/TestCases/onprint.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sanitizer_common/TestCases/onprint.cpp b/test/sanitizer_common/TestCases/onprint.cpp index 4b3f31e7b..c5afb8247 100644 --- a/test/sanitizer_common/TestCases/onprint.cpp +++ b/test/sanitizer_common/TestCases/onprint.cpp @@ -4,6 +4,8 @@ // RUN: %clangxx %s -o %t // RUN: %run %t %t-onprint.txt 2>%t-stderr.txt || true // RUN: diff %t-onprint.txt %t-stderr.txt +// +// UNSUPPORTED: android #include #include -- cgit v1.2.1