-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Update Firefox preferences for testing #20171
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
Update Firefox preferences for testing #20171
Conversation
The following preferences don't have to be set manually anymore: - `print.show_print_progress` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1770536 - Commit: mozilla-firefox/firefox@b522664 - `gfx.offscreencanvas.enabled` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1914083 - Commit: mozilla-firefox/firefox@7d2c688 - `layout.css.round.enabled` - Why: removed - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1874633 - Commit: mozilla-firefox/firefox@9790965 - `dom.events.asyncClipboard.clipboardItem` - Why: enabled by default - Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1887845 - Commit: mozilla-firefox/firefox@de56ae8
|
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/905e9bf251c65b0/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/252da8e34253b8f/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/252da8e34253b8f/output.txt Total script time: 31.78 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/905e9bf251c65b0/output.txt Total script time: 56.85 mins
|
We don't need AI/ML features in the tests, so this should reduce CPU usage by not having the inference process running. Moreover, it prevents the following lines from being logged in the test output: ``` JavaScript error: resource://gre/actors/MLEngineParent.sys.mjs, line 509: Error: Unable to get the ML engine from Remote Settings. JavaScript error: resource://gre/actors/MLEngineParent.sys.mjs, line 1279: TypeError: can't access property "postMessage", this[#port] is null ```
0da59b9 to
844681a
Compare
calixteman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you.
The commit messages contain more details about the individual changes.