-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(chromium): WebGL on macOS after chromium 139 #36528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Max Schmitt <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Max Schmitt <[email protected]>
Test results for "tests others"1 failed 6 flaky26549 passed, 614 skipped Merge workflow run. |
Test results for "tests 1"1 failed 13 flaky47098 passed, 980 skipped Merge workflow run. |
Test results for "tests 2"5 fatal errors, not part of any test 170 flaky250898 passed, 10442 skipped Merge workflow run. |
Motivation: WebGL tests are currently not passing on @main. They are timing out because WebGL is not available on macOS.
Timeline:
--use-angle
and use--enable-gpu
because of https://issues.chromium.org/issues/338414704 [Bug]: WebGL fails in GitHub Actions on macOS (launcher by Web Test Runner) #30585--use-angle
because of https://bugs.chromium.org/p/chromium/issues/detail?id=1407025