From d7512b347a18b07a98639c241b7b0b22d85fbe90 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 06:02:11 +0000 Subject: [PATCH] clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. llvm-svn: 173419 --- clang/test/Analysis/html-diags-multifile.c | 1 - clang/test/Modules/global_index.m | 1 - clang/test/PCH/modified-header-error.c | 1 - 3 files changed, 3 deletions(-) diff --git a/clang/test/Analysis/html-diags-multifile.c b/clang/test/Analysis/html-diags-multifile.c index 611dd072635b..6e89faefc5bd 100644 --- a/clang/test/Analysis/html-diags-multifile.c +++ b/clang/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/clang/test/Modules/global_index.m b/clang/test/Modules/global_index.m index 0c8fca0cfd63..53bee03c41e3 100644 --- a/clang/test/Modules/global_index.m +++ b/clang/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/clang/test/PCH/modified-header-error.c b/clang/test/PCH/modified-header-error.c index ef9249447a15..6335fb1b4539 100644 --- a/clang/test/PCH/modified-header-error.c +++ b/clang/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