[compiler-rt] r251554 - [asan] Disable a flaky test on Android.
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 13:45:52 PDT 2015
Author: eugenis
Date: Wed Oct 28 15:45:52 2015
New Revision: 251554
URL: http://llvm.org/viewvc/llvm-project?rev=251554&view=rev
Log:
[asan] Disable a flaky test on Android.
Bug: https://github.com/google/sanitizers/issues/618
Modified:
compiler-rt/trunk/test/asan/TestCases/coverage-reset.cc
Modified: compiler-rt/trunk/test/asan/TestCases/coverage-reset.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/coverage-reset.cc?rev=251554&r1=251553&r2=251554&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/coverage-reset.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/coverage-reset.cc Wed Oct 28 15:45:52 2015
@@ -3,6 +3,9 @@
// RUN: %clangxx_asan -fsanitize-coverage=func %s -o %t
// RUN: %env_asan_opts=coverage=1 %run %t
+// https://github.com/google/sanitizers/issues/618
+// UNSUPPORTED: android
+
#include <sanitizer/coverage_interface.h>
#include <stdio.h>
#include <assert.h>
More information about the llvm-commits
mailing list