Skip to content

Commit 83128d4

Browse files
committed
revert aix
1 parent dc1cd35 commit 83128d4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/fetch_add.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+
// UNSUPPORTED: LIBCXX-AIX-FIXME
910
// XFAIL: !has-64-bit-atomics
1011
// UNSUPPORTED: !non-lockfree-atomics
1112

libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/fetch_sub.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+
// UNSUPPORTED: LIBCXX-AIX-FIXME
910
// XFAIL: !has-64-bit-atomics
1011
// UNSUPPORTED: !non-lockfree-atomics
1112

libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.minus_equals.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+
// UNSUPPORTED: LIBCXX-AIX-FIXME
910
// XFAIL: !has-64-bit-atomics
1011
// UNSUPPORTED: !non-lockfree-atomics
1112

libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/operator.plus_equals.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+
// UNSUPPORTED: LIBCXX-AIX-FIXME
910
// XFAIL: !has-64-bit-atomics
1011
// UNSUPPORTED: !non-lockfree-atomics
1112

0 commit comments

Comments
 (0)