r371726 - Switch "windows" to "system-windows" in some XFAILs

Jeremy Morse via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 04:19:12 PDT 2019


Author: jmorse
Date: Thu Sep 12 04:19:12 2019
New Revision: 371726

URL: http://llvm.org/viewvc/llvm-project?rev=371726&view=rev
Log:
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

Modified:
    cfe/trunk/test/Index/index-module-with-vfs.m
    cfe/trunk/test/Modules/double-quotes.m
    cfe/trunk/test/Modules/framework-public-includes-private.m
    cfe/trunk/test/VFS/external-names.c
    cfe/trunk/test/VFS/framework-import.m
    cfe/trunk/test/VFS/implicit-include.c
    cfe/trunk/test/VFS/include-mixed-real-and-virtual.c
    cfe/trunk/test/VFS/include-real-from-virtual.c
    cfe/trunk/test/VFS/include-virtual-from-real.c
    cfe/trunk/test/VFS/include.c
    cfe/trunk/test/VFS/incomplete-umbrella.m
    cfe/trunk/test/VFS/module-import.m
    cfe/trunk/test/VFS/real-path-found-first.m
    cfe/trunk/test/VFS/relative-path.c
    cfe/trunk/test/VFS/subframework-symlink.m
    cfe/trunk/test/VFS/umbrella-framework-import-skipnonexist.m
    cfe/trunk/test/VFS/vfsroot-include.c
    cfe/trunk/test/VFS/vfsroot-module.m
    cfe/trunk/test/VFS/vfsroot-with-overlay.c

Modified: cfe/trunk/test/Index/index-module-with-vfs.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/index-module-with-vfs.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/Index/index-module-with-vfs.m (original)
+++ cfe/trunk/test/Index/index-module-with-vfs.m Thu Sep 12 04:19:12 2019
@@ -1,5 +1,5 @@
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 @import ModuleNeedsVFS;
 

Modified: cfe/trunk/test/Modules/double-quotes.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/double-quotes.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/Modules/double-quotes.m (original)
+++ cfe/trunk/test/Modules/double-quotes.m Thu Sep 12 04:19:12 2019
@@ -1,5 +1,5 @@
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 // RUN: rm -rf %t
 // RUN: mkdir %t

Modified: cfe/trunk/test/Modules/framework-public-includes-private.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/framework-public-includes-private.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/Modules/framework-public-includes-private.m (original)
+++ cfe/trunk/test/Modules/framework-public-includes-private.m Thu Sep 12 04:19:12 2019
@@ -1,5 +1,5 @@
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 // RUN: rm -rf %t
 // RUN: mkdir %t

Modified: cfe/trunk/test/VFS/external-names.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/external-names.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/external-names.c (original)
+++ cfe/trunk/test/VFS/external-names.c Thu Sep 12 04:19:12 2019
@@ -2,7 +2,7 @@
 // RUN: sed -e "s at INPUT_DIR@%/S/Inputs at g" -e "s at OUT_DIR@%/t at g" -e "s at EXTERNAL_NAMES@false@" %S/Inputs/use-external-names.yaml > %t.yaml
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 #include "external-names.h"
 #ifdef REINCLUDE

Modified: cfe/trunk/test/VFS/framework-import.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/framework-import.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/framework-import.m (original)
+++ cfe/trunk/test/VFS/framework-import.m Thu Sep 12 04:19:12 2019
@@ -2,7 +2,7 @@
 // RUN: %clang_cc1 -Werror -F %t -ivfsoverlay %t.yaml -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 #import <SomeFramework/public_header.h>
 

Modified: cfe/trunk/test/VFS/implicit-include.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/implicit-include.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/implicit-include.c (original)
+++ cfe/trunk/test/VFS/implicit-include.c Thu Sep 12 04:19:12 2019
@@ -2,7 +2,7 @@
 // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -include "not_real.h" -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 void foo() {
   bar();

Modified: cfe/trunk/test/VFS/include-mixed-real-and-virtual.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/include-mixed-real-and-virtual.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/include-mixed-real-and-virtual.c (original)
+++ cfe/trunk/test/VFS/include-mixed-real-and-virtual.c Thu Sep 12 04:19:12 2019
@@ -5,7 +5,7 @@
 // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 #include "not_real.h"
 #include "real.h"

Modified: cfe/trunk/test/VFS/include-real-from-virtual.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/include-real-from-virtual.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/include-real-from-virtual.c (original)
+++ cfe/trunk/test/VFS/include-real-from-virtual.c Thu Sep 12 04:19:12 2019
@@ -5,7 +5,7 @@
 // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 #include "include_real.h"
 

