Skip to content

[LLVM] Do not require shell for some tests #94595

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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: {{^}}ようこそ{{$}}
1 change: 0 additions & 1 deletion llvm/test/tools/llvm-cov/gcov/intermediate-format.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
REQUIRES: shell

RUN: rm -rf %t && mkdir %t && cd %t
RUN: cp %S/Inputs/test.gcno %S/Inputs/test.gcda .
Expand Down
1 change: 0 additions & 1 deletion llvm/test/tools/llvm-rc/windres-prefix.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
; REQUIRES: shell

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

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
Loading