Skip to content

Commit df20011

Browse files
[SYCL][E2E] disable get_last_event.cpp on DG2/Arc (#17227)
Issue reported #17066 and observed in multiple PR. Marking get_last_event.cpp unsupported on DG2/Arc and re-enabling it (mostly) on Windows. Note that on Windows, this test only ever failed on CUDA. ( #14324 ) It should not have been disabled on ALL Windows.
1 parent d5f746f commit df20011

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sycl/test-e2e/InOrderEventsExt/get_last_event.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
// UNSUPPORTED: windows
1+
// UNSUPPORTED: (windows && cuda)
22
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14324
3+
4+
// UNSUPPORTED: gpu-intel-dg2
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17066
6+
37
// RUN: %{build} -o %t.out
48
// RUN: %{run} %t.out
59

0 commit comments

Comments
 (0)