Skip to content

Commit f25e651

Browse files
authored
[compiler-rt][test] Added REQUIRES:shell to fuzzer test with for-loop (#105557)
This patch makes the features_dir.test file require a shell when running. 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 environment variable. Lit's internal shell currently does not support for-loop syntax.
1 parent 1e70122 commit f25e651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/fuzzer/features_dir.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Tests -features_dir=F
2-
# REQUIRES: linux
2+
# REQUIRES: linux, shell
33
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
44
RUN: rm -rf %t-C %t-F
55
RUN: mkdir %t-C %t-F

0 commit comments

Comments
 (0)