Skip to content

Commit

Permalink
Fix wpt tests on gcc-6-3 and clang-3-9 builds
Browse files Browse the repository at this point in the history
b/336564460
  • Loading branch information
sherryzy committed May 13, 2024
1 parent be16915 commit 5045e21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions starboard/linux/x64x11/clang/3.9/cobalt/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ def GetWebPlatformTestFilters(self):
__FILTERED_WPT_TESTS = { # pylint: disable=invalid-name
'web_platform_tests': [
# TODO(b/332367155): Re-enable web_platform_tests once fixed.
'xhr/WebPlatformTest.Run/XMLHttpRequest_send_sync_blocks_async_htm',
'dom/WebPlatformTest.Run/dom_nodes_MutationObserver_attributes_html',
'html/WebPlatformTest.Run/html_dom_documents_dom_tree_accessors_Document_currentScript_sub_html',
# 'xhr/WebPlatformTest.Run/XMLHttpRequest_send_sync_blocks_async_htm',
# 'dom/WebPlatformTest.Run/dom_nodes_MutationObserver_attributes_html',
# 'html/WebPlatformTest.Run/html_dom_documents_dom_tree_accessors_Document_currentScript_sub_html',
],
}

Expand Down
6 changes: 3 additions & 3 deletions starboard/linux/x64x11/gcc/6.3/cobalt/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def GetWebPlatformTestFilters(self):
__FILTERED_WPT_TESTS = { # pylint: disable=invalid-name
'web_platform_tests': [
# TODO(b/332367155): Re-enable web_platform_tests once fixed.
'xhr/WebPlatformTest.Run/XMLHttpRequest_send_sync_blocks_async_htm',
'dom/WebPlatformTest.Run/dom_nodes_MutationObserver_attributes_html',
'html/WebPlatformTest.Run/html_dom_documents_dom_tree_accessors_Document_currentScript_sub_html',
# 'xhr/WebPlatformTest.Run/XMLHttpRequest_send_sync_blocks_async_htm',
# 'dom/WebPlatformTest.Run/dom_nodes_MutationObserver_attributes_html',
# 'html/WebPlatformTest.Run/html_dom_documents_dom_tree_accessors_Document_currentScript_sub_html',
],
}

Expand Down

0 comments on commit 5045e21

Please sign in to comment.