[libcxx-commits] [libcxx] [libc++] Don't try to wait on a thread that hasn't started in std::async, take 2 (PR #130145)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 26 05:56:26 PDT 2025


philnik777 wrote:

> Hi, this PR broken the sanitizer buildbot. Can you take a look?
> 
> https://lab.llvm.org/buildbot/#/builders/55/builds/13334

This looks quite similar to ASan. I guess HWAsan also creates threads? In that case we can probably mark the test as unsupported for HWAsan.

Also, please note that HWAsan with libc++ is currently not a supported configuration, since we don't have precommit CI. Please work with us so we can get coverage with HWAsan in the precommit CI so that these kinds of problems don't get merged into main at all.


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


More information about the libcxx-commits mailing list