From 4a4a328f0b1ed50dbf91ff079d1fa7d2afd9b34e Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 30 Oct 2024 07:12:11 -0400 Subject: [PATCH] XFAIL -> UNSUPPORTED --- libcxx/test/libcxx/clang_modules_include.gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/test/libcxx/clang_modules_include.gen.py b/libcxx/test/libcxx/clang_modules_include.gen.py index 675193248b5a2f..ffbdf4a1e3194e 100644 --- a/libcxx/test/libcxx/clang_modules_include.gen.py +++ b/libcxx/test/libcxx/clang_modules_include.gen.py @@ -26,7 +26,7 @@ // Older macOS SDKs were not properly modularized, which causes issues with localization. // This feature should instead be based on the SDK version. -// XFAIL: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}} +// UNSUPPORTED: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}} // GCC doesn't support -fcxx-modules // UNSUPPORTED: gcc @@ -58,7 +58,7 @@ // Older macOS SDKs were not properly modularized, which causes issues with localization. // This feature should instead be based on the SDK version. -// XFAIL: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}} +// UNSUPPORTED: stdlib=system && target={{{{.+}}}}-apple-macosx13{{{{.*}}}} // GCC doesn't support -fcxx-modules // UNSUPPORTED: gcc