[libcxx-commits] [libcxx] 18f49cf - [libc++] Remove XFAIL for SIMD in optimized build (#84767)
via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 11 12:21:43 PDT 2024
Author: Louis Dionne
Date: 2024-03-11T15:21:38-04:00
New Revision: 18f49cf2e69676497cccc81ad5f5296fedcde338
URL: https://github.com/llvm/llvm-project/commit/18f49cf2e69676497cccc81ad5f5296fedcde338
DIFF: https://github.com/llvm/llvm-project/commit/18f49cf2e69676497cccc81ad5f5296fedcde338.diff
LOG: [libc++] Remove XFAIL for SIMD in optimized build (#84767)
It seems that updating the compiler in the CI resolved the issue, which
causes the test to be XPASSing now.
Fixes #74327
Added:
Modified:
libcxx/test/std/experimental/simd/simd.class/simd_ctor_conversion.pass.cpp
Removed:
################################################################################
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