diff options
| -rw-r--r-- | lld/test/mach-o/dependency_info.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lld/test/mach-o/dependency_info.yaml b/lld/test/mach-o/dependency_info.yaml index 0bc4027f8ca..dcce4381dfd 100644 --- a/lld/test/mach-o/dependency_info.yaml +++ b/lld/test/mach-o/dependency_info.yaml @@ -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 - |

