[libcxx-commits] [libcxx] [libc++][test] XFAIL sized deallocation tests for AIX, z/OS, and MinGW (PR #98960)

Martin Storsjö via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 16 08:32:03 PDT 2024


mstorsjo wrote:

> LGTM. Thanks! (Do we have buildbots for these configurations?)

We don’t have full Buildbot for mingw - but we do have it in the precommit CI using an existing release of Clang.



> LGTM assuming CI passes. I'd be surprised if this passes on MinGW though since we were already testing this on MinGW and it didn't fail? I don't understand why. 

The test is `UNSUPPORTED: clang-18`, which covers the setup in CI - the issue only appears if testing with a nightly snapshot.

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


More information about the libcxx-commits mailing list