-
Notifications
You must be signed in to change notification settings - Fork 738
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][E2E] Remove RUNx lines #16032
base: sycl
Are you sure you want to change the base?
Conversation
The same idea as for XFAIL and UNSUPPORTED. The test checks if there is a RUNx without tracker. Also: - this PR also updates some RUNx tests as they are likely fixed. - marks some as UNSUPPORTED as there is only one RUNx line. - adds tracker for the rest. After that there shouldn't be any untracked RUNx tests in sycl/test-e2e.
Didn't remove @bso-intel, that was made automatically. |
Hey, just a comment. Unlike the other lit directives that you've been adding the requirements for trackers, Should this somehow be documented or enforced (unsure how this could be done) as the way to disable specific run lines? For example we had this related issue #14902, where a line that was meant to be disabled ran because the misspelling of |
I would just remove all |
Not sure if we need a test to check the presence of |
I don't see much value in such test. There are many other ways to disable llvm-lit commands by changing keywords. I don't see how can find them with the simple pattern matching. In my opinion, codeowners should be responsible for the quality of the tests. |
@bso-intel could you take a look please? |
This PR updates the tests containing RUNx lines.
Some of them are turned back on.
The rest is updated.