Modified: cfe/trunk/test/VFS/include-virtual-from-real.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/include-virtual-from-real.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/include-virtual-from-real.c (original)
+++ cfe/trunk/test/VFS/include-virtual-from-real.c Thu Sep 12 04:19:12 2019
@@ -5,7 +5,7 @@
 // RUN: %clang_cc1 -Werror -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 #include "include_not_real.h"
 

Modified: cfe/trunk/test/VFS/include.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/include.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/include.c (original)
+++ cfe/trunk/test/VFS/include.c Thu Sep 12 04:19:12 2019
@@ -2,7 +2,7 @@
 // RUN: %clang_cc1 -Werror -I %t -ivfsoverlay %t.yaml -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 #include "not_real.h"
 

Modified: cfe/trunk/test/VFS/incomplete-umbrella.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/incomplete-umbrella.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/incomplete-umbrella.m (original)
+++ cfe/trunk/test/VFS/incomplete-umbrella.m Thu Sep 12 04:19:12 2019
@@ -6,7 +6,7 @@
 // RUN:     -ivfsoverlay %t.yaml -F %t -fsyntax-only %s 2>&1 | FileCheck %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 @import Incomplete;
 // CHECK: umbrella header for module 'Incomplete' {{.*}}IncompleteVFS.h

Modified: cfe/trunk/test/VFS/module-import.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/module-import.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/module-import.m (original)
+++ cfe/trunk/test/VFS/module-import.m Thu Sep 12 04:19:12 2019
@@ -3,7 +3,7 @@
 // RUN: %clang_cc1 -Werror -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -ivfsoverlay %t.yaml -I %t -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 @import not_real;
 

Modified: cfe/trunk/test/VFS/real-path-found-first.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/real-path-found-first.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/real-path-found-first.m (original)
+++ cfe/trunk/test/VFS/real-path-found-first.m Thu Sep 12 04:19:12 2019
@@ -5,7 +5,7 @@
 // the dependency files by real path.
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 // RUN: rm -rf %t %t-cache %t.pch
 // RUN: mkdir -p %t/SomeFramework.framework/Modules

Modified: cfe/trunk/test/VFS/relative-path.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/relative-path.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/relative-path.c (original)
+++ cfe/trunk/test/VFS/relative-path.c Thu Sep 12 04:19:12 2019
@@ -4,7 +4,7 @@
 // RUN: %clang_cc1 -Werror -I . -ivfsoverlay %t.yaml -fsyntax-only %s
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 #include "not_real.h"
 

Modified: cfe/trunk/test/VFS/subframework-symlink.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/subframework-symlink.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/subframework-symlink.m (original)
+++ cfe/trunk/test/VFS/subframework-symlink.m Thu Sep 12 04:19:12 2019
@@ -1,5 +1,5 @@
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: 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

Modified: cfe/trunk/test/VFS/umbrella-framework-import-skipnonexist.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/umbrella-framework-import-skipnonexist.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/umbrella-framework-import-skipnonexist.m (original)
+++ cfe/trunk/test/VFS/umbrella-framework-import-skipnonexist.m Thu Sep 12 04:19:12 2019
@@ -1,7 +1,7 @@
 // REQUIRES: crash-recovery
 
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 // RUN: rm -rf %t
 // RUN: mkdir -p %t/vdir %t/outdir %t/cache

Modified: cfe/trunk/test/VFS/vfsroot-include.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/vfsroot-include.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/vfsroot-include.c (original)
+++ cfe/trunk/test/VFS/vfsroot-include.c Thu Sep 12 04:19:12 2019
@@ -1,5 +1,5 @@
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 // RUN: rm -rf %t
 // RUN: mkdir -p %t

Modified: cfe/trunk/test/VFS/vfsroot-module.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/vfsroot-module.m?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/vfsroot-module.m (original)
+++ cfe/trunk/test/VFS/vfsroot-module.m Thu Sep 12 04:19:12 2019
@@ -1,5 +1,5 @@
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 // RUN: rm -rf %t
 // RUN: mkdir -p %t

Modified: cfe/trunk/test/VFS/vfsroot-with-overlay.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/VFS/vfsroot-with-overlay.c?rev=371726&r1=371725&r2=371726&view=diff
==============================================================================
--- cfe/trunk/test/VFS/vfsroot-with-overlay.c (original)
+++ cfe/trunk/test/VFS/vfsroot-with-overlay.c Thu Sep 12 04:19:12 2019
@@ -1,5 +1,5 @@
 // FIXME: PR43272
-// XFAIL: windows
+// XFAIL: system-windows
 
 // RUN: rm -rf %t
 // RUN: mkdir -p %t




More information about the cfe-commits mailing list