Unverified Commit 66be0571 authored by Hui's avatar Hui Committed by GitHub
Browse files

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

Clang's support for atomic operations on long doubles is currently broken,
so these tests don't work everywhere. This is a long standing condition and
the goal of this patch is to get the CI green again on all platforms.

The actual Clang fixes will be pursued separately.

Fixes #73791
parent ea3a3b25
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment