Builder linux-rel-wpt Build #7398
Results:
Failed shell__2
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | f6111c52e0afadb47f6f0a662cb45d89a109c06e |
| Got Revision | f6111c52e0afadb47f6f0a662cb45d89a109c06e |
| Changes | 1 change |
BuildSlave:
servo-linux4Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 9 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 ...' ( 9 secs )
-
compile ran build --release --with-debug-assertions ( 22 mins, 37 secs )
- - no logs -
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 18 mins, 5 secs )
-
shell__2 './mach filter-intermittents ...' failed ( 1 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Mon Jan 1 22:15:56 2018 |
| End | Mon Jan 1 22:57:08 2018 |
| Elapsed | 41 mins, 12 secs |
All Changes:
:
Change #70887
Category None Changed by bors-servo <lbergstrom+bors@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:  <!-- 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