Skip to content

Commit 97b61ae

Browse files
authored
[libc++] Update XFAIL for layout_stride/assert.conversion.pass.cpp in debug mode on PowerPC (#79169)
Adding the debug hardening modes into PowerPC target to check the assertion messages, to fix the PPC rehl bot [1]. This is needed as 58780b8 changed the assertion to trap in production hardening modes. Properly fixing these assertions is tracked by #79216. [1]: https://lab.llvm.org/buildbot/#/builders/57/builds/32354 Co-authored-by: Maryam Moghadas <[email protected]>
1 parent 982c815 commit 97b61ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.conversion.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
1111
// UNSUPPORTED: libcpp-hardening-mode=none
1212
// XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing
13-
// XFAIL: target=powerpc{{.*}}le-unknown-linux-gnu
13+
// XFAIL: libcpp-hardening-mode=debug && target=powerpc{{.*}}le-unknown-linux-gnu
1414

1515
// <mdspan>
1616

0 commit comments

Comments
 (0)