Skip to content

Commit 5db291a

Browse files
[SYCL] reenable win+zedebug (#19539)
We made several improvements to Windows teardown some time ago, but there was a lingering problem with the leak check. However, that seems to be fixed. Am reenabling all the tests that were disabled for this reason. #15003 --------- Signed-off-by: Chris Perkins <[email protected]>
1 parent 4d90960 commit 5db291a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1
-176
lines changed

sycl/test-e2e/Basic/group_async_copy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %{build} %cxx_std_optionc++17 -o %t.run
22
// RUN: %{run} %t.run
33

4-
// Windows doesn't yet have full shutdown(). Skipping TC MemLeak tests.
5-
// UNSUPPORTED: ze_debug && windows
6-
74
#include <iostream>
85
#include <sycl/detail/core.hpp>
96
#include <sycl/vector.hpp>

sycl/test-e2e/DeviceLib/imf/bfloat16_integeral_convesions.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %{build} -fno-builtin %if target-spir %{ -fsycl-device-lib-jit-link -Wno-deprecated %} -o %t2.out
55
// RUN: %{run} %t2.out
66

7-
// Windows doesn't yet have full shutdown().
8-
// UNSUPPORTED: ze_debug && windows
9-
107
#include "imf_utils.hpp"
118
#include <sycl/detail/core.hpp>
129
#include <sycl/ext/intel/math.hpp>

sycl/test-e2e/DeviceLib/imf/fp16_trivial_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
// RUN: %clangxx -Wno-error=unused-command-line-argument -fsycl %{sycl_target_opts} %t1.o %t2.o -o %t.out
99
// RUN: %{run} %t.out
1010

11-
// Windows doesn't yet have full shutdown().
12-
// UNSUPPORTED: ze_debug && windows
13-
1411
#include "imf_utils.hpp"
1512
#include <cmath>
1613
#include <sycl/ext/intel/math.hpp>

sycl/test-e2e/DeviceLib/imf/fp32_test.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %{build} -fno-builtin %if target-spir %{ -fsycl-device-lib-jit-link -Wno-deprecated %} -o %t2.out
55
// RUN: %{run} %t2.out
66

7-
// Windows doesn't yet have full shutdown().
8-
// UNSUPPORTED: ze_debug && windows
9-
107
#include "imf_utils.hpp"
118
#include <sycl/ext/intel/math.hpp>
129
namespace s = sycl;

sycl/test-e2e/DeviceLib/imf/half_type_cast.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// RUN: %{build} -fno-builtin %if target-spir %{ -fsycl-device-lib-jit-link -Wno-deprecated %} -o %t2.out
88
// RUN: %{run} %t2.out
99

10-
// Windows doesn't yet have full shutdown().
11-
// UNSUPPORTED: ze_debug && windows
12-
1310
// Depends on SPIR-V Backend & run-time drivers version.
1411
// XFAIL: spirv-backend && run-mode
1512
// XFAIL-TRACKER: CMPLRLLVM-64705

sycl/test-e2e/ESIMD/slm_alloc_many_kernels_many_funcs.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//
2-
// Windows doesn't yet have full shutdown().
3-
// UNSUPPORTED: ze_debug && windows
42
// REQUIRES-INTEL-DRIVER: lin: 28454, win: 101.5333
53
//
64
// RUN: %{build} -o %t.1.out

sycl/test-e2e/ESIMD/slm_alloc_many_kernels_one_func.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
//
2-
// Windows doesn't yet have full shutdown().
3-
// UNSUPPORTED: ze_debug && windows
42
// REQUIRES-INTEL-DRIVER: lin: 28454, win: 101.5333
53
//
64
// RUN: %{build} -o %t.1.out

sycl/test-e2e/GroupAlgorithm/SYCL2020/reduce_over_group_size.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Windows doesn't yet have full shutdown().
2-
// UNSUPPORTED: ze_debug && windows
31
// REQUIRES: aspect-usm_shared_allocations
42

53
// RUN: %{build} -o %t.out

sycl/test-e2e/HostInteropTask/host-task-failure.cpp

Lines changed: 0 additions & 3 deletions
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-
// Windows doesn't yet have full shutdown().
5-
// UNSUPPORTED: ze_debug && windows
6-
74
#include <sycl/detail/core.hpp>
85

96
using namespace sycl;

sycl/test-e2e/Reduction/reduction_big_data.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
5-
// Windows doesn't yet have full shutdown().
6-
// UNSUPPORTED: ze_debug && windows
7-
84
// This test performs basic checks of parallel_for(nd_range, reduction, func)
95
// where the bigger data size and/or non-uniform work-group sizes may cause
106
// errors.

0 commit comments

Comments
 (0)