diff --git a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_arith.cpp b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_arith.cpp index c48714928c983..409838c4077bb 100644 --- a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_arith.cpp +++ b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_arith.cpp @@ -2,9 +2,6 @@ // RUN: %{build} -fpreview-breaking-changes -o %t.out // RUN: %{run} %t.out -// This test currently fails on AMD HIP due to an unresolved memcmp function. -// XFAIL: hip_amd - // Checks scalar/vec arithmetic operator ordering. #include "vec_binary_scalar_order.hpp" diff --git a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_bitwise.cpp b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_bitwise.cpp index 7bbf4e09dd8e9..d2b0fe15bb501 100644 --- a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_bitwise.cpp +++ b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_bitwise.cpp @@ -2,9 +2,6 @@ // RUN: %{build} -fpreview-breaking-changes -o %t.out // RUN: %{run} %t.out -// This test currently fails on AMD HIP due to an unresolved memcmp function. -// XFAIL: hip_amd - // Checks scalar/vec bitwise operator ordering. #include "vec_binary_scalar_order.hpp" diff --git a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp index d2995cdbae9e9..aa8b654a3920a 100644 --- a/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp +++ b/sycl/test-e2e/Basic/vector/vec_binary_scalar_order_logical.cpp @@ -2,9 +2,6 @@ // RUN: %{build} -fpreview-breaking-changes -o %t.out // RUN: %{run} %t.out -// This test currently fails on AMD HIP due to an unresolved memcmp function. -// XFAIL: hip_amd - // Checks scalar/vec logical operator ordering. #include "vec_binary_scalar_order.hpp"