]> granicus.if.org Git - clang/commitdiff
Erase REQUIRES: shell-preserves-root from more tests, see r242312.
authorYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 19:42:18 +0000 (19:42 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 19:42:18 +0000 (19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242321 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cl-eh.cpp
test/Driver/cl-fallback.c
test/Driver/cl-inputs.c
test/Driver/cl-link.c
test/Driver/cl.c

index b43f31f83fc784a15523b48c47afebdcc9392047..352c6f1543c83de75eda9bd25c9157d8fb2acbfb 100644 (file)
@@ -1,6 +1,3 @@
-// Don't attempt slash switches on msys bash.
-// REQUIRES: shell-preserves-root
-
 // Note: %s must be preceded by --, otherwise it may be interpreted as a
 // command-line option, e.g. on Mac where %s is commonly under /Users.
 
index bbc9ad84d6f3ad6d78aa7b07e80a271db166117f..95c3c751a0a4fa70337ad5a98c558f9027a29e08 100644 (file)
@@ -1,6 +1,3 @@
-// Don't attempt slash switches on msys bash.
-// REQUIRES: shell-preserves-root
-
 // Note: %s must be preceded by --, otherwise it may be interpreted as a
 // command-line option, e.g. on Mac where %s is commonly under /Users.
 
index 1eee889bb7cc080a868d22660722aa077cf3d29e..c67fc24484ee45218dbb3d7e4c2bef9cd4f06367 100644 (file)
@@ -1,6 +1,3 @@
-// Don't attempt slash switches on msys bash.
-// REQUIRES: shell-preserves-root
-
 // Note: %s must be preceded by --, otherwise it may be interpreted as a
 // command-line option, e.g. on Mac where %s is commonly under /Users.
 
index 8572b77a740f2813cf047dc8c44c3c72aa4a1964..9813c51d80af6a73db8d4a01e1f74fa922f19551 100644 (file)
@@ -1,6 +1,3 @@
-// Don't attempt slash switches on msys bash.
-// REQUIRES: shell-preserves-root
-
 // Note: %s must be preceded by -- or bound to another option, otherwise it may
 // be interpreted as a command-line option, e.g. on Mac where %s is commonly
 // under /Users.
index 855cdc8c9701e5670d6802715aa24b2e56266d4d..34b4821b1a2f67ca3a8b7c960602968f75a97365 100644 (file)
@@ -1,6 +1,3 @@
-// Don't attempt slash switches on msys bash.
-// REQUIRES: shell-preserves-root
-
 // Note: we have to quote the /? option, otherwise some shells will try to
 // expand the ? into a one-letter filename in the root directory, and make
 // the test fail is such a file or directory exists.