-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
8a231d1
Add XFAIL trackers for several tests
lbushi25 abd8fd3
Add XFAIL trackers for several tests
lbushi25 5edd0ad
Add XFAIL trackers for several more tests
lbushi25 dda50ca
Add XFAIL trackers for several more tests
lbushi25 87856a7
Reduce number of tests without XFAIL tracker
lbushi25 8d10473
Fix wrong tracker in span.cpp test
lbushi25 0f2daf2
Delete tests failing because of GSD-4509 issue
lbushi25 7bd5922
Remove XFAILs for hip nvidia plaform
lbushi25 b5471f8
Fix formatting
lbushi25 6df2d88
Fix typos and remove the tests from the list of improperly XFAIL-ed t…
lbushi25 357539d
Delete rogue file
lbushi25 999006d
Add tracking infor for XFAIL tests and remove hip_nvidia xfails
lbushi25 eec9ac6
Merge branch 'add_xfail_trackers' of https://github.com/lbushi25/llvm…
lbushi25 f307817
Merge branch 'intel:sycl' into add_xfail_trackers
lbushi25 e9df0a4
Uncomment check commands to get failures
lbushi25 3be9b21
Add XFAIL tracker issue to kernel-bundle-merge-options.cpp
lbushi25 58a3767
Update number of XFAILs without tracker
lbushi25 48ed23e
Update no-xfail-without-tracker.cpp
lbushi25 78eefa4
Update int.cpp
lbushi25 a50cc22
Add XFAIL trackers for joint matrix tests
lbushi25 b496bc7
Merge branch 'add_xfail_trackers' of https://github.com/lbushi25/llvm…
lbushi25 7cbfaca
Update count of improperly XFAIL-ed tests
lbushi25 622e2cd
Merge branch 'sycl' into add_xfail_trackers
lbushi25 03e9e85
Update count of improperly XFAIL-ed tests
lbushi25 69a1db1
Merge branch 'add_xfail_trackers' of https://github.com/lbushi25/llvm…
lbushi25 67f5400
Add XFAIL trackers for E2E tests
lbushi25 c6600a7
Update number of improperly XFAIL-ed tests
lbushi25 213f2b0
Resolve meerge conflict
lbushi25 4545707
revert hardware_dispatch.cpp
lbushi25 fd0be54
Update number of improperly XFAIL-ed tests
lbushi25 6463e50
Update number of improperly XFAIL-ed tests
lbushi25 d29ac1e
Modify improper XFAIL checking by not running FileCheck if there are …
lbushi25 184f628
Update no-xfail-without-tracker.cpp
lbushi25 d8b9588
Modify improper XFAIL checking by not running FileCheck if there are …
lbushi25 cbb9b7c
Merge branch 'add_trackers_XFAIL' of https://github.com/lbushi25/llvm…
lbushi25 4eb6322
Update no-xfail-without-tracker.cpp
lbushi25 31da9a2
Update no-xfail-without-tracker.cpp
lbushi25 9b22902
Fix formatting
lbushi25 e256ed5
Add XFAIL tracker to assert-windows.cpp
lbushi25 4274839
Update no-xfail-without-tracker.cpp
lbushi25 1368b91
Modify logic in counting of improperly XFAIL-ed tests
lbushi25 6320e53
Modify logic in counting of improperly XFAIL-ed tests
lbushi25 503a86b
Use not instead of ! to negate result
lbushi25 4dc01a2
Formatting
lbushi25 256cedf
Merge branch 'sycl' into add_trackers_XFAIL
lbushi25 3f21c92
Replace JIRA tracker with GH issue for throw-exception-for-out-of-reg…
lbushi25 03ba235
Remove XFAIL from assert-windows.cpp
lbushi25 efa5f4e
Merge branch 'intel:sycl' into add_trackers_XFAIL
lbushi25 023d26b
Replace <assert.h> with <cassert> in device-windows.cpp
lbushi25 83163c6
Update assert-windows.cpp to add tracker for new-found issue
lbushi25 297d9a8
Update assert-windows.cpp
lbushi25 dc95bfb
Merge branch 'sycl' into add_trackers_XFAIL
lbushi25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
sycl/test-e2e/PerformanceTests/Reduction/reduce_over_sub_group.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 heard that we shouldn't use JIRA to track issues in syclos, am I right?
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 believe we are allowed to put JIRA numbers but not JIRA links.