[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
This commit is contained in:
Mark de Wever 2021-07-23 17:19:34 +02:00
parent 1ffc369394
commit d990852327
3 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03
// REQUIRES: libc++
// These tests require locale for non-char paths
// UNSUPPORTED: libcpp-has-no-localization

View File

@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03
// REQUIRES: libc++
// This test makes sure that the control block implementation used for non-array
// types in std::make_shared and std::allocate_shared is ABI compatbile with the

View File

@ -11,7 +11,6 @@
// UNSUPPORTED: gcc-10
// Test the [[nodiscard]] extension in libc++.
// REQUIRES: libc++
// template<class I>
// unspecified iter_move;