[lld] r267505 - [Tests] Run reproduces.s only on UNIX until I investigate a windows failure.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 25 17:56:20 PDT 2016


Author: davide
Date: Mon Apr 25 19:56:19 2016
New Revision: 267505

URL: http://llvm.org/viewvc/llvm-project?rev=267505&view=rev
Log:
[Tests] Run reproduces.s only on UNIX until I investigate a windows failure.

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

Modified: lld/trunk/test/ELF/reproduce.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/reproduce.s?rev=267505&r1=267504&r2=267505&view=diff
==============================================================================
--- lld/trunk/test/ELF/reproduce.s (original)
+++ lld/trunk/test/ELF/reproduce.s Mon Apr 25 19:56:19 2016
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: x86, shell
 
 # RUN: rm -rf %S/repro
 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t




More information about the llvm-commits mailing list