[lld] r286393 - Disable cpio test on Windows again.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 12:54:01 PST 2016


Author: ruiu
Date: Wed Nov  9 14:54:01 2016
New Revision: 286393

URL: http://llvm.org/viewvc/llvm-project?rev=286393&view=rev
Log:
Disable cpio test on Windows again.

The last fix is unlikely to solve the issue. Reverting it to the
original file.

Modified:
    lld/trunk/test/ELF/reproduce-error.s

Modified: lld/trunk/test/ELF/reproduce-error.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/reproduce-error.s?rev=286393&r1=286392&r2=286393&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce-error.s (original)
+++ lld/trunk/test/ELF/reproduce-error.s Wed Nov  9 14:54:01 2016
@@ -1,4 +1,5 @@
-# REQUIRES: x86, cpio
+# Extracting the cpio archive can get over the path limit on windows.
+# REQUIRES: shell
 
 # RUN: rm -rf %t.dir
 # RUN: mkdir -p %t.dir
@@ -9,6 +10,6 @@
 
 # RUN: grep TRAILER repro.cpio
 # RUN: cpio -id < repro.cpio
-# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt
+# RUN: FileCheck --check-prefix=RSP %s < repro/response.txt
 # RSP: abc
 # RSP: -o t




More information about the llvm-commits mailing list