]> granicus.if.org Git - clang/commit
Switch "windows" to "system-windows" in some XFAILs
authorJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 12 Sep 2019 11:19:12 +0000 (11:19 +0000)
committerJeremy Morse <jeremy.morse.llvm@gmail.com>
Thu, 12 Sep 2019 11:19:12 +0000 (11:19 +0000)
commit4fa80735ed2d1f726cc88b4fd07c0e341920f673
treed836c0f165f3b196aa7913f0e98137f51e2227d3
parentc7234bb35defd9b432228d16c362550ca0a19016
Switch "windows" to "system-windows" in some XFAILs

The test failure mode appears to be due to the host machine rather than the
target. The PS4 buildbots are windows-hosted targeting x86_64-scei-ps4,
and are currently reporting these as unexpected failures:

  http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/28114

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371726 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
test/Index/index-module-with-vfs.m
test/Modules/double-quotes.m
test/Modules/framework-public-includes-private.m
test/VFS/external-names.c
test/VFS/framework-import.m
test/VFS/implicit-include.c
test/VFS/include-mixed-real-and-virtual.c
test/VFS/include-real-from-virtual.c
test/VFS/include-virtual-from-real.c
test/VFS/include.c
test/VFS/incomplete-umbrella.m
test/VFS/module-import.m
test/VFS/real-path-found-first.m
test/VFS/relative-path.c
test/VFS/subframework-symlink.m
test/VFS/umbrella-framework-import-skipnonexist.m
test/VFS/vfsroot-include.c
test/VFS/vfsroot-module.m
test/VFS/vfsroot-with-overlay.c