From cc83ad18f776c72b83c3484013fe2d5ffe5e20e5 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Tue, 26 Jul 2016 12:38:18 +0000 Subject: [PATCH] Disable test on windows. llvm-svn: 276742 --- lld/test/COFF/linkrepro.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lld/test/COFF/linkrepro.test b/lld/test/COFF/linkrepro.test index f566228..b3c1376 100644 --- a/lld/test/COFF/linkrepro.test +++ b/lld/test/COFF/linkrepro.test @@ -1,3 +1,6 @@ +# cpio fails on windows with "Function not implemented". +# REQUIRES: shell + # RUN: rm -rf %t.dir # RUN: mkdir -p %t.dir/build1 %t.dir/build2 %t.dir/build3 # RUN: yaml2obj < %p/Inputs/hello32.yaml > %t.obj -- 2.7.4