Skip to content
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
4 changes: 2 additions & 2 deletions sycl/test-e2e/Regression/reduction_resource_leak_dw.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// REQUIRES: level_zero, level_zero_dev_kit
// REQUIRES: level_zero
//
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{build} -o %t.out
// RUN: %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s
//
// CHECK-NOT: LEAK
Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/Regression/reduction_resource_leak_usm.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// REQUIRES: level_zero, level_zero_dev_kit
// REQUIRES: level_zero
// TODO: UR_L0_LEAKS_DEBUG=1 produces no output on Windows. Enable when fixed.
// UNSUPPORTED: windows
//
// RUN: %{build} %level_zero_options -o %t.out
// RUN: %{build} -o %t.out
// RUN: env ONEAPI_DEVICE_SELECTOR="level_zero:*" %{l0_leak_check} %{run} %t.out 2>&1 | FileCheck %s
//
// CHECK-NOT: LEAK
Expand Down
Loading