-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
LGTM, although I would check with @alexbatashev if XFAIL is the right way to disable SYCL/XPTI/basic_event_collection.cpp or we should also apply UNSUPPORTED to be able to fix the compiler w/o breaking CI (if needed).
SYCL/XPTI/basic_event_collection.cpp
Outdated
// It looks like order of events diffres on Windows | ||
// XFAIL: windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think writing a single test here gets too complex. We should probably simply have two distinct files for each of OSes, like we do for some other tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update the XPTI related tests. To have them smaller.
Co-authored-by: Alexey Bader <[email protected]>
…ith LevelZero. It is 'unexpectedly passing' for xmain, so am re-enabling this test for LevelZero. Will need to enable for SYCLOS at a later date (as the CI system there has not yet been updated to agama-676). (intel#668) Signed-off-by: Chris Perkins <[email protected]>
No description provided.