Skip to content

Commit a06c1fe

Browse files
committed
Revert "[NFC] Enable atomic tests on AIX"
This reverts commit 02660e2. The tests do not pass on AIX, the buildkite precommit CI fails on these tests. For example, https://buildkite.com/llvm-project/libcxx-ci/builds/35184
1 parent ebbc5de commit a06c1fe

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

1112
// https://github.com/llvm/llvm-project/issues/72893

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

1112
// https://github.com/llvm/llvm-project/issues/72893

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

1112
// floating-point-type operator-=(floating-point-type) volatile noexcept;

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

1112
// floating-point-type operator+=(floating-point-type) volatile noexcept;

0 commit comments

Comments
 (0)