[libcxx-commits] [libcxx] [libcxx][lit] Fixing libcxx test failures on Windows (PR #194752)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 1 00:44:40 PDT 2026
zeroomega wrote:
> I forgot to clarify. Those builders are the Windows cross builders to ARM Linux. I.e the tests get executed on the remote ARM Linux board, but their output is checking on Windows host. The test must handle that kind of configurations either. So, this test should not be disabled for these builders. May be just temporary until figuring out a proper fix.
I see. That is exactly why it will fail. The target code was executed on Linux but the output checkes were performed on Windows host. They have different line breaks.
I was surprised this was the only test to fail. The LIT change in https://github.com/llvm/llvm-project/pull/194368 should have more impact on use cases like this.
https://github.com/llvm/llvm-project/pull/194752
More information about the libcxx-commits
mailing list