diff --git a/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp b/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp index 9b8c3db2e6b9c..f6c453dd44e61 100644 --- a/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp +++ b/sycl/test-e2e/Scheduler/DISABLED_DataMovement.cpp @@ -1,7 +1,6 @@ // RUN: %{build} -o %t.out %debug_option // RUN: %{run} %t.out // -// XFAIL: cpu //==-------------------------- DataMovement.cpp ----------------------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/sycl/test-e2e/SubGroup/scan_spirv13.cpp b/sycl/test-e2e/SubGroup/scan_spirv13.cpp index 0cddb99a1a55a..0966161844d1f 100644 --- a/sycl/test-e2e/SubGroup/scan_spirv13.cpp +++ b/sycl/test-e2e/SubGroup/scan_spirv13.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// Missing GroupNonUniformArithmetic capability on CPU RT -// XFAIL: cpu - // This test verifies the correct work of SPIR-V 1.3 exclusive_scan() and // inclusive_scan() algoriths used with the operation MUL, bitwise OR, XOR, AND.