summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2019-10-02 21:38:22 +0000
committerMatt Morehouse <mascasa@google.com>2019-10-02 21:38:22 +0000
commit8cfda3057d3cd96793aecfe4514906cb4040f4ff (patch)
tree6bf1ee8b833974ea829eb5183237cb25769ff8e7
parent2666d540c2c6b0d177df6bc20c8572f53399c27a (diff)
downloadcompiler-rt-8cfda3057d3cd96793aecfe4514906cb4040f4ff.tar.gz
[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
-rw-r--r--test/sanitizer_common/TestCases/onprint.cpp2
1 files changed, 2 insertions, 0 deletions
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 <cassert>
#include <cstdio>