Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder linux-rel-css Build #3465

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revisionab7e1e2d36829e20df130f7174c3c7d1dbbd5cc5
Got Revisionab7e1e2d36829e20df130f7174c3c7d1dbbd5cc5
Changes1 change

BuildSlave:

servo-linux1

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. compile ran build --release --with-debug-assertions ( 2 mins, 16 secs )
    1. stdio
  6. test ran test-css --release --processes 16 --always-succeed ( 10 mins, 16 secs )
    1. css-errorsummary.log
  7. shell__1 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  8. compile__1 ran build-cef --release --with-debug-assertions ( 36 secs )
    1. stdio
  9. compile__2 ran build-geckolib --release ( 1 secs )
    1. stdio
  10. test__1 ran test-stylo --release ( 2 secs )
    1. - no logs -
  11. shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
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:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartMon Apr 17 21:13:40 2017
EndMon Apr 17 21:26:56 2017
Elapsed13 mins, 15 secs

All Changes:

:

  1. Change #43536

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@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