Skip to content

Commit

Permalink
Cherry pick PR #2874: Disable failing XB1 Tests (SbSocket VideoDecode…
Browse files Browse the repository at this point in the history
…r) (#2924)

Refer to the original PR: #2874

b/333412348
b/333416764

Change-Id: Icb9c56dee251fba3484a5d571bca434777327953

Co-authored-by: Arjun Menon <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and arjungm authored Apr 12, 2024
1 parent d55e4a8 commit f3169d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions starboard/xb1/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
# Enable multiplayer tests once it's supported.
'MultiplePlayerTests/*',
'SbPlayerWriteSampleTests/SbPlayerWriteSampleTest.SecondaryPlayerTest/*',
# TODO: b/333412348
'SbMediaCanPlayMimeAndKeySystem.MinimumSupport',
],
'player_filter_tests': [
'PlayerComponentsTests/PlayerComponentsTest.*',
Expand All @@ -37,6 +39,16 @@
'AdaptiveAudioDecoderTests/AdaptiveAudioDecoderTest.MultipleInput/*c3*',
'AdaptiveAudioDecoderTests/AdaptiveAudioDecoderTest.SingleInput/*c3*',
'AudioDecoderTests/AudioDecoderTest.SingleInputHEAAC/*c3*',
# TODO: b/333416764
'SbSocketAddressTypes/SbSocketBindTest.RainyDayBadInterface/type_ipv6_filter_ipv6',
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDayDestination/type_ipv6',
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceForDestination/type_ipv6',
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceNotLoopback/type_ipv6',
'SbSocketAddressTypes/SbSocketResolveTest.SunnyDayFiltered/filter_ipv6_type_ipv6',
# TODO: b/333412348
'VideoDecoderTests/VideoDecoderTest.SingleInput/beneath_the_canopy_248_vp9_dmp_DecodeToTexture',
'VideoDecoderTests/VideoDecoderTest.ResetBeforeInput/beneath_the_canopy_248_vp9_dmp_DecodeToTexture',
'VideoDecoderTests/VideoDecoderTest.MultipleResets/beneath_the_canopy_248_vp9_dmp_DecodeToTexture',
],
}

Expand Down

0 comments on commit f3169d3

Please sign in to comment.