aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-11-09 00:33:41 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2016-11-09 00:33:41 +0000
commitfcba0d647cd53292988df6c0a01de63adc814588 (patch)
treea0030cf68206ebcc49d367ff01706455dbb80f94
parentf3da16bff92dabc4a69dabb2be00d0835eb12519 (diff)
downloadllvm-fcba0d647cd53292988df6c0a01de63adc814588.zip
llvm-fcba0d647cd53292988df6c0a01de63adc814588.tar.gz
llvm-fcba0d647cd53292988df6c0a01de63adc814588.tar.bz2
[asan] Disable unexpected passing test.
This test fails on some versions of Android and passes on other versions. Replace XFAIL with UNSUPPORTED. llvm-svn: 286320
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/coverage-fork.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cc b/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cc
index 799d716..40ce72e 100644
--- a/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cc
+++ b/compiler-rt/test/asan/TestCases/Posix/coverage-fork.cc
@@ -3,7 +3,7 @@
// RUN: mkdir -p %T/coverage-fork && cd %T/coverage-fork
// RUN: %env_asan_opts=coverage=1:coverage_direct=0:verbosity=1 %run %t 2>&1 | FileCheck %s
//
-// XFAIL: android
+// UNSUPPORTED: android
#include <stdio.h>
#include <string.h>