Skip to content

[SYCL][E2E] Re-enable tests hanging on Windows BMG #18204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions sycl/test-e2e/Adapters/level_zero/eager_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
// function names that we match in the test.

// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18067

// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s
//
Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/Reduction/reduction_ctor.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode)
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582

// Windows doesn't yet have full shutdown().
// UNSUPPORTED: ze_debug && windows

Expand Down
3 changes: 0 additions & 3 deletions sycl/test-e2e/USM/hmemll.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %{build} -o %t1.out
// RUN: %{run} %t1.out

// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode)
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582

//==------------------- hmemll.cpp - Host Memory Linked List test ----------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down