Skip to content

Commit

Permalink
Disable failing XB1 Tests (SbSocket VideoDecoder) (#2874)
Browse files Browse the repository at this point in the history
b/333412348
b/333416764

Change-Id: Icb9c56dee251fba3484a5d571bca434777327953
(cherry picked from commit f78736b)
  • Loading branch information
arjungm authored and anonymous1-me committed Apr 12, 2024
1 parent 713d81c commit 789aa53
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 789aa53

Please sign in to comment.