Skip to content

Commit

Permalink
Disable failing SbSocket tests for nplb on XB1 (#2979)
Browse files Browse the repository at this point in the history
b/333412348
b/333416764

Change-Id: I0911e59f1d1b62a00eed84b703a06480b62b0958
  • Loading branch information
arjungm committed Apr 18, 2024
1 parent 69937fe commit bbf5609
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions starboard/xb1/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
'SbPlayerWriteSampleTests/SbPlayerWriteSampleTest.SecondaryPlayerTest/*',
# TODO: b/333412348
'SbMediaCanPlayMimeAndKeySystem.MinimumSupport',
# 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',
],
'player_filter_tests': [
'PlayerComponentsTests/PlayerComponentsTest.*',
Expand All @@ -40,12 +46,6 @@
'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',
Expand Down

0 comments on commit bbf5609

Please sign in to comment.