summaryrefslogtreecommitdiffstats
path: root/test/Coverage
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-10-25 22:30:07 +0000
committerAlp Toker <alp@nuanti.com>2013-10-25 22:30:07 +0000
commitcb9e579b72d5e9df9d5a42e980fe370f0a1ceb8e (patch)
tree80237f1e71945ca20e909a6916099885b8694128 /test/Coverage
parent7784d5166243ddd388b3a4c1f7bde7db6bbac4f2 (diff)
Skip this test when using lit integrated shell
It wasn't passing on UNIX with LIT_USE_INTERNAL_SHELL=1 due to cat globbing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage')
-rw-r--r--test/Coverage/html-diagnostics.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Coverage/html-diagnostics.c b/test/Coverage/html-diagnostics.c
index 4f1b0e3763..410ee2acd5 100644
--- a/test/Coverage/html-diagnostics.c
+++ b/test/Coverage/html-diagnostics.c
@@ -2,6 +2,9 @@
// RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t %s
// RUN: cat %t/*.html | FileCheck %s
+// Because of the glob (*.html)
+// REQUIRES: shell
+
// CHECK: <h3>Annotated Source Code</h3>
// Without tweaking expr, the expr would hit to the line below