diff --git a/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp b/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp index 33a0f974c2a6b..d26bdbb7dd399 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_device_to_host.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp b/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp index 42db26f05cd70..a286e6dcd9217 100644 --- a/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp +++ b/sycl/test-e2e/USM/memops2d/copy2d_host_to_device.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "copy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/lit.local.cfg b/sycl/test-e2e/USM/memops2d/lit.local.cfg index ecbf6de863832..95f9ce6d4eec3 100644 --- a/sycl/test-e2e/USM/memops2d/lit.local.cfg +++ b/sycl/test-e2e/USM/memops2d/lit.local.cfg @@ -3,6 +3,3 @@ # Temporarily disabled until the failure is addressed: # https://github.com/llvm/llvm-project/issues/127791 config.unsupported_features += ['spirv-backend'] - -# https://github.com/intel/llvm/issues/8126 -config.unsupported_features += ['windows'] diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp index ff7b6c920e2a9..934c75ff9e778 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_device_to_host.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "memcpy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp b/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp index 7ddb6b0b58b0d..dd2eaaf69b6a4 100644 --- a/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp +++ b/sycl/test-e2e/USM/memops2d/memcpy2d_host_to_device.cpp @@ -13,9 +13,6 @@ // UNSUPPORTED: hip // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/10157 -// Temporarily disabled until the failure is addressed. -// UNSUPPORTED: level_zero && windows - #include "memcpy2d_common.hpp" int main() { return test(); } diff --git a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp index bac2885e090c2..1a93a6ad8db61 100644 --- a/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp +++ b/sycl/test/e2e_test_requirements/no-unsupported-without-info.cpp @@ -54,7 +54,7 @@ // tests to match the required format and in that case you should just update // (i.e. reduce) the number and the list below. // -// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 153 +// NUMBER-OF-UNSUPPORTED-WITHOUT-INFO: 149 // // List of improperly UNSUPPORTED tests. // Remove the CHECK once the test has been properly UNSUPPORTED. @@ -200,10 +200,6 @@ // CHECK-NEXT: Tracing/usm/queue_single_task_nullptr.cpp // CHECK-NEXT: Tracing/usm/queue_single_task_released_pointer.cpp // CHECK-NEXT: USM/badmalloc.cpp -// CHECK-NEXT: USM/memops2d/copy2d_device_to_host.cpp -// CHECK-NEXT: USM/memops2d/copy2d_host_to_device.cpp -// CHECK-NEXT: USM/memops2d/memcpy2d_device_to_host.cpp -// CHECK-NEXT: USM/memops2d/memcpy2d_host_to_device.cpp // CHECK-NEXT: USM/pointer_query_descendent_device.cpp // CHECK-NEXT: syclcompat/atomic/atomic_arith.cpp // CHECK-NEXT: syclcompat/atomic/atomic_bitwise.cpp