[libcxx-commits] [libcxx] 737cb78 - [libc++][C++03][NFC] Remove XFAILS from libcxx/test/libcxx (#155384)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 26 07:25:22 PDT 2025


Author: Nikolas Klauser
Date: 2025-08-26T16:25:19+02:00
New Revision: 737cb78319341478cc5b946f9e1efda54643bfa6

URL: https://github.com/llvm/llvm-project/commit/737cb78319341478cc5b946f9e1efda54643bfa6
DIFF: https://github.com/llvm/llvm-project/commit/737cb78319341478cc5b946f9e1efda54643bfa6.diff

LOG: [libc++][C++03][NFC] Remove XFAILS from libcxx/test/libcxx (#155384)

We've split the implementation-specific tests into
`libcxx/test/libcxx-03`, so we don't need the annotations in
`libcxx/test/libcxx` anymore.

Added: 
    

Modified: 
    libcxx/test/libcxx/containers/sequences/deque/segmented_iterator.compile.pass.cpp
    libcxx/test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/containers/sequences/deque/segmented_iterator.compile.pass.cpp b/libcxx/test/libcxx/containers/sequences/deque/segmented_iterator.compile.pass.cpp
index b050da4e36e85..1d5838abade7f 100644
--- a/libcxx/test/libcxx/containers/sequences/deque/segmented_iterator.compile.pass.cpp
+++ b/libcxx/test/libcxx/containers/sequences/deque/segmented_iterator.compile.pass.cpp
@@ -6,8 +6,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-// XFAIL: FROZEN-CXX03-HEADERS-FIXME
-
 #include <deque>
 
 using DequeIterator = typename std::deque<int>::iterator;

diff  --git a/libcxx/test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp b/libcxx/test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp
index 5f618e92375ae..ab05ba1da8114 100644
--- a/libcxx/test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp
+++ b/libcxx/test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp
@@ -35,8 +35,6 @@
 //                const _Ctype& __ct, ios_base::iostate& __err,
 //                bool __case_sensitive = true);
 
-// XFAIL: FROZEN-CXX03-HEADERS-FIXME
-
 #include <__locale_dir/scan_keyword.h>
 #include <cassert>
 #include <locale>


        


More information about the libcxx-commits mailing list