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

Builder linux-rel-wpt Build #4868

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ...' ( 9 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions warnings ( 18 mins, 52 secs )
    1. warnings (2)
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --always-succeed ( 13 mins, 33 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 4868 Build
codebase Build
got_revision 39da6d46742d67c94f9614212af6dabd6124e5b3 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 39da6d46742d67c94f9614212af6dabd6124e5b3 Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 2 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Jun 30 08:24:26 2017
EndFri Jun 30 08:57:18 2017
Elapsed32 mins, 52 secs

All Changes:

:

  1. Change #53237

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 30 Jun 2017 08:24:25
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 39da6d46742d67c94f9614212af6dabd6124e5b3

    Comments

    Auto merge of #17239 - asajeffrey:script-paint-worklets-invoke-worklet-scripts, r=jdm
    
    Implemented paint worklets invoking worklet scripts.
    
    <!-- Please describe your changes on the following line: -->
    
    Implemented the "invoke a paint callback" functionality of paint worklets (https://drafts.css-houdini.org/css-paint-api/#invoke-a-paint-callback).
    
    This PR does not implement the 2D rendering context, and just generates a placeholder image.
    
    ---
    <!-- 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 do not require tests because we can't write reftests until we have 2D rendering contexts implemented.
    
    <!-- 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/17239)
    <!-- Reviewable:end -->

    Changed files

    • components/layout/display_list_builder.rs
    • components/script/dom/bindings/conversions.rs
    • components/script/dom/mod.rs
    • components/script/dom/paintrenderingcontext2d.rs
    • components/script/dom/paintsize.rs
    • components/script/dom/paintworkletglobalscope.rs
    • components/script/dom/webidls/PaintRenderingContext2D.webidl
    • components/script/dom/webidls/PaintSize.webidl
    • components/script/dom/webidls/PaintWorkletGlobalScope.webidl
    • components/script/dom/worklet.rs
    • components/script/dom/workletglobalscope.rs
    • tests/wpt/mozilla/meta/MANIFEST.json
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_alpha_throws.js
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_arguments_throws.js
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_empty_name.js
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_loading.html
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_no_paint.js
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_not_constructor.js
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_paint_not_callable.js
    • tests/wpt/mozilla/tests/mozilla/worklets/test_paint_worklet_properties_throws.js