Skip to content

Commit

Permalink
filter out failing posix nplb tests for raspi (#3635)
Browse files Browse the repository at this point in the history
b/348648386
Change-Id: Ib58604bf4448b26075fd6cfc58d9501c50374d12

Change-Id: I8676022d50e62d2f7b063a48313cd3b0cab3d4c1
  • Loading branch information
haozheng-cobalt authored Jun 22, 2024
1 parent 64c771d commit 91b8c25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions starboard/raspi/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDayDestination/type_ipv6',
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceForDestination/type_ipv6',
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceNotLoopback/type_ipv6',

# TODO: POSIX nplb test failures tracked by b/348648386.
'PosixFileGetPathInfoTest.WorksOnARegularFile',
'PosixSocketBindTest.SunnyDayAnyAddr',
'PosixSocketConnectTest.SunnyDayConnectToServerAgain',
'PosixSocketSendTest.RainyDaySendToClosedSocket',
'PosixSocketSendtoTest.RainyDaySendToClosedSocket',
],
'player_filter_tests': [
# The implementations for the raspberry pi (0 and 2) are incomplete
Expand Down

0 comments on commit 91b8c25

Please sign in to comment.