Skip to content

Commit 780d306

Browse files
committed
[VFS] Don't run symlink test on Windows, it may pass or fail
This test was XFAILed because of symlinks, but some versions of ln -s seem to work on Windows, so the test was unexpectedly passing on our bot: http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/13233 Unexpected Passing Tests (1): Clang :: VFS/subframework-symlink.m I don't know how or why, but it seems dependent on system configuration, and is not something worth debugging. Avoid the problem by marking the test UNSUPPORTED: system-windows instead of XFAIL: system-windows.
1 parent 84afd9c commit 780d306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/VFS/subframework-symlink.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: PR44221
2-
// XFAIL: system-windows
2+
// UNSUPPORTED: system-windows
33

44
// Test that when a subframework is a symlink to another framework, we don't
55
// add it as a submodule to the enclosing framework. We also need to make clang

0 commit comments

Comments
 (0)