Skip to content

Commit 79be841

Browse files
authored
[SYCL][E2E] Re-enable tests hanging on Windows BMG (#18204)
Fixes #18067 and #17582 These were fixed with the Windows driver being updated. --------- Signed-off-by: Garcia Orozco, David <[email protected]>
1 parent 2e3b58d commit 79be841

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

sycl/test-e2e/Adapters/level_zero/eager_init.cpp

-3
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-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
7-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18067
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/Reduction/reduction_ctor.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode)
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582
6-
74
// Windows doesn't yet have full shutdown().
85
// UNSUPPORTED: ze_debug && windows
96

sycl/test-e2e/USM/hmemll.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} -o %t1.out
22
// RUN: %{run} %t1.out
33

4-
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode)
5-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582
6-
74
//==------------------- hmemll.cpp - Host Memory Linked List test ----------==//
85
//
96
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)