Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# REQUIRES: shell
# Ensure that no realpath assumptions are made about .gnu_debuglink paths.

# Copy inputs to some other location with arbitrary names, with the original
Expand Down
1 change: 0 additions & 1 deletion llvm/test/Other/can-execute.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
REQUIRES: can-execute
REQUIRES: shell

This tests that we abstract two peculiarities of unix in can_execute:

Expand Down
1 change: 0 additions & 1 deletion llvm/test/Other/lit-unicode.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FIXME: See if we can fix this in lit by using Unicode strings.
REQUIRES: shell

RUN: echo "ようこそ" | FileCheck %s
CHECK: {{^}}ようこそ{{$}}
2 changes: 0 additions & 2 deletions llvm/test/tools/llvm-cov/gcov/intermediate-format.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
REQUIRES: shell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If REQIRES: shell is the first line, delete the blank line after it as well.


RUN: rm -rf %t && mkdir %t && cd %t
RUN: cp %S/Inputs/test.gcno %S/Inputs/test.gcda .

Expand Down
2 changes: 0 additions & 2 deletions llvm/test/tools/llvm-rc/windres-prefix.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
; REQUIRES: shell
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If REQIRES: shell is the first line, delete the blank line after it as well.


; RUN: rm -rf %t && mkdir %t

; Check that a triple prefix on the executable gets picked up as target triple.
Expand Down
1 change: 0 additions & 1 deletion llvm/test/tools/split-file/output-is-special.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# UNSUPPORTED: system-windows
# REQUIRES: shell

## Don't delete the output if it is special, otherwise root may accidentally
## remove important special files.
Expand Down