summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-25 06:02:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-25 06:02:11 +0000
commitd7512b347a18b07a98639c241b7b0b22d85fbe90 (patch)
tree189f8b23262674f85881da47d7a915a4ee1b42ca
parenteed02e944c07470190a853203f73ade764e92260 (diff)
downloadbcm5719-llvm-d7512b347a18b07a98639c241b7b0b22d85fbe90.tar.gz
bcm5719-llvm-d7512b347a18b07a98639c241b7b0b22d85fbe90.zip
clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.
llvm-svn: 173419
-rw-r--r--clang/test/Analysis/html-diags-multifile.c1
-rw-r--r--clang/test/Modules/global_index.m1
-rw-r--r--clang/test/PCH/modified-header-error.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Analysis/html-diags-multifile.c b/clang/test/Analysis/html-diags-multifile.c
index 611dd072635..6e89faefc5b 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 0c8fca0cfd6..53bee03c41e 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 ef9249447a1..6335fb1b453 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
OpenPOWER on IntegriCloud