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

test/CodeGenCXX/debug-info-namespace.cpp
test/Driver/cl-link-at-file.c
test/Driver/cl-options.c
test/Driver/cl-outputs.c
test/Driver/cl-runtime-flags.c
test/Driver/cl-x86-flags.c
test/Driver/cl-zc.cpp
test/Driver/working-directory.c
test/Misc/permissions.cpp

index 8a00d9b4a5eb31e6a34f903348df89edb1464542..1643804b8711f1f7a5953487c7e987b81599bdda 100644 (file)
@@ -110,5 +110,4 @@ void B::func_fwd() {}
 // CHECK-NOLIMIT-NOT:              DIFlagFwdDecl
 // CHECK-NOLIMIT-SAME:             ){{$}}
 
-// REQUIRES: shell-preserves-root
 // REQUIRES: dw2
index f817ce523ad7d864044e42a1f3128185db898653..3a37e2f476e4727bff06d4df9cbe88d4cdad7db7 100644 (file)
@@ -1,9 +1,6 @@
 // PR17239 - The /link option, when inside a response file, should only extend
 // until the end of the response file (and not the entire command line)
 
-// 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 a1145f106db089de44e1aa17be802e729443d213..c8fcfa6050221ea820bbe1d1ae730b8eb2bd8a04 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 3d986db198a30f09123a438f442c76cc906b52b1..bf6b43172625539fa3acfd8479bf73414f997951 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 8367531f9ccb1849b24507782971bd89b3faf481..de8f9d83d89da3474ea7b3c1b2c090028fe47522 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 d4f7fb585975bacb4472bdcfdc7decbab65b692f..32cd072ec1ef1326694e95b1655431a29de75f9d 100644 (file)
@@ -1,5 +1,3 @@
-// Don't attempt slash switches on msys bash.
-// REQUIRES: shell-preserves-root
 // REQUIRES: x86-registered-target
 
 // We support -m32 and -m64.  We support all x86 CPU feature flags in gcc's -m
index 85eacffc02a996ec2b110e65ce461e3b88ed2423..26496293201e4139ec27944019a80f745e8cfd72 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 195abaca6f0c004f1f6c7f9535505f608b08f717..15ba8f00bd1265c668097cf2274e64016047dcf1 100644 (file)
@@ -1,4 +1,3 @@
 // RUN: %clang -### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
-// REQUIRES: shell-preserves-root
 
 //CHECK: no such file or directory: '/no/such/dir/input'
index 143e49d58eacd6e8123fc76d499f2e8e986a486d..83f6c5720809c54960c97202a5c671cf1e90f40b 100644 (file)
@@ -1,9 +1,5 @@
 // REQUIRES: shell
 
-// MSYS doesn't emulate umask.
-// FIXME: Could we introduce another feature for it?
-// REQUIRES: shell-preserves-root
-
 // RUN: umask 000
 // RUN: %clang_cc1 -emit-llvm-bc %s -o %t
 // RUN: ls -l %t | FileCheck --check-prefix=CHECK000 %s