You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Move XFAIL tracker checker test to compile-time (#15832)
We have all the info at compile time, no need to run this on a device
every time.
Note the directory is moved from `test-e2e` to `test`, it's hard to see
in the github UI.
We can drop the `--exclude` since the test isn't in the same folder
anymore.
Using `../` is a little gross, but it's worth it to save the resources
of running E2E tests multiple times trying to fix failures in this test.
Also manually tested that changing the XFAIL number causes the test to
fail in `check-sycl`.
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
0 commit comments