Skip to content

Commit d1f2699

Browse files
[SYCL][E2E] Reenable old tests (#15146)
This commit reenables a selection of tests that have previously been disabled, most for different reasons. Additionally, the subbuffer test still seems to fail on Gen12 OpenCL, so this commit adds a comment with a link to the GH issue. --------- Signed-off-by: Larsen, Steffen <[email protected]>
1 parent ad59feb commit d1f2699

File tree

10 files changed

+5
-20
lines changed

10 files changed

+5
-20
lines changed

sycl/test-e2e/Basic/buffer/buffer_release.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// REQUIRES: cpu
2-
// UNSUPPORTED: windows
3-
// DeferredMemory Destruction not presently supported on Windows.
42

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

sycl/test-e2e/Basic/buffer/subbuffer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// See https://github.com/intel/llvm/issues/15151
45
// UNSUPPORTED: (opencl && gpu)
56

67
//

sycl/test-e2e/Basic/build_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: opencl || level_zero, gpu, ocloc
2-
// UNSUPPORTED: gpu-intel-dg1 || windows
2+
// UNSUPPORTED: gpu-intel-dg1
33
//
44
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen -Xsycl-target-backend=spir64_gen "-device dg1" %s -o %t.out
55
// RUN: env SYCL_RT_WARNING_LEVEL=2 %{run} %t.out 2>&1 | FileCheck %s

sycl/test-e2e/Basic/enqueue_barrier.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: env SYCL_UR_TRACE=2 %{run} %t.out 2>&1 | FileCheck %s
33

4-
// The test is failing sporadically on Windows OpenCL RTs
5-
// Disabling on windows until fixed
6-
// UNSUPPORTED: windows
7-
84
#include <sycl/ext/intel/fpga_device_selector.hpp>
95
#include <sycl/detail/core.hpp>
106

sycl/test-e2e/Basic/event_profiling_info.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
// Fails there.
14-
// UNSUPPORTED: opencl && arch-intel_gpu_pvc
15-
1613
#include <cassert>
1714
#include <iostream>
1815
#include <sycl/detail/core.hpp>

sycl/test-e2e/Basic/image/image_accessor_readsampler.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
2-
// UNSUPPORTED: cuda || hip || (windows && level_zero)
3-
// unsupported on windows (level-zero) due to fail of Jenkins/pre-ci-windows
2+
// UNSUPPORTED: cuda || hip
43
// CUDA cannot support SYCL 1.2.1 images.
54
//
65
// RUN: %{build} -o %t.out

sycl/test-e2e/Basic/image/image_max_size.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

5-
// UNSUPPORTED: cuda || hip || (windows && opencl && gpu)
5+
// UNSUPPORTED: cuda || hip
66
// CUDA does not support info::device::image3d_max_width query.
7-
// TODO: Irregular runtime fails on Windows/opencl:gpu require analysis.
87

98
// The test checks that 'image' with max allowed sizes is handled correctly.
109

sycl/test-e2e/Basic/image/image_sample.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// REQUIRES: aspect-ext_intel_legacy_image
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
// Temporarily disable test on Windows due to regressions in GPU driver.
5-
// UNSUPPORTED: hip, windows
4+
// UNSUPPORTED: hip
65

76
#include <sycl/accessor_image.hpp>
87
#include <sycl/detail/core.hpp>

sycl/test-e2e/CompositeDevice/composite_device.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=COMBINED %{run} %t.out
33
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=COMPOSITE %{run} %t.out
44
// RUN: env ZE_FLAT_DEVICE_HIERARCHY=FLAT %{run} %t.out
5-
// UNSUPPORTED: (windows && level_zero)
65

76
#include <sycl/detail/core.hpp>
87
#include <sycl/ext/oneapi/experimental/composite_device.hpp>

sycl/test-e2e/DiscardEvents/invalid_event.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// Same hang as on Basic/barrier_order.cpp tracked in
2-
// https://github.com/intel/llvm/issues/7330.
3-
// UNSUPPORTED: opencl && gpu
41
// RUN: %{build} -o %t.out
52
// RUN: %{run} %t.out
63

0 commit comments

Comments
 (0)