summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-01-25 04:33:40 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-01-25 04:33:40 +0000
commitfc373449168d209eba1fc38ae9caa6d6f30c571f (patch)
tree3a1463f58b4b900aa8993474831b0476339a6d85 /clang-tools-extra/test
parentcf656385ea2da9c7c29eff9c2aa7a89d81fb5703 (diff)
downloadbcm5719-llvm-fc373449168d209eba1fc38ae9caa6d6f30c571f.tar.gz
bcm5719-llvm-fc373449168d209eba1fc38ae9caa6d6f30c571f.zip
Drop "REQUIRES:shell" in tests. They can run on win32.
llvm-svn: 173415
Diffstat (limited to 'clang-tools-extra/test')
-rw-r--r--clang-tools-extra/test/clang-format/diagnostic.cpp1
-rw-r--r--clang-tools-extra/test/cpp11-migrate/Combined/combined.cpp1
-rw-r--r--clang-tools-extra/test/cpp11-migrate/UseNullptr/basic.cpp1
-rw-r--r--clang-tools-extra/test/cpp11-migrate/UseNullptr/basic_failing.cpp1
-rw-r--r--clang-tools-extra/test/cpp11-migrate/no_xform.cpp1
-rw-r--r--clang-tools-extra/test/remove-cstr-calls/basic.cpp1
6 files changed, 0 insertions, 6 deletions
diff --git a/clang-tools-extra/test/clang-format/diagnostic.cpp b/clang-tools-extra/test/clang-format/diagnostic.cpp
index 0a62c57af4f..2e930ee5b79 100644
--- a/clang-tools-extra/test/clang-format/diagnostic.cpp
+++ b/clang-tools-extra/test/clang-format/diagnostic.cpp
@@ -1,5 +1,4 @@
// RUN: clang-format 2>&1 >/dev/null %s |FileCheck %s
-// REQUIRES: shell
}
// CHECK: diagnostic.cpp:[[@LINE-1]]:1: error: unexpected '}'
diff --git a/clang-tools-extra/test/cpp11-migrate/Combined/combined.cpp b/clang-tools-extra/test/cpp11-migrate/Combined/combined.cpp
index 4267d2edf74..48f3be8b1aa 100644
--- a/clang-tools-extra/test/cpp11-migrate/Combined/combined.cpp
+++ b/clang-tools-extra/test/cpp11-migrate/Combined/combined.cpp
@@ -4,7 +4,6 @@
// RUN: FileCheck -input-file=%t.cpp %s
// RUN: cpp11-migrate -loop-convert -use-nullptr -risk=risky %t_risky.cpp --
// RUN: FileCheck -check-prefix=RISKY -input-file=%t_risky.cpp %s
-// REQUIRES: shell
// XFAIL: *
#define NULL 0
diff --git a/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic.cpp b/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic.cpp
index 8a6469c4123..a0d93b13004 100644
--- a/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic.cpp
+++ b/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic.cpp
@@ -3,7 +3,6 @@
// RUN: cpp11-migrate -use-nullptr %t.cpp -- -I %S
// RUN: FileCheck -input-file=%t.cpp %s
// RUN: FileCheck -input-file=%T/basic.h %S/Inputs/basic.h
-// REQUIRES: shell
#include "Inputs/basic.h"
diff --git a/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic_failing.cpp b/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic_failing.cpp
index e2a21f42a0a..32663ffde12 100644
--- a/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic_failing.cpp
+++ b/clang-tools-extra/test/cpp11-migrate/UseNullptr/basic_failing.cpp
@@ -1,7 +1,6 @@
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: cpp11-migrate -use-nullptr %t.cpp -- -I %S
// RUN: FileCheck -input-file=%t.cpp %s
-// REQUIRES: shell
// XFAIL: *
#define NULL 0
diff --git a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp b/clang-tools-extra/test/cpp11-migrate/no_xform.cpp
index 97a687625b3..3bbb22f0c03 100644
--- a/clang-tools-extra/test/cpp11-migrate/no_xform.cpp
+++ b/clang-tools-extra/test/cpp11-migrate/no_xform.cpp
@@ -1,7 +1,6 @@
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: cpp11-migrate %t.cpp --
// XFAIL: *
-// REQUIRES: shell
int main(int argc, char** argv) {
return 0;
diff --git a/clang-tools-extra/test/remove-cstr-calls/basic.cpp b/clang-tools-extra/test/remove-cstr-calls/basic.cpp
index 4aabf1cece0..aede854ecd3 100644
--- a/clang-tools-extra/test/remove-cstr-calls/basic.cpp
+++ b/clang-tools-extra/test/remove-cstr-calls/basic.cpp
@@ -1,7 +1,6 @@
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: remove-cstr-calls . %t.cpp --
// RUN: FileCheck -input-file=%t.cpp %s
-// REQUIRES: shell
namespace std {
template<typename T> class allocator {};
OpenPOWER on IntegriCloud