Skip to content
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

[NFC][SYCL] Avoid hardcoding line no in clangd test #13756

Merged
merged 1 commit into from May 13, 2024
Merged

Conversation

jsji
Copy link
Contributor

@jsji jsji commented May 10, 2024

We check line numbers in clangd sycl compilation test,
this is fragile, as everytime we have sycl header change,
we may have to update the test.

Use regex to match the line no instead to reduce the maintainece effort.

We check line numbers in clangd sycl compilation test,
this is fragile, as everytime we have sycl header change,
we may have to update the test.

Use regex to match the line no instead to reduce the maintainece effort.
@jsji jsji requested a review from a team as a code owner May 10, 2024 20:13
@jsji jsji self-assigned this May 10, 2024
Copy link
Contributor

@smanna12 smanna12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jsji
Copy link
Contributor Author

jsji commented May 13, 2024

@intel/llvm-gatekeepers Please help to merge this. Thanks.

@aelovikov-intel aelovikov-intel merged commit aa0f7d4 into sycl May 13, 2024
15 checks passed
@aelovikov-intel aelovikov-intel deleted the clangdsycl branch May 13, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants