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

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


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Nikolas Klauser (philnik777)

<details>
<summary>Changes</summary>

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


---
Full diff: https://github.com/llvm/llvm-project/pull/155384.diff


2 Files Affected:

- (modified) libcxx/test/libcxx/containers/sequences/deque/segmented_iterator.compile.pass.cpp (-2) 
- (modified) libcxx/test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp (-2) 


``````````diff
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>

``````````

</details>


https://github.com/llvm/llvm-project/pull/155384


More information about the libcxx-commits mailing list