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
This commit is contained in:
Jeremy Morse 2019-09-12 11:19:12 +00:00
parent da59a6bf7d
commit 0c1e0d52c2
19 changed files with 19 additions and 19 deletions

View File

@ -1,5 +1,5 @@
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
@import ModuleNeedsVFS; @import ModuleNeedsVFS;

View File

@ -1,5 +1,5 @@
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir %t // RUN: mkdir %t

View File

@ -1,5 +1,5 @@
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir %t // RUN: mkdir %t

View File

@ -2,7 +2,7 @@
// RUN: sed -e "s@INPUT_DIR@%/S/Inputs@g" -e "s@OUT_DIR@%/t@g" -e "s@EXTERNAL_NAMES@false@" %S/Inputs/use-external-names.yaml > %t.yaml // RUN: sed -e "s@INPUT_DIR@%/S/Inputs@g" -e "s@OUT_DIR@%/t@g" -e "s@EXTERNAL_NAMES@false@" %S/Inputs/use-external-names.yaml > %t.yaml
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
#include "external-names.h" #include "external-names.h"
#ifdef REINCLUDE #ifdef REINCLUDE

View File

@ -2,7 +2,7 @@
// RUN: %clang_cc1 -Werror -F %t -ivfsoverlay %t.yaml -fsyntax-only %s // RUN: %clang_cc1 -Werror -F %t -ivfsoverlay %t.yaml -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
#import <SomeFramework/public_header.h> #import <SomeFramework/public_header.h>

View File

@ -2,7 +2,7 @@
// RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -include "not_real.h" -fsyntax-only %s // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -include "not_real.h" -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
void foo() { void foo() {
bar(); bar();

View File

@ -5,7 +5,7 @@
// RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
#include "not_real.h" #include "not_real.h"
#include "real.h" #include "real.h"

View File

@ -5,7 +5,7 @@
// RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
#include "include_real.h" #include "include_real.h"

View File

@ -5,7 +5,7 @@
// RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
#include "include_not_real.h" #include "include_not_real.h"

View File

@ -2,7 +2,7 @@
// RUN: %clang_cc1 -Werror -I %t -ivfsoverlay %t.yaml -fsyntax-only %s // RUN: %clang_cc1 -Werror -I %t -ivfsoverlay %t.yaml -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
#include "not_real.h" #include "not_real.h"

View File

@ -6,7 +6,7 @@
// RUN: -ivfsoverlay %t.yaml -F %t -fsyntax-only %s 2>&1 | FileCheck %s // RUN: -ivfsoverlay %t.yaml -F %t -fsyntax-only %s 2>&1 | FileCheck %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
@import Incomplete; @import Incomplete;
// CHECK: umbrella header for module 'Incomplete' {{.*}}IncompleteVFS.h // CHECK: umbrella header for module 'Incomplete' {{.*}}IncompleteVFS.h

View File

@ -3,7 +3,7 @@
// RUN: %clang_cc1 -Werror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ivfsoverlay %t.yaml -I %t -fsyntax-only %s // RUN: %clang_cc1 -Werror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
@import not_real; @import not_real;

View File

@ -5,7 +5,7 @@
// the dependency files by real path. // the dependency files by real path.
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// RUN: rm -rf %t %t-cache %t.pch // RUN: rm -rf %t %t-cache %t.pch
// RUN: mkdir -p %t/SomeFramework.framework/Modules // RUN: mkdir -p %t/SomeFramework.framework/Modules

View File

@ -4,7 +4,7 @@
// RUN: %clang_cc1 -Werror -I . -ivfsoverlay %t.yaml -fsyntax-only %s // RUN: %clang_cc1 -Werror -I . -ivfsoverlay %t.yaml -fsyntax-only %s
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
#include "not_real.h" #include "not_real.h"

View File

@ -1,5 +1,5 @@
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// Test that when a subframework is a symlink to another framework, we don't // 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 // add it as a submodule to the enclosing framework. We also need to make clang

View File

@ -1,7 +1,7 @@
// REQUIRES: crash-recovery // REQUIRES: crash-recovery
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir -p %t/vdir %t/outdir %t/cache // RUN: mkdir -p %t/vdir %t/outdir %t/cache

View File

@ -1,5 +1,5 @@
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir -p %t // RUN: mkdir -p %t

View File

@ -1,5 +1,5 @@
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir -p %t // RUN: mkdir -p %t

View File

@ -1,5 +1,5 @@
// FIXME: PR43272 // FIXME: PR43272
// XFAIL: windows // XFAIL: system-windows
// RUN: rm -rf %t // RUN: rm -rf %t
// RUN: mkdir -p %t // RUN: mkdir -p %t