[libcxx-commits] [libcxx] [libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (PR #81513)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 15 08:03:24 PST 2024


ldionne wrote:

@abhina-sree If tests are passing, the most likely thing is that they didn't need to be UNSUPPORTED previously and I think we should enable them.

When you do that, you should also ensure basic sanity of the test (e.g. make sure that the test isn't a no-op that always passes and that we somehow would have checked in completely broken).

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


More information about the libcxx-commits mailing list