-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL] Add XFAIL trackers for improperly XFAIL-ed E2E tests #16421
Conversation
…into add_xfail_trackers
…into add_xfail_trackers
…into add_xfail_trackers
Failure is unrelated. I believe it will be handled by #16452 |
@intel/llvm-reviewers-runtime friendly ping |
@@ -2,6 +2,7 @@ | |||
// RUN: %{build} -o %t.out | |||
// RUN: %{run} %t.out | |||
// XFAIL: * | |||
// XFAIL-TRACKER: CMPLRTST-24904 |
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.
Isn't it #12679 ?
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.
Yes, I forgot to do a search for this.
It has been changed now.
…isters-on-kernel-launch.cpp
@intel/llvm-gatekeepers This should be ready to merge. |
Add XFAIL trackers for improperly XFAIL-ed E2E tests. This brings the number of improperly XFAIL-ed tests down to zero.
For the tests below, the XFAILs have been removed entirely.
For
sycl/test-e2e/ESIMD/hardware_dispatch.cpp
, the XFAIL is on igc-dev but the test requires GEN12 which does not have igc-dev so this XFAIL is meaningless. Thanks to @sarnex for noting this.Three tests under
test-e2e/Reduction
which are XFAIL-ed only on hip_nvidia which we do not support anymore.Closes: #16400