[libcxx-commits] [libcxx] [libc++] Fix flakiness in `atomic_notify_all.pass.cpp` (PR #70436)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 31 00:17:22 PDT 2023
================
@@ -56,15 +56,21 @@ struct TestFn {
{
volatile A a(T(2));
----------------
huixie90 wrote:
The test point above this test is still relying on sleep to be long enough. (The first assertion could still fail if the test thread started really slowly)
https://github.com/llvm/llvm-project/pull/70436
More information about the libcxx-commits
mailing list