forked from OSchip/llvm-project
Require shell for lld/test/MachO/reproduce.s
as a way of not running it on Windows, where the file paths when extracting repro2.tar can become longer than the maximum file length limit (depending on the build dir name) and cause the test to fail. (See https://crbug.com/1204463 for example test failure.)
This commit is contained in:
parent
b2780cd744
commit
cbe62f2f2f
|
@ -1,4 +1,4 @@
|
|||
# REQUIRES: x86
|
||||
# REQUIRES: x86, shell
|
||||
|
||||
# RUN: rm -rf %t.dir
|
||||
# RUN: mkdir -p %t.dir/build1
|
||||
|
|
Loading…
Reference in New Issue