[SYCL] Stabilize linux pre-commit on 6.1 release branch #17795
Closed
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.
This is a joined cherry-pick of #16217, #16865 and #17023 intended to port necessary test tweaks to fix infrastructure-related pre-commit issues on
sycl-rel_6_1_0branch.Descriptions of cherry-picked commits:
[SYCL][E2E] Change pattern matching to if-else statements in
lit.cfg.py(#16217)Fixes #16211
Patch-By: David Garcia Orozco [email protected]
[SYCL][E2E] Hack
AddressSanitizer/.../device_global.cppto pass CI (#16865)Closes #16850.
Patch-By: aelovikov-intel [email protected]
[SYCL][E2E] Clean-up
test-modes by removing workarounds (#17023)build-and-run-modefeature from e2e lit infrastructure,as well as the remaining
REQUIRES: build-and-run-modemarkups found intests.
run-onlymode ignore line filtering workaround onREQUIRES: build-and-run-mode.build-modeto removetest-mode-run-onlymode, this can betested for by checking
run-mode && !build-mode.%{run-aux}, as those need to becompiled on a system with the same CPU isa as the running system.
Patch-By: David Garcia Orozco [email protected]