[compiler-rt] r237049 - [asan] Disable coverage-missing test failing on the bots.
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Mon May 11 14:16:18 PDT 2015
Author: eugenis
Date: Mon May 11 16:16:18 2015
New Revision: 237049
URL: http://llvm.org/viewvc/llvm-project?rev=237049&view=rev
Log:
[asan] Disable coverage-missing test failing on the bots.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc?rev=237049&r1=237048&r2=237049&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc Mon May 11 16:16:18 2015
@@ -45,7 +45,7 @@
// RUN: %sancov missing %dynamiclib < foo.txt > foo-missing.txt
// RUN: diff bar.txt foo-missing.txt | not grep "^<"
-// REQUIRES: x86_64-supported-target, i386-supported-target
+// REQUIRES: x86_64-supported-target, i386-supported-target, broken
// XFAIL: android
#include <stdio.h>
More information about the llvm-commits
mailing list