Skip to content

Commit 3fab3c5

Browse files
authored
[SYCL][E2E] Fix two tests on new DG2 driver (#15818)
See [here](https://github.com/intel/llvm/actions/runs/11467512551/job/31911188728). I've updated the corresponding issues. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 98a5357 commit 3fab3c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

sycl/test-e2e/Plugin/level_zero_device_free_mem.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
// ZES_ENABLE_SYSMAN=1 is set, but also is sysman init is supported,
44
// so this test is missed if it requires aspect-ext_intel_free_memory.
55

6-
// https://github.com/intel/llvm/issues/15648
7-
// XFAIL: gpu-intel-dg2 && linux
8-
96
// Since gen9 and get12 don't support this query,
107
// so requiring DG2. There may be more devices in our CI supporting this aspect.
118
// REQUIRES: gpu-intel-dg2

sycl/test-e2e/VirtualMem/vector_with_virtual_mem.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: aspect-ext_oneapi_virtual_mem, aspect-usm_shared_allocations
22

3+
// XFAIL: linux && gpu-intel-dg2
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15812
5+
36
// RUN: %{build} -o %t.out
47
// RUN: %{run} %t.out
58

sycl/test-e2e/no-xfail-without-tracker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@
4747
// tests to match the required format and in that case you should just update
4848
// (i.e. reduce) the number below.
4949
//
50-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 170
50+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 169

0 commit comments

Comments
 (0)