Skip to content

Commit dde8e32

Browse files
committed
[SYCL] Re-enable passing tests
1 parent 9625861 commit dde8e32

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

sycl/test-e2e/Adapters/level_zero_eager_init.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
44
// function names that we match in the test.
55

6-
// XFAIL: windows && arch-intel_gpu_bmg_g21
7-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
8-
96
// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
107
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s
118
//

sycl/test-e2e/BFloat16/bfloat16_example_aot_gpu.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
// REQUIRES: opencl-aot, ocloc, gpu-intel-gen12, any-device-is-gpu
77

8-
// XFAIL: linux
9-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17305
8+
// On SYCL branch it fails on-pre-commit, but fails in post-commit.
9+
// Corresponding tracker: https://github.com/intel/llvm/issues/17305
1010

1111
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend "-device gen12lp" %s -o %t.out
1212
// RUN: %if gpu %{%{run} %t.out %}

sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
//
3-
// On CPU it segfaults within the kernel that performs virtual function call.
4-
// XFAIL: cpu && opencl && linux
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15080
63
// UNSUPPORTED: gpu
74
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15068
85
// On GPU this test (its older version which used nd_item instead of group)

0 commit comments

Comments
 (0)