[libcxx-commits] [libcxx] Reverts around time_zone (PR #95058)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 11 09:20:56 PDT 2024
mordante wrote:
> > Louis asked how we can then move forward. That is part of the same policy
>
> You can run the sanitizer buildbot configuration, as long as you have arm64 hardware. It says in the buildbot error message:
>
> > How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
I don't have access to ARM64 hardware. I also noticed this page states "You need system similar to the buildbot, details can be found in worker info on the build page, e.g. [sanitizer-x86_64-linux-fast](https://lab.llvm.org/buildbot/#/builders/sanitizer-x86_64-linux-fast)" at the linked site I don't see the requirements how to build this. I would be helpful if that page can be improved.
Since this error is a time-out it might not be possible to reproduce on a different machine. As @vitalybuka mentioned the test should be `UNSUPPORTED` instead of `XFAIL`.
> Note that if you really just want to turn off this whole feature on your configuration while we're figuring out a path forward, I think you could just pass `-DLIBCXX_ENABLE_TIME_ZONE_DATABASE=OFF` in the CMake and this should disable all these tests. @mordante should be able to confirm.
Yes that is the option to disable this.
https://github.com/llvm/llvm-project/pull/95058
More information about the libcxx-commits
mailing list