Builder linux-rel-css Build #3465
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | ab7e1e2d36829e20df130f7174c3c7d1dbbd5cc5 |
| Got Revision | ab7e1e2d36829e20df130f7174c3c7d1dbbd5cc5 |
| Changes | 1 change |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 2 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
compile ran build --release --with-debug-assertions ( 2 mins, 16 secs )
-
test ran test-css --release --processes 16 --always-succeed ( 10 mins, 16 secs )
-
shell__1 './mach filter-intermittents ...' ( 0 secs )
-
compile__1 ran build-cef --release --with-debug-assertions ( 36 secs )
-
compile__2 ran build-geckolib --release ( 1 secs )
-
test__1 ran test-stylo --release ( 2 secs )
- - no logs -
-
shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 3465 | Build |
| codebase | Build | |
| got_revision | ab7e1e2d36829e20df130f7174c3c7d1dbbd5cc5 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | ab7e1e2d36829e20df130f7174c3c7d1dbbd5cc5 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | BuildSlave |
| warnings-count | 0 | 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 Apr 17 21:13:40 2017 |
| End | Mon Apr 17 21:26:56 2017 |
| Elapsed | 13 mins, 15 secs |
All Changes:
:
Change #43536
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 17 Apr 2017 21:13:40 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision ab7e1e2d36829e20df130f7174c3c7d1dbbd5cc5 Comments
Auto merge of #16336 - mrobinson:overflow-hidden, r=glennw Used shared clips for overflow:hidden and CSS clip Instead of passing down a complex clipping region to each item, used shared clipping to handle overflow:hidden and CSS clips. In addition to being more efficient, this should also fix quite a few issues related to absolutely positioned elements. One existing reftest is slightly modified to avoid tickling a quirk with the way that WebRender rasterizes masks. We are working out how to best express these combined masks with the API or need to. The change does not affect the original subject of the reftest. Fixes #13109. Fixes #10151. Fixes #7575. Fixes #8074. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #13109, #10151, #7575, #8074. <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/16336) <!-- Reviewable:end -->
Changed files
- components/layout/block.rs
- components/layout/display_list_builder.rs
- components/layout/flow.rs
- components/layout/webrender_helpers.rs
- components/layout_thread/lib.rs
- tests/wpt/metadata-css/css-backgrounds-3_dev/html4/attachment-local-clipping-image-6.htm.ini
- tests/wpt/metadata-css/css21_dev/html4/abspos-overflow-004.htm.ini
- tests/wpt/metadata-css/css21_dev/html4/abspos-overflow-005.htm.ini
- tests/wpt/metadata-css/css21_dev/html4/abspos-overflow-006.htm.ini
- tests/wpt/metadata-css/css21_dev/html4/overflow-applies-to-014.htm.ini
- tests/wpt/metadata-css/css21_dev/html4/overflow-applies-to-015.htm.ini
- tests/wpt/mozilla/meta/MANIFEST.json
- tests/wpt/mozilla/meta/css/overflow_position_abs_inside_normal_a.html.ini
- tests/wpt/mozilla/tests/css/border_radius_in_border_radius_a.html
- tests/wpt/mozilla/tests/css/overflow_clipping.html
- tests/wpt/mozilla/tests/css/overflow_clipping_ref.html