[lld] r286392 - Attempt to fix green dragon bot.

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


Author: ruiu
Date: Wed Nov  9 14:42:34 2016
New Revision: 286392

URL: http://llvm.org/viewvc/llvm-project?rev=286392&view=rev
Log:
Attempt to fix green dragon bot.

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=286392&r1=286391&r2=286392&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce-error.s (original)
+++ lld/trunk/test/ELF/reproduce-error.s Wed Nov  9 14:42:34 2016
@@ -8,8 +8,7 @@
 # CHECK: cannot open abc: {{N|n}}o such file or directory
 
 # RUN: grep TRAILER repro.cpio
-# RUN: echo "*response.txt" > list.txt
-# RUN: cpio -i --to-stdout --pattern-file=list.txt < repro.cpio \
-# RUN:   | FileCheck %s --check-prefix=RSP
+# RUN: cpio -id < repro.cpio
+# RUN: FileCheck %s --check-prefix=RSP < repro/response.txt
 # RSP: abc
 # RSP: -o t




More information about the llvm-commits mailing list