[compiler-rt] r373531 - [sanitizer_common] Disable onprint.cpp on Android.
Matt Morehouse via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 14:38:23 PDT 2019
Author: morehouse
Date: Wed Oct 2 14:38:22 2019
New Revision: 373531
URL: http://llvm.org/viewvc/llvm-project?rev=373531&view=rev
Log:
[sanitizer_common] Disable onprint.cpp on Android.
The test fails to find the written file on Android.
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/onprint.cpp
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/onprint.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/onprint.cpp?rev=373531&r1=373530&r2=373531&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/onprint.cpp (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/onprint.cpp Wed Oct 2 14:38:22 2019
@@ -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>
More information about the llvm-commits
mailing list