[asan] Disable a flaky test.

llvm-svn: 210517
This commit is contained in:
Evgeniy Stepanov 2014-06-10 08:32:01 +00:00
parent 0fb16ab204
commit 48eccb7fb3
1 changed files with 4 additions and 1 deletions

View File

@ -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>