Skip to content

Commit

Permalink
[NFC] Enable atomic tests on AIX
Browse files Browse the repository at this point in the history
These tests pass on AIX.
  • Loading branch information
jakeegan committed Apr 25, 2024
1 parent 0b01b21 commit 02660e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: LIBCXX-AIX-FIXME

This comment has been minimized.

Copy link
@H-G-Hristov

H-G-Hristov May 3, 2024

Contributor

@jakeegan Does this patch break atomic tests on 32-bit AIX:
https://buildkite.com/llvm-project/libcxx-ci/builds/35136#018f2d93-0464-4dfa-ba0a-e5f59ab735ee

Failed Tests (4):
ibm-libc++-shared.cfg.in :: std/atomics/atomics.types.generic/atomics.types.float/fetch_add.pass.cpp
ibm-libc++-shared.cfg.in :: std/atomics/atomics.types.generic/atomics.types.float/fetch_sub.pass.cpp
ibm-libc++-shared.cfg.in :: std/atomics/atomics.types.generic/atomics.types.float/operator.minus_equals.pass.cpp
ibm-libc++-shared.cfg.in :: std/atomics/atomics.types.generic/atomics.types.float/operator.plus_equals.pass.cpp

// XFAIL: !has-64-bit-atomics

// https://github.com/llvm/llvm-project/issues/72893
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: LIBCXX-AIX-FIXME
// XFAIL: !has-64-bit-atomics

// https://github.com/llvm/llvm-project/issues/72893
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: LIBCXX-AIX-FIXME
// XFAIL: !has-64-bit-atomics

// floating-point-type operator-=(floating-point-type) volatile noexcept;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//
//===----------------------------------------------------------------------===//
// UNSUPPORTED: c++03, c++11, c++14, c++17
// UNSUPPORTED: LIBCXX-AIX-FIXME
// XFAIL: !has-64-bit-atomics

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

0 comments on commit 02660e2

Please sign in to comment.