Skip to content

Commit d25f1a1

Browse files
authored
Add 64bit atomic check in the is_always_lock_free_pass test. (#111540)
Currently this test is completely xfailed as part of the patch #106077. But this test works on A and R profile, not in v7M profile. Because the test contain cases in which m-profile will fail for atomic types greater than 4 bytes in size.
1 parent 15dc2d5 commit d25f1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// UNSUPPORTED: c++03, c++11, c++14
10-
// XFAIL: LIBCXX-PICOLIBC-FIXME
10+
// XFAIL: !has-64-bit-atomics
1111

1212
// <atomic>
1313
//

0 commit comments

Comments
 (0)