[libcxx-commits] [libcxx] [libc++][test] disable all atomic<long double> tests (PR #74201)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 4 07:21:27 PST 2023


https://github.com/ldionne approved this pull request.

I agree with @huixie90 here. This is not fixing the broken atomic support, but we have other GH issues tracking that. This is merely making the CI green again for some configurations that are currently failing.

The bottom line is that atomic's support for `long double` is broken all around and we added tests for it, which now obviously fail. We should probably have punted on adding the tests for `long double` until they actually worked on all platforms, and this is what this PR is doing.

https://github.com/llvm/llvm-project/pull/74201


More information about the libcxx-commits mailing list