diff options
| -rw-r--r-- | clang/test/Index/index-module-with-vfs.m | 2 | ||||
| -rw-r--r-- | clang/test/Modules/double-quotes.m | 2 | ||||
| -rw-r--r-- | clang/test/Modules/framework-public-includes-private.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/external-names.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/framework-import.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/implicit-include.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/include-mixed-real-and-virtual.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/include-real-from-virtual.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/include-virtual-from-real.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/include.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/incomplete-umbrella.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/module-import.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/real-path-found-first.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/relative-path.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/subframework-symlink.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/umbrella-framework-import-skipnonexist.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/vfsroot-include.c | 2 | ||||
| -rw-r--r-- | clang/test/VFS/vfsroot-module.m | 2 | ||||
| -rw-r--r-- | clang/test/VFS/vfsroot-with-overlay.c | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/clang/test/Index/index-module-with-vfs.m b/clang/test/Index/index-module-with-vfs.m index 451c2094f2d..a1c74cfd8de 100644 --- a/clang/test/Index/index-module-with-vfs.m +++ b/clang/test/Index/index-module-with-vfs.m @@ -1,5 +1,5 @@ // FIXME: PR43272 -// XFAIL: windows +// XFAIL: system-windows @import ModuleNeedsVFS; 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 diff --git a/clang/test/VFS/external-names.c b/clang/test/VFS/external-names.c index 9334aa1f179..569c226c868 100644 --- a/clang/test/VFS/external-names.c +++ b/clang/test/VFS/external-names.c @@ -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 // FIXME: PR43272 -// XFAIL: windows +// XFAIL: system-windows #include "external-names.h" #ifdef REINCLUDE diff --git a/clang/test/VFS/framework-import.m b/clang/test/VFS/framework-import.m index a6cdc3effb3..231a3884bb9 100644 --- a/clang/test/VFS/framework-import.m +++ b/clang/test/VFS/framework-import.m @@ -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> diff --git a/clang/test/VFS/implicit-include.c b/clang/test/VFS/implicit-include.c index 682dbea42ce..39187417925 100644 --- a/clang/test/VFS/implicit-include.c +++ b/clang/test/VFS/implicit-include.c @@ -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(); diff --git a/clang/test/VFS/include-mixed-real-and-virtual.c b/clang/test/VFS/include-mixed-real-and-virtual.c index 992f6d002e2..90b29640c68 100644 --- a/clang/test/VFS/include-mixed-real-and-virtual.c +++ b/clang/test/VFS/include-mixed-real-and-virtual.c @@ -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" diff --git a/clang/test/VFS/include-real-from-virtual.c b/clang/test/VFS/include-real-from-virtual.c index 64b1f53b289..dad71602ee0 100644 --- a/clang/test/VFS/include-real-from-virtual.c +++ b/clang/test/VFS/include-real-from-virtual.c @@ -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" diff --git a/clang/test/VFS/include-virtual-from-real.c b/clang/test/VFS/include-virtual-from-real.c index e735a41979d..60142a52f9a 100644 --- a/clang/test/VFS/include-virtual-from-real.c +++ b/clang/test/VFS/include-virtual-from-real.c @@ -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" diff --git a/clang/test/VFS/include.c b/clang/test/VFS/include.c index bd2f26ba0b3..5ece6cc9634 100644 --- a/clang/test/VFS/include.c +++ b/clang/test/VFS/include.c @@ -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" diff --git a/clang/test/VFS/incomplete-umbrella.m b/clang/test/VFS/incomplete-umbrella.m index 432ab553cfb..b8c22bda784 100644 --- a/clang/test/VFS/incomplete-umbrella.m +++ b/clang/test/VFS/incomplete-umbrella.m @@ -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 diff --git a/clang/test/VFS/module-import.m b/clang/test/VFS/module-import.m index d452524f93b..7557cb9555f 100644 --- a/clang/test/VFS/module-import.m +++ b/clang/test/VFS/module-import.m @@ -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; diff --git a/clang/test/VFS/real-path-found-first.m b/clang/test/VFS/real-path-found-first.m index ce4f717abdc..493222a76a3 100644 --- a/clang/test/VFS/real-path-found-first.m +++ b/clang/test/VFS/real-path-found-first.m @@ -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 diff --git a/clang/test/VFS/relative-path.c b/clang/test/VFS/relative-path.c index a4019a15ea7..39360d5f781 100644 --- a/clang/test/VFS/relative-path.c +++ b/clang/test/VFS/relative-path.c @@ -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" diff --git a/clang/test/VFS/subframework-symlink.m b/clang/test/VFS/subframework-symlink.m index 47199ca6175..68cc063cfcf 100644 --- a/clang/test/VFS/subframework-symlink.m +++ b/clang/test/VFS/subframework-symlink.m @@ -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 diff --git a/clang/test/VFS/umbrella-framework-import-skipnonexist.m b/clang/test/VFS/umbrella-framework-import-skipnonexist.m index f0531b10817..5ef48ed44a0 100644 --- a/clang/test/VFS/umbrella-framework-import-skipnonexist.m +++ b/clang/test/VFS/umbrella-framework-import-skipnonexist.m @@ -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 diff --git a/clang/test/VFS/vfsroot-include.c b/clang/test/VFS/vfsroot-include.c index 543980ac982..2f3ff78bd6e 100644 --- a/clang/test/VFS/vfsroot-include.c +++ b/clang/test/VFS/vfsroot-include.c @@ -1,5 +1,5 @@ // FIXME: PR43272 -// XFAIL: windows +// XFAIL: system-windows // RUN: rm -rf %t // RUN: mkdir -p %t diff --git a/clang/test/VFS/vfsroot-module.m b/clang/test/VFS/vfsroot-module.m index 161db139186..979c5c28197 100644 --- a/clang/test/VFS/vfsroot-module.m +++ b/clang/test/VFS/vfsroot-module.m @@ -1,5 +1,5 @@ // FIXME: PR43272 -// XFAIL: windows +// XFAIL: system-windows // RUN: rm -rf %t // RUN: mkdir -p %t diff --git a/clang/test/VFS/vfsroot-with-overlay.c b/clang/test/VFS/vfsroot-with-overlay.c index 894a75be427..04a275ed158 100644 --- a/clang/test/VFS/vfsroot-with-overlay.c +++ b/clang/test/VFS/vfsroot-with-overlay.c @@ -1,5 +1,5 @@ // FIXME: PR43272 -// XFAIL: windows +// XFAIL: system-windows // RUN: rm -rf %t // RUN: mkdir -p %t |

