[libcxx-commits] [libcxx] [openmp] [libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (PR #89305)

David Tenty via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 17 19:48:16 PDT 2024


daltenty wrote:

> Looks like this breaks: https://lab.llvm.org/buildbot/#/builders/85/builds/705 https://lab.llvm.org/buildbot/#/builders/24/builds/587

This test is already XFAIL'd for aarch64, but it seems the XFAIL in the test did not match on these bots because they have a four component triple in their test run. 

I've update the XFAIL condition with ad154281230d83ee551e12d5be48bb956ef47ed3, which should hopefully resolve the breakage.

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


More information about the libcxx-commits mailing list