diff --git a/sycl/test-e2e/Assert/check_resource_leak.cpp b/sycl/test-e2e/Assert/check_resource_leak.cpp index 316da71eedb26..48c1b0eb54cf7 100644 --- a/sycl/test-e2e/Assert/check_resource_leak.cpp +++ b/sycl/test-e2e/Assert/check_resource_leak.cpp @@ -5,8 +5,7 @@ // UNSUPPORTED: opencl && gpu // TODO: Fails at JIT compilation for some reason. -// TODO: Reenable windows/linux, see https://github.com/intel/llvm/issues/14598 -// UNSUPPORTED: hip, windows, linux +// UNSUPPORTED: hip #define SYCL_FALLBACK_ASSERT 1 #include diff --git a/sycl/test-e2e/DeprecatedFeatures/sampler_ocl.cpp b/sycl/test-e2e/DeprecatedFeatures/sampler_ocl.cpp index 977a7a6967ba1..180d1537ff316 100644 --- a/sycl/test-e2e/DeprecatedFeatures/sampler_ocl.cpp +++ b/sycl/test-e2e/DeprecatedFeatures/sampler_ocl.cpp @@ -3,9 +3,6 @@ // RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib // RUN: %{run} %t.out -// TODO: Reenable, see https://github.com/intel/llvm/issues/14679 -// UNSUPPORTED: windows, linux - //==--------------- sampler.cpp - SYCL sampler basic test ------------------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.