]> granicus.if.org Git - clang/commitdiff
clang/test/Modules: Remove "REQUIRES:shell" since they work for me.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 12:59:18 +0000 (12:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 4 Nov 2014 12:59:18 +0000 (12:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221261 91177308-0d34-0410-b5e6-96231b3b80d8

12 files changed:
test/Modules/Rmodule-build.m
test/Modules/Werror-Wsystem-headers.m
test/Modules/Werror.m
test/Modules/add-remove-private.m
test/Modules/explicit-build-flags.cpp
test/Modules/load-after-failure.m
test/Modules/modules-with-same-name.m
test/Modules/no-stale-modtime.m
test/Modules/rebuild.m
test/Modules/require-modular-includes.m
test/Modules/system_version.m
test/Modules/validate-system-headers.m

index ecd96cf6475102b7dbca11bc99eb132ce48048ef..e8f293535178f818de72cfbf48b72d0006b15d67 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: shell
 // RUN: rm -rf %t
 // RUN: mkdir %t
 // RUN: echo '// A' > %t/A.h
index 7b3424b8074d33e299317ae2b7e56f667474ba2c..4391aa0279778487ff94600c514e550588b05fdf 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: shell
 // RUN: rm -rf %t
 // RUN: rm -rf %t-saved
 // RUN: mkdir %t-saved
index 94a98a5a198d04f7e594020283c5a0361a7c8f1f..6444ea513b81c220aadc9194afa0f14100c3ac6d 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: shell
 // RUN: rm -rf %t
 // RUN: rm -rf %t-saved
 // RUN: mkdir -p %t-saved
index 7aa1b39fc22459a313de108a5515320a51f21060..49e81e11141d9fc5c7523f18275825df8892b093 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: shell
 // RUN: rm -rf %t
 // RUN: rm -rf %t.mcp
 // RUN: mkdir -p %t
index c5c3df92abac45332658cdeb9cdd60251bd5a5a7..6ced215a06d1b7d701dee83b749e11bab037fc90 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: shell
-
 // RUN: rm -rf %t
 // RUN: mkdir %t
 // RUN: echo 'module tmp { header "tmp.h" }' > %t/map
index f471fd88d505f740f81ae1200ba238eebbb3fea0..38d4a3653205d3ac163c2eeb34336f74cc9c6a33 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: shell
 // RUN: rm -rf %t
 // RUN: mkdir -p %t
 
index c90aa5d7d842d53bf355ce98bcb57cae3154caef..d362f756a60a885733b0ae577938bf7c9e16ce81 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: shell
 // RUN: rm -rf %t
 
 // A from path 1
index 1bff2b017a430ce2cd2db2c5e898ae1ae82697ba..53512126a1b6533f0be6d6381fd4c5ff171bba4c 100644 (file)
@@ -1,7 +1,6 @@
 // Ensure that when rebuilding a module we don't save its old modtime when
 // building modules that depend on it.
 
-// REQUIRES: shell
 // RUN: rm -rf %t
 // RUN: mkdir -p %t
 // This could be replaced by diamond_*, except we want to modify the top header
index c6e7920339eba31e51c20cc1fb831611df291d68..53a1fff90bbf1ce5da3f6b66b9da479ae080e7da 100644 (file)
@@ -1,4 +1,3 @@
-// REQUIRES: shell
 // RUN: rm -rf %t
 
 // Build Module and set its timestamp
index 835a35243396fd53d030edffd5960cb78f84a1d7..302e4cd191cd98b0d100d17622a2b3009dff7302 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: rm -rf %t
-// REQUIRES: shell
 
 // Including a header from the imported module
 // RUN: echo '@import FromImportedModuleOK;' | \
index bc82bf8bc17b2f52e0df5994726745343f8bc2a1..55174ef1506c48d6479139a702ec8877e42b28f3 100644 (file)
@@ -1,6 +1,5 @@
 // Test checking that we're hashing a system version file in the
 // module hash.
-// REQUIRES: shell
 
 // First, build a system root.
 // RUN: rm -rf %t
index b5e7c6abc4012546442681a64fc00529c01dc9c2..8cdc886322bd80bf46f8eb27e4bfff51e01aa5de 100644 (file)
@@ -38,6 +38,4 @@
 // RUN: %clang_cc1 -isystem %t/Inputs/usr/include -fmodules -fmodules-validate-system-headers -fmodules-cache-path=%t/ModuleCache -fdisable-module-hash -x objective-c-header -fsyntax-only %s -fbuild-session-timestamp=1390000000 -fmodules-validate-once-per-build-session
 // RUN: not diff %t/ModuleCache/Foo.pcm %t/Foo.pcm.saved
 
-// REQUIRES: shell
-
 @import Foo;