[lld] r221506 - Disable a Mach-O test on Windows that depends on Unix path separator.

Rui Ueyama ruiu at google.com
Thu Nov 6 17:51:00 PST 2014


Author: ruiu
Date: Thu Nov  6 19:51:00 2014
New Revision: 221506

URL: http://llvm.org/viewvc/llvm-project?rev=221506&view=rev
Log:
Disable a Mach-O test on Windows that depends on Unix path separator.

Modified:
    lld/trunk/test/mach-o/dependency_info.yaml

Modified: lld/trunk/test/mach-o/dependency_info.yaml
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/dependency_info.yaml?rev=221506&r1=221505&r2=221506&view=diff
==============================================================================
--- lld/trunk/test/mach-o/dependency_info.yaml (original)
+++ lld/trunk/test/mach-o/dependency_info.yaml Thu Nov  6 19:51:00 2014
@@ -1,4 +1,8 @@
-#
+# XFAIL: win32
+# This test fails on Windows because the linker would use '\' instead
+# of '/' as a path separator when concatenating path components.
+# So the output from the linker would be different.
+
 # Test -dependency_info option
 #
 # RUN: lld -flavor darwin -arch x86_64 -test_file_usage  \
@@ -18,4 +22,3 @@
 # CHECK: not-found:   /Custom/Frameworks/Foo.framework/Foo
 # CHECK: input-file:  /System/Library/Frameworks/Foo.framework/Foo
 # CHECK: output-file: a.out
-





More information about the llvm-commits mailing list