File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
libcxx/test/std/atomics/atomics.types.generic/atomics.types.float Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: target={{.+}}-windows-gnu
10
10
// Clang's support for atomic operations on long double is broken. See https://github.com/llvm/llvm-project/issues/72893
11
11
// XFAIL: tsan
12
- // Hangs with msan.
13
- // UNSUPPORTED: msan
12
+ // XFAIL: target={{x86_64-.*}} && msan
14
13
// ADDITIONAL_COMPILE_FLAGS(has-latomic): -latomic
15
14
16
15
// T exchange(T, memory_order = memory_order::seq_cst) volatile noexcept;
Original file line number Diff line number Diff line change 9
9
// XFAIL: availability-synchronization_library-missing
10
10
// Clang's support for atomic operations on long double is broken. See https://github.com/llvm/llvm-project/issues/72893
11
11
// XFAIL: tsan
12
- // Hangs with msan.
13
- // UNSUPPORTED: msan
12
+ // XFAIL: target={{x86_64-.*}} && msan
14
13
// ADDITIONAL_COMPILE_FLAGS(has-latomic): -latomic
15
14
16
15
// void wait(T old, memory_order order = memory_order::seq_cst) const volatile noexcept;
You can’t perform that action at this time.
0 commit comments