File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
libcxx/test/std/atomics/atomics.types.generic/atomics.types.float Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 10
10
// XFAIL: !has-64-bit-atomics
11
11
// UNSUPPORTED: !non-lockfree-atomics
12
12
13
+ // https://github.com/llvm/llvm-project/issues/72893
14
+ // XFAIL: target={{x86_64-.*}} && tsan
15
+
13
16
// floating-point-type fetch_add(floating-point-type,
14
17
// memory_order = memory_order::seq_cst) volatile noexcept;
15
18
// floating-point-type fetch_add(floating-point-type,
Original file line number Diff line number Diff line change 10
10
// XFAIL: !has-64-bit-atomics
11
11
// UNSUPPORTED: !non-lockfree-atomics
12
12
13
+ // https://github.com/llvm/llvm-project/issues/72893
14
+ // XFAIL: target={{x86_64-.*}} && tsan
15
+
13
16
// floating-point-type fetch_sub(floating-point-type,
14
17
// memory_order = memory_order::seq_cst) volatile noexcept;
15
18
// floating-point-type fetch_sub(floating-point-type,
You can’t perform that action at this time.
0 commit comments