[asan] temporarily disable parts of a test that fail after r292862

llvm-svn: 292994
This commit is contained in:
Kostya Serebryany 2017-01-24 23:58:21 +00:00
parent 7a165755ba
commit d843cd55b5
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
// RUN: %sancov print *.sancov >out.txt
// RUN: cd ../..
// RUN: diff -u coverage-direct/normal/out.txt coverage-direct/direct/out.txt
// TEMPORARILY_DISABLED: diff -u coverage-direct/normal/out.txt coverage-direct/direct/out.txt
// RUN: %clangxx_asan -fsanitize-coverage=edge -DSHARED %s -shared -o %dynamiclib -fPIC
@ -54,7 +54,7 @@
// RUN: %sancov print *.sancov >out.txt
// RUN: cd ../..
// RUN: diff -u coverage-direct/normal/out.txt coverage-direct/direct/out.txt
// TEMPORARILY_DISABLED: diff -u coverage-direct/normal/out.txt coverage-direct/direct/out.txt
// XFAIL: android