[all-commits] [llvm/llvm-project] 780d30: [VFS] Don't run symlink test on Windows, it may pa...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Dec 27 10:40:02 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 780d30660e965992cf10d390e8ff102e4bf82aa4
https://github.com/llvm/llvm-project/commit/780d30660e965992cf10d390e8ff102e4bf82aa4
Author: Reid Kleckner <rnk at google.com>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M clang/test/VFS/subframework-symlink.m
Log Message:
-----------
[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.
More information about the All-commits
mailing list