[VFS] Don't run symlink test on Windows, it may pass or fail
authorReid Kleckner <rnk@google.com>
Fri, 27 Dec 2019 18:37:07 +0000 (10:37 -0800)
committerReid Kleckner <rnk@google.com>
Fri, 27 Dec 2019 18:39:47 +0000 (10:39 -0800)
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.

clang/test/VFS/subframework-symlink.m

index 77e8572..88946e8 100644 (file)
@@ -1,5 +1,5 @@
 // FIXME: PR44221
-// XFAIL: system-windows
+// UNSUPPORTED: system-windows
 
 // Test that when a subframework is a symlink to another framework, we don't
 // add it as a submodule to the enclosing framework. We also need to make clang