Skip to content

Commit 3b79468

Browse files
authored
[compiler-rt][test] Add REQUIRES: shell to focus-function.test with for-loop (#106150)
This patch adds `REQUIRES: shell` to the `focus-function.test` because the lit internal shell does not support the for loop syntax. This will make the test file unsupported when running llvm-lit with its internal shell implementation, which is enabled by turning on the `LIT_USE_INTERNAL_SHELL=1`. fixes: #106111
1 parent 823e942 commit 3b79468

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/test/fuzzer/focus-function.test

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Tests -focus_function
22
#
33
# TODO: don't require linux.
4-
# REQUIRES: linux
4+
# Requires full shell support for the `for` loop syntax.
5+
# REQUIRES: shell, linux
56
UNSUPPORTED: target=aarch64{{.*}}
67

78
RUN: %cpp_compiler %S/OnlySomeBytesTest.cpp -o %t-exe

0 commit comments

Comments
 (0)