Skip to content

Commit 8f3dd79

Browse files
srujzsCommit Queue
authored andcommitted
Update Chrome to v137
Also filters two WebGL-related tests. Starting with Chrome 137, WebGL is unsupported for devices without a GPU and therefore, the try bots start failing on these tests. https://chromestatus.com/feature/5166674414927872 Change-Id: Ic5eaf972188aae0f44de4273c2f42f3d2337bfa2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/428062 Reviewed-by: Nate Biggs <[email protected]> Auto-Submit: Srujan Gaddam <[email protected]> Commit-Queue: Srujan Gaddam <[email protected]> Commit-Queue: Nate Biggs <[email protected]>
1 parent 444f8eb commit 8f3dd79

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ vars = {
161161
# meant to be downloaded by users for local testing. You can self-service
162162
# update these by following the go/dart-engprod/browsers.md instructions.
163163
"download_chrome": False,
164-
"chrome_tag": "136.0.7103.48",
164+
"chrome_tag": "137.0.7151.15",
165165
"download_firefox": False,
166166
"firefox_tag": "138.0",
167167

tests/lib/lib.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ js/static_interop_test/disallowed_interop_libraries_test: SkipByDesign # Only ch
2626
developer/timeline_test: Skip # Not supported
2727
isolate/issue_24243_parent_isolate_test: Skip # Requires checked mode
2828

29+
[ $runtime == chrome ]
30+
html/webgl_1_test: SkipByDesign # WebGL unsupported without GPU with Chrome 137
31+
html/webgl_extensions_test: SkipByDesign # WebGL unsupported without GPU with Chrome 137
32+
2933
[ $runtime != chrome ]
3034
js/static_interop_test/import/import_trustedscripturl_test: SkipByDesign # Trusted Types are only supported in Chrome currently.
3135

0 commit comments

Comments
 (0)