[asan] Disable a flaky test.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 10 Jun 2014 08:32:01 +0000 (08:32 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 10 Jun 2014 08:32:01 +0000 (08:32 +0000)
llvm-svn: 210517

compiler-rt/test/asan/TestCases/Android/coverage.cc

index 97f122e..980811e 100644 (file)
 // 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>