-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][Test E2E] Change 'CHECK-NEXT' to 'CHECK' of abort_internalization.cpp #9834
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
Conversation
Unrelated failure: |
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.
Can we get a rationale of this change and an actual description? I understand why the change is needed, but I'd argue that should be part of the description
I'd move the "because the output break continuous checking with "// CHECK-NEXT" directives." part from the commit title to the body, similar to: "Do not run this test as L0 debug output breaks |
@victor-eds please check again, I moved reason to description. |
shouldn't we try to fix the test or the way we are running, instead of not running it? |
Hi @sommerlukas, |
We are no level 0 expert and we do not use it beyond what the CI requires us to do. We are happy to assist you in making the test more resilient, but when it comes to the actual test failures / testing environment, you have the data. IIRC from similar failure with debug level 0, the issue is simply that you have a debug dump that is interleaved with the sycl log we are checking. In this test the |
Changing to |
Have you done the change or do I need to make this change in current PR? |
We don't have an active PR to incorporate this change, so you can do it as part of this PR. |
Unrelated failures:
|
Ping @intel/llvm-gatekeepers this PR is ready to merge. |
@myler Can you please update the PR description (which will become the commit message) to match the changes made in the PR? |
Thanks for the reminder, I updated the title and removed unused description. |
Ping @intel/llvm-gatekeepers this PR is ready to merge. |
To make the test more robust with ZE_DEBUG environment.