Skip to content

Commit ea768b4

Browse files
committed
REQUIRES -> unsupported for the C++17
1 parent 91bb309 commit ea768b4

13 files changed

+20
-10
lines changed

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp

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

9-
// REQUIRES: std-at-least-c++17
9+
// UNSUPPORTED: c++03, c++11, c++14
1010

1111
// <optional>
1212

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_T.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
//
8+
99
// UNSUPPORTED: c++03, c++11, c++14
1010

1111
// <optional>

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp

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

9-
// REQUIRES: std-at-least-c++17
9+
// UNSUPPORTED: c++03, c++11, c++14
10+
1011
// <optional>
1112

1213
// template <class U>

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp

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

9-
// REQUIRES: std-at-least-c++17
9+
// UNSUPPORTED: c++03, c++11, c++14
10+
1011
// <optional>
1112

1213
// constexpr optional(const optional<T>& rhs);

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ctor.verify.cpp

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

99
// UNSUPPORTED: c++03, c++11, c++14
10+
1011
// <optional>
1112

1213
// T shall be an object type other than cv in_place_t or cv nullopt_t

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/default.pass.cpp

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

9-
// REQUIRES: std-at-least-c++17
9+
// UNSUPPORTED: c++03, c++11, c++14
10+
1011
// <optional>
1112

1213
// constexpr optional() noexcept;

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/empty_in_place_t_does_not_clobber.pass.cpp

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

99
// UNSUPPORTED: c++03, c++11, c++14
10+
1011
// <optional>
1112

1213
// constexpr optional(in_place_t);

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/explicit_const_optional_U.pass.cpp

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

9-
// REQUIRES: std-at-least-c++17
9+
// UNSUPPORTED: c++03, c++11, c++14
10+
1011
// <optional>
1112

1213
// template <class U>

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/explicit_optional_U.pass.cpp

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

9-
// REQUIRES: std-at-least-c++17
9+
// UNSUPPORTED: c++03, c++11, c++14
10+
1011
// <optional>
1112

1213
// template <class U>

libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
//
9-
// REQUIRES: std-at-least-c++17
8+
9+
// UNSUPPORTED: c++03, c++11, c++14
1010

1111
// <optional>
1212

0 commit comments

Comments
 (0)