rdk: Unfilter passing graphics, media, and video tests in nplb_loader_filter.json - #11490
Open
niranjanyardi wants to merge 22 commits into
Open
rdk: Unfilter passing graphics, media, and video tests in nplb_loader_filter.json#11490niranjanyardi wants to merge 22 commits into
niranjanyardi wants to merge 22 commits into
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the test filter configuration in nplb_loader_filter.json for the evergreen-arm-hardfp-rdk platform. It removes numerous tests from the failing_tests list, including player, media, and window size tests, and refines the SbPlayerWriteSampleTest filter to only exclude LimitedAudioInput. There are no review comments, and I have no feedback to provide.
Contributor
🤖 Gemini Suggested Commit Message💡 Pro Tips for a Better Commit Message:
|
niranjanyardi
force-pushed
the
unfilter_graphics_nplb_tests
branch
4 times, most recently
from
July 29, 2026 01:21
52dcd87 to
197e2fb
Compare
…_loader_filter.json
…n nplb_loader_filter.json
…tMediaTimeTests in nplb_loader_filter.json
… in nplb_loader_filter.json
…nplb_loader_filter.json
niranjanyardi
force-pushed
the
unfilter_graphics_nplb_tests
branch
from
July 30, 2026 10:00
6395850 to
a00e163
Compare
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.
Unfilter verified passing graphics, window, media, and video tests from
nplb_loader_filter.json.With the Wayland display environment export fix (PR #11486), Wayland window size queries, EGL display initialization, and video/audio playback pipelines succeed on RDK.
Verified on live RDK hardware over SSH:
SbWindowGetSizeTest.SunnyDaypasses.MaximumPlayerConfigurationExplorerTests/*(all 10) pass.MultiplePlayerTest.SunnyDaypasses.SbMediaCanPlayMimeAndKeySystem.MinimumSupportpasses.SbMediaSetAudioWriteDurationTests/*(all 4) pass.SbPlayerGetAudioConfigurationTests/*(all 840) pass/skip cleanly.SbPlayerGetMediaTimeTests/*(all 560) pass.SbPlayerTest.*(all 6) pass.VerticalVideoTests/*passes.SbPlayerWriteSampleTests/*narrowed down toSbPlayerWriteSampleTests/SbPlayerWriteSampleTest.LimitedAudioInput/*(the only hung sub-suite).Issue: 508253341