[lld] cbe62f2 - Require shell for lld/test/MachO/reproduce.s

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 05:25:59 PDT 2021


Author: Hans Wennborg
Date: 2021-04-30T14:23:35+02:00
New Revision: cbe62f2f2f1e7e514fdf10d9bfc604921e7eba89

URL: https://github.com/llvm/llvm-project/commit/cbe62f2f2f1e7e514fdf10d9bfc604921e7eba89
DIFF: https://github.com/llvm/llvm-project/commit/cbe62f2f2f1e7e514fdf10d9bfc604921e7eba89.diff

LOG: 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.)

Added: 
    

Modified: 
    lld/test/MachO/reproduce.s

Removed: 
    


################################################################################
diff  --git a/lld/test/MachO/reproduce.s b/lld/test/MachO/reproduce.s
index 5f961ec407157..2a63deee65a8f 100644
--- a/lld/test/MachO/reproduce.s
+++ b/lld/test/MachO/reproduce.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: x86, shell
 
 # RUN: rm -rf %t.dir
 # RUN: mkdir -p %t.dir/build1


        


More information about the llvm-commits mailing list