[compiler-rt] r210517 - [asan] Disable a flaky test.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Jun 10 01:32:01 PDT 2014


Author: eugenis
Date: Tue Jun 10 03:32:01 2014
New Revision: 210517

URL: http://llvm.org/viewvc/llvm-project?rev=210517&view=rev
Log:
[asan] Disable a flaky test.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Android/coverage.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Android/coverage.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Android/coverage.cc?rev=210517&r1=210516&r2=210517&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Android/coverage.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Android/coverage.cc Tue Jun 10 03:32:01 2014
@@ -12,7 +12,10 @@
 // RUN: ls; pwd
 // RUN: cd %T/coverage-direct/direct
 // RUN: %sancov rawunpack *.sancov.raw
-// RUN: %sancov print *.sancov |& FileCheck %s
+// RUN: %sancov print *.sancov
+
+// FIXME: FileCheck disabled due to flakiness in the test. Fix and re-enable.
+// ... |& FileCheck %s
 
 #include <assert.h>
 #include <dlfcn.h>





More information about the llvm-commits mailing list