[libcxx-commits] [libcxx] [libc++] Remove XFAIL for SIMD in optimized build (PR #84767)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 11 08:01:38 PDT 2024


https://github.com/ldionne created https://github.com/llvm/llvm-project/pull/84767

It seems that updating the compiler in the CI resolved the issue, which causes the test to be XPASSing now.

Fixes #74327

>From 181ca1babd3b2475e477b4d658e6d1d6cd0519fc Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Mon, 11 Mar 2024 11:00:38 -0400
Subject: [PATCH] [libc++] Remove XFAIL for SIMD in optimized build

It seems that updating the compiler in the CI resolved the issue, which
causes the test to be XPASSing now.

Fixes #74327
---
 .../simd/simd.class/simd_ctor_conversion.pass.cpp             | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libcxx/test/std/experimental/simd/simd.class/simd_ctor_conversion.pass.cpp b/libcxx/test/std/experimental/simd/simd.class/simd_ctor_conversion.pass.cpp
index 5920d62e0e5a61..7ce4bed9c7db8c 100644
--- a/libcxx/test/std/experimental/simd/simd.class/simd_ctor_conversion.pass.cpp
+++ b/libcxx/test/std/experimental/simd/simd.class/simd_ctor_conversion.pass.cpp
@@ -9,10 +9,6 @@
 // UNSUPPORTED: c++03, c++11, c++14
 // XFAIL: target=powerpc{{.*}}le-unknown-linux-gnu
 
-// TODO: This test makes incorrect assumptions about floating point conversions.
-//       See https://github.com/llvm/llvm-project/issues/74327.
-// XFAIL: optimization=speed
-
 // <experimental/simd>
 //
 // [simd.class]



More information about the libcxx-commits mailing list