Skip to content

Commit e82769a

Browse files
authored
[SYCL][E2E] Move XFAIL to driver check in get_backend.cpp (#12130)
It passes with a newer driver so just check for that. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent bbf4d5d commit e82769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/get_backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Failing due to old driver
2-
// XFAIL: gpu-intel-dg2
2+
// REQUIRES-INTEL-DRIVER: lin: 27202, win: 101.4677
33
// RUN: %{build} -o %t.out
44
// RUN: %{run-unfiltered-devices} %t.out
55
//

0 commit comments

Comments
 (0)