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

Builder linux-rel-wpt Build #4980

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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 ...' ( 8 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 16 mins, 47 secs )
    1. warnings (1)
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --always-succeed ( 12 mins, 58 secs )
    1. - no logs -
  9. shell__2 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 11 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 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:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartTue Jul 11 23:32:56 2017
EndWed Jul 12 00:03:08 2017
Elapsed30 mins, 12 secs

All Changes:

:

  1. Change #54271

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