diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 06:02:11 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 06:02:11 +0000 |
commit | a6cd5cd98b45298ed6a13ff14551a43d1a210a32 (patch) | |
tree | 9e3d683f2d133c84fdcbb94a8acb1dc5f25823ff | |
parent | e095c654b02e354e188479809e2c7438700bbc95 (diff) |
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
-rw-r--r-- | test/Analysis/html-diags-multifile.c | 1 | ||||
-rw-r--r-- | test/Modules/global_index.m | 1 | ||||
-rw-r--r-- | test/PCH/modified-header-error.c | 1 |
3 files changed, 0 insertions, 3 deletions
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 |