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

Builder linux-rel-wpt Build #7398

Results:

Failed shell__2

SourceStamp:

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

BuildSlave:

servo-linux4

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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. shell__1 './mach clean-nightlies ...' ( 9 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 22 mins, 37 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 5 secs )
    1. wpt-errorsummary.log
  9. shell__2 './mach filter-intermittents ...' failed ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. stdio
    2. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 7398 Build
codebase Build
got_revision f6111c52e0afadb47f6f0a662cb45d89a109c06e Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision f6111c52e0afadb47f6f0a662cb45d89a109c06e Build
scheduler servo-auto Scheduler
slavename servo-linux4 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartMon Jan 1 22:15:56 2018
EndMon Jan 1 22:57:08 2018
Elapsed41 mins, 12 secs

All Changes:

:

  1. Change #70887

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 01 Jan 2018 22:15:55
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision f6111c52e0afadb47f6f0a662cb45d89a109c06e

    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/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