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

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 11 08:04:10 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Louis Dionne (ldionne)

<details>
<summary>Changes</summary>

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

Fixes #<!-- -->74327

---
Full diff: https://github.com/llvm/llvm-project/pull/84767.diff


1 Files Affected:

- (modified) libcxx/test/std/experimental/simd/simd.class/simd_ctor_conversion.pass.cpp (-4) 


``````````diff
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]

``````````

</details>


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


More information about the libcxx-commits mailing list