Skip to content

Commit 5911e6a

Browse files
committed
[libc++] Mark a few tests as unsupported on older Clangs to fix bots
1 parent 9a46505 commit 5911e6a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate_hint.pass.cpp

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

9+
// UNSUPPORTED: clang-8
10+
911
// <memory>
1012

1113
// template <class Alloc>

libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/construct.pass.cpp

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

9+
// UNSUPPORTED: clang-8
10+
911
// <memory>
1012

1113
// template <class Alloc>

libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/destroy.pass.cpp

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

9+
// UNSUPPORTED: clang-8
10+
911
// <memory>
1012

1113
// template <class Alloc>

libcxx/test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp

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

9+
// UNSUPPORTED: clang-8
10+
911
// <memory>
1012

1113
// allocator:

0 commit comments

Comments
 (0)