mirror of https://github.com/microsoft/clang.git
Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.þ
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242323 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
417393016e
commit
203bc14845
|
@ -110,5 +110,4 @@ void B::func_fwd() {}
|
|||
// CHECK-NOLIMIT-NOT: DIFlagFwdDecl
|
||||
// CHECK-NOLIMIT-SAME: ){{$}}
|
||||
|
||||
// REQUIRES: shell-preserves-root
|
||||
// REQUIRES: dw2
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue