Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSwitch the default renderer to WebRender #11923
Conversation
highfive
commented
Jun 29, 2016
|
Heads up! This PR modifies the following files:
|
| let use_webrender = | ||
| (prefs::get_pref("gfx.webrender.enabled").as_boolean().unwrap() || opt_match.opt_present("w")) && | ||
| !opt_match.opt_present("z"); | ||
| let use_webrender = !opt_match.opt_present("c"); |
This comment has been minimized.
This comment has been minimized.
|
@bors-servo try |
DO NOT MERGE!! Switch the default renderer to WebRender @larsbergstrom I updated your PR to switch the WPT test runner to use WR, make it default on the command line, and include the differing test expectations. I'd personally prefer we had time to fix / update some of those test expectations properly - but if you feel it's urgent enough to merge for the tech demo, we could file follow up bugs to fix up some of the differing tests / expectations. Thoughts? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11923) <!-- Reviewable:end -->
|
@bors-servo r=larsbergstrom,ms2ger,glennw |
|
|
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo try- clean retry |
…s2ger,glennw Switch the default renderer to WebRender @larsbergstrom I updated your PR to switch the WPT test runner to use WR, make it default on the command line, and include the differing test expectations. I'd personally prefer we had time to fix / update some of those test expectations properly - but if you feel it's urgent enough to merge for the tech demo, we could file follow up bugs to fix up some of the differing tests / expectations. Thoughts? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11923) <!-- Reviewable:end -->
|
|
|
Lots of errors like:
|
|
|
|
Rebased this over conflicts, and to get the WR update which lowers shader version on Linux. |
|
@bors-servo try |
Switch the default renderer to WebRender @larsbergstrom I updated your PR to switch the WPT test runner to use WR, make it default on the command line, and include the differing test expectations. I'd personally prefer we had time to fix / update some of those test expectations properly - but if you feel it's urgent enough to merge for the tech demo, we could file follow up bugs to fix up some of the differing tests / expectations. Thoughts? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11923) <!-- Reviewable:end -->
|
|
|
That's... 2103 test failures and 4 test passes. |
|
@bors-servo try |
|
@bors-servo retry |
Switch the default renderer to WebRender @larsbergstrom I updated your PR to switch the WPT test runner to use WR, make it default on the command line, and include the differing test expectations. I'd personally prefer we had time to fix / update some of those test expectations properly - but if you feel it's urgent enough to merge for the tech demo, we could file follow up bugs to fix up some of the differing tests / expectations. Thoughts? <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11923) <!-- Reviewable:end -->
|
|
highfive
commented
Jul 19, 2016
|
|
|
|
Superseded by #13382. |
glennw commentedJun 29, 2016
•
edited by larsbergstrom
@larsbergstrom I updated your PR to switch the WPT test runner to use WR, make it default on the command line, and include the differing test expectations.
I'd personally prefer we had time to fix / update some of those test expectations properly - but if you feel it's urgent enough to merge for the tech demo, we could file follow up bugs to fix up some of the differing tests / expectations.
Thoughts?
This change is