Skip to content

Commit 02660e2

Browse files
committed
[NFC] Enable atomic tests on AIX
These tests pass on AIX.
1 parent 0b01b21 commit 02660e2

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/fetch_add.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: LIBCXX-AIX-FIXME
109
// XFAIL: !has-64-bit-atomics
1110

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

libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/fetch_sub.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: LIBCXX-AIX-FIXME
109
// XFAIL: !has-64-bit-atomics
1110

1211
// 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: LIBCXX-AIX-FIXME
109
// XFAIL: !has-64-bit-atomics
1110

1211
// 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
9-
// UNSUPPORTED: LIBCXX-AIX-FIXME
109
// XFAIL: !has-64-bit-atomics
1110

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

0 commit comments

Comments
 (0)