[compiler-rt] r286320 - [asan] Disable unexpected passing test.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 16:33:41 PST 2016
Author: eugenis
Date: Tue Nov 8 18:33:41 2016
New Revision: 286320
URL: http://llvm.org/viewvc/llvm-project?rev=286320&view=rev
Log:
[asan] Disable unexpected passing test.
This test fails on some versions of Android and passes on other versions.
Replace XFAIL with UNSUPPORTED.
Modified:
compiler-rt/trunk/test/asan/TestCases/Posix/coverage-fork.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Posix/coverage-fork.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/coverage-fork.cc?rev=286320&r1=286319&r2=286320&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/coverage-fork.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/coverage-fork.cc Tue Nov 8 18:33:41 2016
@@ -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>
More information about the llvm-commits
mailing list