Fail weston-simple-egl on base when Weston runtime is missing#401
Merged
bhargav0610 merged 1 commit intoqualcomm-linux:mainfrom Apr 14, 2026
Merged
Fail weston-simple-egl on base when Weston runtime is missing#401bhargav0610 merged 1 commit intoqualcomm-linux:mainfrom
bhargav0610 merged 1 commit intoqualcomm-linux:mainfrom
Conversation
Treat missing Wayland/Weston runtime as FAIL on base builds once a connected display is present. This avoids masking Weston regressions as SKIP in post-merge validation. Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>
bhargav0610
approved these changes
Apr 14, 2026
Contributor
|
LGTM |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR fixes weston-simple-egl result handling on base builds so real Weston runtime regressions are reported as FAIL instead of SKIP.
This change updates the base-build result handling so these cases are treated as FAIL:
Why this change is needed:
A Weston upstream or integration regression on base can currently be masked as SKIP, which allows the change to pass post-merge validation without surfacing the failure. With this update, missing Weston runtime on base is treated as a real testcase failure, which is the expected behavior.
Expected outcome: