[libcxx-commits] [libcxx] Reverts around time_zone (PR #95058)

Vitaly Buka via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 11 08:51:25 PDT 2024


vitalybuka wrote:

>> experience the sanitizer builds tend to be flaky 

Nothing in sanitizers that can cause flakiness on it's own.
Usually it happens for long tests, so we don't like long tests.

> > How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild

Technically it should be enough to reproduce.
We also can promise to debug this on our bot.

But if it's just a slow test, as we have an evidence for that, can you just split it some how soon, to cut slowest parts e.g. in half?

> The HWSAN is fixed by disabling the test in the CI right?

Somehow it's not disabled. Probably something in libc++ test infra didn't propagate hwasan feature.

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


More information about the libcxx-commits mailing list