Skip to content

Commit 1d6fc10

Browse files
Reenable check_resource_leak and sampler_ocl tests (#14769)
sampler_ocl test is fixed with [UR PR](oneapi-src/unified-runtime#1896). Fixes [14679](#14679), [14806](#14806)
1 parent 00c8e63 commit 1d6fc10

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

sycl/test-e2e/Assert/check_resource_leak.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
// UNSUPPORTED: opencl && gpu
66

77
// TODO: Fails at JIT compilation for some reason.
8-
// TODO: Reenable windows/linux, see https://github.com/intel/llvm/issues/14598
9-
// UNSUPPORTED: hip, windows, linux
8+
// UNSUPPORTED: hip
109
#define SYCL_FALLBACK_ASSERT 1
1110

1211
#include <sycl/detail/core.hpp>

sycl/test-e2e/DeprecatedFeatures/sampler_ocl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib
44
// RUN: %{run} %t.out
55

6-
// TODO: Reenable, see https://github.com/intel/llvm/issues/14679
7-
// UNSUPPORTED: windows, linux
8-
96
//==--------------- sampler.cpp - SYCL sampler basic test ------------------==//
107
//
118
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)