diff options
author | Jeremy Morse <jeremy.morse.llvm@gmail.com> | 2019-09-12 11:19:12 +0000 |
---|---|---|
committer | Jeremy Morse <jeremy.morse.llvm@gmail.com> | 2019-09-12 11:19:12 +0000 |
commit | 0c1e0d52c2e205ff38761af7d6817e0cc8145179 (patch) | |
tree | 0c555df7c63cbde3eb0aa690f08ba470ea06e126 /clang/test/Modules | |
parent | da59a6bf7db11e1b207e1f9bd233d87f9a84dda1 (diff) | |
download | bcm5719-llvm-0c1e0d52c2e205ff38761af7d6817e0cc8145179.tar.gz bcm5719-llvm-0c1e0d52c2e205ff38761af7d6817e0cc8145179.zip |
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
llvm-svn: 371726
Diffstat (limited to 'clang/test/Modules')
-rw-r--r-- | clang/test/Modules/double-quotes.m | 2 | ||||
-rw-r--r-- | clang/test/Modules/framework-public-includes-private.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/double-quotes.m b/clang/test/Modules/double-quotes.m index c89687191fb..bed6a48726b 100644 --- a/clang/test/Modules/double-quotes.m +++ b/clang/test/Modules/double-quotes.m @@ -1,5 +1,5 @@ // FIXME: PR43272 -// XFAIL: windows +// XFAIL: system-windows // RUN: rm -rf %t // RUN: mkdir %t diff --git a/clang/test/Modules/framework-public-includes-private.m b/clang/test/Modules/framework-public-includes-private.m index d192b64e8cb..be9223016ba 100644 --- a/clang/test/Modules/framework-public-includes-private.m +++ b/clang/test/Modules/framework-public-includes-private.m @@ -1,5 +1,5 @@ // FIXME: PR43272 -// XFAIL: windows +// XFAIL: system-windows // RUN: rm -rf %t // RUN: mkdir %t |