Builder linux-rel-css Build #3749
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | try |
| Revision | 67da45ccca0152f710618eb75cd17659e7db36e5 |
| Got Revision | 67da45ccca0152f710618eb75cd17659e7db36e5 |
| Changes | 1 change |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 7 secs )
-
compile ran build --release --with-debug-assertions warnings ( 14 mins, 20 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 10 mins, 7 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 34 secs )
-
compile__2 ran build-geckolib --release ( 5 mins, 25 secs )
-
test__1 ran test-stylo --release warnings ( 6 mins, 2 secs )
-
shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__4 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | try | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 3749 | Build |
| codebase | Build | |
| got_revision | 67da45ccca0152f710618eb75cd17659e7db36e5 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 67da45ccca0152f710618eb75cd17659e7db36e5 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | BuildSlave |
| warnings-count | 2 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-css | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Mon May 1 13:18:29 2017 |
| End | Mon May 1 13:55:13 2017 |
| Elapsed | 36 mins, 44 secs |
All Changes:
:
Change #45627
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 01 May 2017 13:18:28 Repository https://github.com/servo/servo Project servo/servo Branch try Revision 67da45ccca0152f710618eb75cd17659e7db36e5 Comments
Auto merge of #16666 - pyfisch:gradients, r=<try> Improvements to gradients. This is a collection of commits improving the rendering of linear and radial gradients by making them conform more closely to the spec. All commits are are independent and should work without the others. These commits address the following issues: * a956e3fd529715cc0ac39b23910f19e092c7c5a9 resolves #3908 but contains also some other necessary changes to `convert_gradient_stops`. The updated function has a few more copys but should be more correct. Maybe @pcwalton wants to comment since he has originally written the code. * b230be8aaf318fb754cf58e5cd243087df2f7e0f partially solves #16638. (Partially because `border-image-outset` is not implemented. This is an older issue for border gradients: #15894. To quickly catch regressions and see changes to gradients I have created [a set of twelve manual testcases](https://pyfisch.org/stuff/testcases-gradients.html) and placed them in a single file. Attached are two files. One shows how the gradients were rendered before the PR the other one with the changes applied.   r? @emilio and maybe also @jdm? --- - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16666) <!-- Reviewable:end -->
Changed files
- components/gfx/display_list/mod.rs
- components/layout/display_list_builder.rs
- components/layout/webrender_helpers.rs