[libcxx-commits] [libcxx] [libc++] Remove legacy feature suse-linux-enterprise-server-11 (PR #71103)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 2 13:16:12 PDT 2023


https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/71103

This Lit feature is not defined anywhere anymore and that platform is not on our radar for support, so this is basically dead code.

>From 0684ed3fac1015278879caffb8b8c3b4078a4d34 Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Thu, 2 Nov 2023 16:15:02 -0400
Subject: [PATCH] [libc++] Remove legacy feature
 suse-linux-enterprise-server-11

This Lit feature is not defined anywhere anymore and that platform is
not on our radar for support, so this is basically dead code.
---
 .../syserr.errcat.objects/generic_category.pass.cpp              | 1 -
 .../syserr.errcat/syserr.errcat.objects/system_category.pass.cpp | 1 -
 2 files changed, 2 deletions(-)

diff --git a/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp b/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
index 90e5bd39e5b016d..5b63272a3a1a6a9 100644
--- a/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
+++ b/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
@@ -6,7 +6,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-// XFAIL: suse-linux-enterprise-server-11
 // XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12}}
 
 // <system_error>
diff --git a/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp b/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
index 1de1b59e5c6c3d6..1caf5cb2ccf73d5 100644
--- a/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
+++ b/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
@@ -12,7 +12,6 @@
 
 // const error_category& system_category();
 
-// XFAIL: suse-linux-enterprise-server-11
 // XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12}}
 
 #include <system_error>



More information about the libcxx-commits mailing list