[libcxx-commits] [libcxx] Updating the XFail on PowerPC to debug mode for layout_stride/assert.conversion.pass.cpp (PR #79169)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 23 12:34:55 PST 2024


var-const wrote:

@ldionne The root cause is that these tests fail with a different assertion than the expected one on PowerPC (I don't know why). These tests are run in the `extensive` mode, so they used to be `XFAIL`ed before but started unexpectedly passing now that we no longer check for assertion messages in modes other than the debug. I recommended still XFAIL'ing them in the debug mode, hence the new annotation.

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


More information about the libcxx-commits mailing list