-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL] Add XFAIL trackers for several E2E tests marked with XFAIL #16287
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
Changes from 5 commits
8a231d1
abd8fd3
5edd0ad
dda50ca
87856a7
8d10473
0f2daf2
7bd5922
b5471f8
6df2d88
357539d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |
| // | ||
| // Fails to release USM pointer on HIP for NVIDIA | ||
| // XFAIL: hip_nvidia | ||
| // XFAIL-TRACKER: https://github.com/intel/llvm/issues/14404 | ||
|
||
| // REQUIRES: aspect-usm_shared_allocations | ||
| #include <numeric> | ||
|
|
||
|
|
||
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.
Shouldn't we remove
XFAILinstead?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, this one slipped through the cracks. Fixed it now!