Skip to content

Commit d990852

Browse files
committed
[libcxx][nfc] Cleanup libc++ specific tests.
Move the tests to libcxx so they no longer need `REQUIRES: libc++`. Verify tests don't need `REQUIRES: libc++`. Reviewed By: #libc, ldionne Differential Revision: https://reviews.llvm.org/D106673
1 parent 1ffc369 commit d990852

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp renamed to libcxx/test/libcxx/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// UNSUPPORTED: c++03
10-
// REQUIRES: libc++
1110

1211
// These tests require locale for non-char paths
1312
// UNSUPPORTED: libcpp-has-no-localization
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
//===----------------------------------------------------------------------===//
88

99
// UNSUPPORTED: c++03
10-
// REQUIRES: libc++
1110

1211
// This test makes sure that the control block implementation used for non-array
1312
// types in std::make_shared and std::allocate_shared is ABI compatbile with the

libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/iter_move.nodiscard.verify.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
// UNSUPPORTED: gcc-10
1212

1313
// Test the [[nodiscard]] extension in libc++.
14-
// REQUIRES: libc++
1514

1615
// template<class I>
1716
// unspecified iter_move;

0 commit comments

Comments
 (0)