From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 06:02:11 +0000 (+0000) Subject: clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6cd5cd98b45298ed6a13ff14551a43d1a210a32;p=clang clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173419 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/html-diags-multifile.c b/test/Analysis/html-diags-multifile.c index 611dd07263..6e89faefc5 100644 --- a/test/Analysis/html-diags-multifile.c +++ b/test/Analysis/html-diags-multifile.c @@ -2,7 +2,6 @@ // RUN: %clang_cc1 -analyze -analyzer-output=html -analyzer-checker=core -o %t.dir // RUN: ls %t.dir | grep report | count 0 // RUN: rm -fR %t.dir -// REQUIRES: shell // This tests that we do not currently emit HTML diagnostics for reports that // cross file boundaries. diff --git a/test/Modules/global_index.m b/test/Modules/global_index.m index 0c8fca0cfd..53bee03c41 100644 --- a/test/Modules/global_index.m +++ b/test/Modules/global_index.m @@ -7,7 +7,6 @@ // RUN: ls %t|grep modules.idx // Run and use the global module index // RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fdisable-module-hash -fmodules -fmodules-global-index -F %S/Inputs %s -verify -print-stats 2>&1 | FileCheck %s -// REQUIRES: shell // expected-no-diagnostics @import DependsOnModule; diff --git a/test/PCH/modified-header-error.c b/test/PCH/modified-header-error.c index ef9249447a..6335fb1b45 100644 --- a/test/PCH/modified-header-error.c +++ b/test/PCH/modified-header-error.c @@ -9,4 +9,3 @@ #include "header2.h" // CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built -// REQUIRES: shell