Builder linux-rel-wpt Build #4980
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | bc44246fc682d9f2362eaca6bba07b45c293eb42 |
| Got Revision | bc44246fc682d9f2362eaca6bba07b45c293eb42 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 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 ...' ( 8 secs )
-
compile ran build --release --with-debug-assertions warnings ( 16 mins, 47 secs )
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --always-succeed ( 12 mins, 58 secs )
- - no logs -
-
shell__2 './mach filter-intermittents ...' ( 1 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 11 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 4980 | Build |
| codebase | Build | |
| got_revision | bc44246fc682d9f2362eaca6bba07b45c293eb42 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | bc44246fc682d9f2362eaca6bba07b45c293eb42 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | BuildSlave |
| warnings-count | 1 | 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 | Tue Jul 11 23:32:56 2017 |
| End | Wed Jul 12 00:03:08 2017 |
| Elapsed | 30 mins, 12 secs |
All Changes:
:
Change #54271
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Tue 11 Jul 2017 23:32:56 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision bc44246fc682d9f2362eaca6bba07b45c293eb42 Comments
Auto merge of #17364 - asajeffrey:script-paint-worklets-properties, r=jdm Implement paint worklet properties <!-- Please describe your changes on the following line: --> This is the final PR to get basic paint worklet support. It adds support for paint worklet properties (https://drafts.css-houdini.org/css-paint-api/#paint-definition-input-properties). When a paint worklet is registered, it specifies a list of CSS properties, and is provided with their computed values when it is invoked. This is a dependent PR: * "Implemented paint worklets invoking worklet scripts" is #17239. * "Implemented paint worklets rendering contexts" is #17326. There should be tests added for this, hopefully the existing wpt houdini tests. --- <!-- 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 #16839 - [x] There are tests for these changes <!-- 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/17364) <!-- Reviewable:end -->
Changed files
- Cargo.lock
- components/layout/Cargo.toml
- components/layout/context.rs
- components/layout/display_list_builder.rs
- components/layout/lib.rs
- components/layout_thread/Cargo.toml
- components/layout_thread/lib.rs
- components/script/dom/cssstylevalue.rs
- components/script/dom/mod.rs
- components/script/dom/paintworkletglobalscope.rs
- components/script/dom/stylepropertymapreadonly.rs
- components/script/dom/testworkletglobalscope.rs
- components/script/dom/webidls/CSSStyleValue.webidl
- components/script/dom/webidls/StylePropertyMapReadOnly.webidl
- components/script/dom/window.rs
- components/script/dom/worklet.rs
- components/script/dom/workletglobalscope.rs
- components/script/script_thread.rs
- components/script_layout_interface/Cargo.toml
- components/script_layout_interface/lib.rs
- components/script_layout_interface/message.rs
- components/script_traits/lib.rs
- components/style/servo/restyle_damage.rs
- tests/wpt/mozilla/meta/MANIFEST.json
- tests/wpt/mozilla/meta/mozilla/css-paint-api/background-image-tiled.html.ini
- tests/wpt/mozilla/meta/mozilla/css-paint-api/invalid-image-constructor-error.html.ini
- tests/wpt/mozilla/meta/mozilla/css-paint-api/invalid-image-paint-error.html.ini
- tests/wpt/mozilla/meta/mozilla/css-paint-api/invalid-image-pending-script.html.ini
- tests/wpt/mozilla/tests/mozilla/css-paint-api/resources/html5.png