Skip to content

Commit 9d3538b

Browse files
mordantecopybara-github
authored andcommitted
Revert "[NFC] Enable atomic tests on AIX"
This reverts commit 02660e274242b2dd61543a06d7ab4dc0efd2517d. 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 NOKEYCHECK=True GitOrigin-RevId: a06c1fefd1272b43fe995540768a9f0ed00ab645
1 parent e4aa6f5 commit 9d3538b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

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

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;

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)