From dbb846a463a12612a5e43d1dfd6faeb11ec45d1a Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 25 Oct 2013 22:30:07 +0000 Subject: Skip this test when using lit integrated shell It wasn't passing on UNIX with LIT_USE_INTERNAL_SHELL=1 due to cat globbing. llvm-svn: 193443 --- clang/test/Coverage/html-diagnostics.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clang/test/Coverage') diff --git a/clang/test/Coverage/html-diagnostics.c b/clang/test/Coverage/html-diagnostics.c index 4f1b0e3763b..410ee2acd5f 100644 --- a/clang/test/Coverage/html-diagnostics.c +++ b/clang/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:

Annotated Source Code

// Without tweaking expr, the expr would hit to the line below -- cgit v1.2.3