Skip to content

Commit d7b3ef6

Browse files
committed
[asan] Disable coverage-missing test failing on the bots.
llvm-svn: 237049
1 parent 6b72a67 commit d7b3ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// RUN: %sancov missing %dynamiclib < foo.txt > foo-missing.txt
4646
// RUN: diff bar.txt foo-missing.txt | not grep "^<"
4747

48-
// REQUIRES: x86_64-supported-target, i386-supported-target
48+
// REQUIRES: x86_64-supported-target, i386-supported-target, broken
4949
// XFAIL: android
5050

5151
#include <stdio.h>

0 commit comments

Comments
 (0)