Skip to content

Commit 553119e

Browse files
committed
CI
1 parent 83128d4 commit 553119e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// XFAIL: !has-64-bit-atomics
1111
// UNSUPPORTED: !non-lockfree-atomics
1212

13+
// https://github.com/llvm/llvm-project/issues/72893
14+
// XFAIL: target={{x86_64-.*}} && tsan
15+
1316
// floating-point-type fetch_add(floating-point-type,
1417
// memory_order = memory_order::seq_cst) volatile noexcept;
1518
// floating-point-type fetch_add(floating-point-type,

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// XFAIL: !has-64-bit-atomics
1111
// UNSUPPORTED: !non-lockfree-atomics
1212

13+
// https://github.com/llvm/llvm-project/issues/72893
14+
// XFAIL: target={{x86_64-.*}} && tsan
15+
1316
// floating-point-type fetch_sub(floating-point-type,
1417
// memory_order = memory_order::seq_cst) volatile noexcept;
1518
// floating-point-type fetch_sub(floating-point-type,

0 commit comments

Comments
 (0)