Skip to content

Commit 8f355ee

Browse files
committed
[libc++][atomic_ref] annotate wait, notify_one, and notify_all as expected failures
1 parent 5f3ed64 commit 8f355ee

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

libcxx/test/std/atomics/atomics.ref/notify_all.pass.cpp

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

88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9+
// XFAIL: *
910

1011
// void notify_all() const noexcept;
1112

libcxx/test/std/atomics/atomics.ref/notify_one.pass.cpp

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

88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9+
// XFAIL: *
910

1011
// void notify_one() const noexcept;
1112

libcxx/test/std/atomics/atomics.ref/wait.pass.cpp

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

88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9+
// XFAIL: *
910

1011
// void wait(T, memory_order = memory_order::seq_cst) const noexcept;
1112

0 commit comments

Comments
 (0)