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

Builder linux-rel-css Build #7386

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. - no logs -
  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. shell__1 './mach clean-nightlies ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 21 mins, 44 secs )
    1. - no logs -
  7. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 11 mins, 14 secs )
    1. - no logs -
  8. shell__2 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  9. compile__1 ran build-geckolib --release ( 6 mins, 56 secs )
    1. - no logs -
  10. test__1 ran test-stylo --release ( 3 mins, 21 secs )
    1. - no logs -
  11. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__4 '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 7386 Build
codebase Build
got_revision 691bff86b6f57da37c2e0af99aa7f72fc1b4f9d6 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 691bff86b6f57da37c2e0af99aa7f72fc1b4f9d6 Build
scheduler servo-auto Scheduler
slavename servo-linux2 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:

StartTue Jan 2 15:01:52 2018
EndTue Jan 2 15:45:26 2018
Elapsed43 mins, 33 secs

All Changes:

:

  1. Change #70907

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Tue 02 Jan 2018 15:01:52
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 691bff86b6f57da37c2e0af99aa7f72fc1b4f9d6

    Comments

    Auto merge of #19651 - pyfisch:background-placement, r=emilio
    
    Unify background placement code
    
    Merges the implementations for background-image placement
    from gradients and images. Add missing parts and fix bugs.
    
    Now supported are the CSS properties:
    
    * background-attachment (except for local value, see #19650)
    * background-clip
    * background-origin
    * background-position-x/y
    * background-repeat
    * background-size
    
    It should be noted that backgrounds are not clipped to
    rounded border corners.
    (This was done before but worked only in simple cases)
    See: #19649
    
    This solves the following issues:
    closes #19626
    closes #16657
    closes #19482 (examples from http://lea.verou.me/css3patterns/ are rendered perfectly but the round border is completely ignored now)
    closes #19577
    
    - `./mach build -d` does not report any errors
    - `./mach test-tidy` does not report any errors
    
    I enabled a few tests with the first commit but I have written about a dozen manual tests I will try to turn into ref tests either before or after this patch lands.
    
    @bors-servo try
    
    The relationship between the different inputs is visualized in this flowchart:
    ![flowchart-background](https://user-images.githubusercontent.com/2781017/34394430-5a06c72c-eb59-11e7-9d51-3d23e2215f07.png)
    
    <!-- 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/19651)
    <!-- Reviewable:end -->

    Changed files

    • components/gfx/display_list/mod.rs
    • components/layout/display_list_builder.rs
    • components/layout/fragment.rs
    • components/layout/webrender_helpers.rs
    • tests/wpt/metadata/MANIFEST.json
    • tests/wpt/metadata/css/CSS2/backgrounds/background-position-applies-to-009.xht.ini
    • tests/wpt/metadata/css/CSS2/backgrounds/background-position-applies-to-012.xht.ini
    • tests/wpt/metadata/css/CSS2/backgrounds/background-position-applies-to-013.xht.ini
    • tests/wpt/metadata/css/CSS2/backgrounds/background-position-applies-to-015.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/margin-shorthand-001.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/margin-shorthand-002.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/margin-shorthand-003.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/margin-shorthand-004.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/padding-shorthand-001.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/padding-shorthand-002.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/padding-shorthand-003.xht.ini
    • tests/wpt/metadata/css/CSS2/margin-padding-clear/padding-shorthand-004.xht.ini
    • tests/wpt/metadata/css/css-backgrounds/background-334.html.ini
    • tests/wpt/metadata/css/css-backgrounds/background-origin-006.html.ini
    • tests/wpt/metadata/css/css-backgrounds/background-origin-007.html.ini
    • tests/wpt/metadata/css/css-backgrounds/background-size-021.html.ini
    • tests/wpt/metadata/css/css-backgrounds/css3-background-size-contain.html.ini
    • tests/wpt/web-platform-tests/css/css-backgrounds/background-repeat/gradient-repeat-spaced-with-borders.html
    • tests/wpt/web-platform-tests/css/css-backgrounds/background-repeat/reference/gradient-repeat-spaced-with-borders.html