Skip to content

Commit 737cb78

Browse files
authored
[libc++][C++03][NFC] Remove XFAILS from libcxx/test/libcxx (llvm#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.
1 parent 3af4597 commit 737cb78

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libcxx/test/libcxx/containers/sequences/deque/segmented_iterator.compile.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
10-
119
#include <deque>
1210

1311
using DequeIterator = typename std::deque<int>::iterator;

libcxx/test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
// const _Ctype& __ct, ios_base::iostate& __err,
3636
// bool __case_sensitive = true);
3737

38-
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
39-
4038
#include <__locale_dir/scan_keyword.h>
4139
#include <cassert>
4240
#include <locale>

0 commit comments

Comments
 (0)