Skip to content

Commit

Permalink
Disable deep link tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurajayaraman committed Oct 9, 2024
1 parent c4c7196 commit 60f3e11
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions starboard/android/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
'SbPlayerGetMediaTimeTests/SbPlayerGetMediaTimeTest.TimeAfterSeek/*ec3*',
'SbPlayerGetMediaTimeTests/SbPlayerGetMediaTimeTest.TimeAfterSeek/*ac3*',
],
'black_box_tests': ['*DeepLink.*'],
}
# pylint: enable=line-too-long

Expand Down
1 change: 1 addition & 0 deletions starboard/evergreen/arm/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'SbSystemGetStackTest.SunnyDayShortStack',
'SbSystemSymbolizeTest.SunnyDay'
],
'black_box_tests': ['*DeepLink.*'],
}


Expand Down
2 changes: 2 additions & 0 deletions starboard/linux/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceNotLoopback/type_ipv6',
],
'player_filter_tests': [test_filter.FILTER_ALL],
'black_box_tests': ['*DeepLink.*'],
}

_FILTERED_TESTS = {
'nplb': [
# TODO(b/286249595): This test crashes when coverage is enabled.
'SbMemoryMapTest.CanChangeMemoryProtection'
],
'black_box_tests': ['*DeepLink.*'],
}
if os.getenv('MODULAR_BUILD', '0') == '1':
_FILTERED_TESTS = _MODULAR_BUILD_FILTERED_TESTS
Expand Down
1 change: 1 addition & 0 deletions starboard/linux/x64x11/gcc/6.3/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
_FILTERED_TESTS = {
# TODO(b/206117361): Re-enable starboard_platform_tests once fixed.
'starboard_platform_tests': ['JobQueueTest.JobsAreMovedAndNotCopied',],
'black_box_tests': ['*DeepLink.*'],
}


Expand Down
1 change: 1 addition & 0 deletions starboard/linux/x64x11/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
_FILTERED_TESTS = {
# TODO(b/321315344): Re-enable once the coverage build is fixed.
'nplb': ['PosixMemoryMapTest.CanChangeMemoryProtection',],
'black_box_tests': ['*DeepLink.*'],
}


Expand Down
1 change: 1 addition & 0 deletions starboard/raspi/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
# Filter failed tests.
'PlayerComponentsTests/PlayerComponentsTest.*',
],
'black_box_tests': ['*DeepLink.*'],
}


Expand Down
1 change: 1 addition & 0 deletions starboard/rdk/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
'SysInfoTest.AmountOfFreeDiskSpace',
'SysInfoTest.AmountOfTotalDiskSpace',
],
'black_box_tests': ['*DeepLink.*'],
}


Expand Down

0 comments on commit 60f3e11

Please sign in to comment.