Skip to content

Commit 1b4e286

Browse files
authored
[SYCL][E2E] Fix unexpectedly passing test on build-only mode (#16455)
This test is able to compile so I am adding `XFAIL: run-mode` so that it doesn't `XPASS` on build-only mode. Should fix the pre-commit CI.
1 parent 2017256 commit 1b4e286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/Matrix/SG32/get_coordinate_ops.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// REQUIRES: aspect-ext_intel_matrix
1111
// REQUIRES-INTEL-DRIVER: lin: 30049, win: 101.4943
1212

13-
// XFAIL: !igc-dev
13+
// XFAIL: !igc-dev && run-mode
1414
// XFAIL-TRACKER: GSD-6376
1515

1616
// RUN: %{build} -o %t.out
@@ -20,4 +20,4 @@
2020

2121
#define SG_SZ 32
2222

23-
#include "../get_coordinate_ops_impl.hpp"
23+
#include "../get_coordinate_ops_impl.hpp"

0 commit comments

Comments
 (0)