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

Maryam Moghadas via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 23 09:02:44 PST 2024


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

…conversion.pass.cpp

>From e92328b3cd1fb0d8a665f4f2fca6f5b47428bf82 Mon Sep 17 00:00:00 2001
From: Maryam Moghadas <maryammo at ca.ibm.com>
Date: Tue, 23 Jan 2024 10:56:39 -0600
Subject: [PATCH] Updating the XFail on PowerPC to debug mode for
 layout_stride/assert.conversion.pass.cpp

---
 .../views/mdspan/layout_stride/assert.conversion.pass.cpp       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.conversion.pass.cpp b/libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.conversion.pass.cpp
index 81f6321ef519cd..fbd225b587749c 100644
--- a/libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.conversion.pass.cpp
+++ b/libcxx/test/libcxx/containers/views/mdspan/layout_stride/assert.conversion.pass.cpp
@@ -10,7 +10,7 @@
 // UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
 // UNSUPPORTED: libcpp-hardening-mode=none
 // XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing
-// XFAIL: target=powerpc{{.*}}le-unknown-linux-gnu
+// XFAIL: libcpp-hardening-mode=debug && target=powerpc{{.*}}le-unknown-linux-gnu
 
 // <mdspan>
 



More information about the libcxx-commits mailing list