[lld] r257817 - Remove XFAIL:win32 from a test which does not fail on win32.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 14:04:36 PST 2016
Author: ruiu
Date: Thu Jan 14 16:04:35 2016
New Revision: 257817
URL: http://llvm.org/viewvc/llvm-project?rev=257817&view=rev
Log:
Remove XFAIL:win32 from a test which does not fail on win32.
This test uses a regexp so that it matches both Unix output and
Windows output.
Modified:
lld/trunk/test/ELF/conflict.s
Modified: lld/trunk/test/ELF/conflict.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/conflict.s?rev=257817&r1=257816&r2=257817&view=diff
==============================================================================
--- lld/trunk/test/ELF/conflict.s (original)
+++ lld/trunk/test/ELF/conflict.s Thu Jan 14 16:04:35 2016
@@ -1,4 +1,3 @@
-# XFAIL: win32
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
More information about the llvm-commits
mailing list