Skip to content

Commit

Permalink
Re-enable test 'CallThisPointerIsNullRainyDay' (#805)
Browse files Browse the repository at this point in the history
The test case 'CallThisPointerIsNullRainyDay' failed after NDK 25
upgrade because of the lack of a compilation flag.

b/288107039
  • Loading branch information
maxz-lab authored Aug 1, 2023
1 parent 5da4937 commit d060bcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions starboard/android/shared/platform_configuration/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ config("platform_configuration") {
"-fno-limit-debug-info",
"-fcolor-diagnostics",
"-fno-strict-aliasing", # See http://crbug.com/32204
"-fno-delete-null-pointer-checks", # see b/288107039

# Default visibility is hidden to enable dead stripping.
"-fvisibility=hidden",
Expand Down
3 changes: 0 additions & 3 deletions starboard/android/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@
# SbDrmGenerateSessionUpdateRequest().
'SbDrmSessionTest.InvalidSessionUpdateRequestParams',

# TODO: b/288107039 This test crashed after NDK 25 upgrade, re-enable it.
'SbUndefinedBehaviorTest.CallThisPointerIsNullRainyDay',

# TODO: b/288107692 This test crashed on arm64 after NDK 25 upgrade, re-enable it.
'PixelTest.TooManyGlyphs',

Expand Down

0 comments on commit d060bcf

Please sign in to comment.