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

Builder linux-rel-wpt Build #8571

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux6

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ...' ( 11 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions ( 11 mins, 27 secs )
    1. - no logs -
  9. test ran test-wpt-failure ( 0 secs )
    1. stdio
  10. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 17 mins, 15 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' ( 14 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  12. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
    1. 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 8571 Build
codebase Build
got_revision c5f7c9ccf33fac4bf2c1750e7040b76216fc912c Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c5f7c9ccf33fac4bf2c1750e7040b76216fc912c Build
scheduler servo-auto Scheduler
slavename servo-linux6 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 Apr 23 16:13:34 2018
EndMon Apr 23 16:43:00 2018
Elapsed29 mins, 25 secs

All Changes:

:

  1. Change #79428

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 23 Apr 2018 16:13:32
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision c5f7c9ccf33fac4bf2c1750e7040b76216fc912c

    Comments

    Auto merge of #20676 - fabricedesre:ime-embedding, r=cbrewster
    
    Notify the embedder when it should display or hide an IME
    
    <!-- Please describe your changes on the following line: -->
    This adds a couple of embedder messages triggered when an editable element is focused or blured. The embedder also gets the type of data to edit so it can display a different keyboard type or a custom input method eg. for color choosing.
    
    This is a partial fix for issue #12127
    
    ---
    <!-- 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 build-geckolib` does not report any errors
    - [X] `./mach test-tidy` does not report any errors
    - [ ] These changes fix #__ (github issue number if applicable).
    
    <!-- Either: -->
    - [ ] There are tests for these changes OR
    - [X] These changes do not require tests because there are no tests for the embedding api :(
    
    <!-- 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/20676)
    <!-- Reviewable:end -->

    Changed files

    • components/compositing/compositor_thread.rs
    • components/constellation/constellation.rs
    • components/msg/constellation_msg.rs
    • components/script/dom/document.rs
    • components/script/dom/element.rs
    • components/script/dom/htmlinputelement.rs
    • components/script_traits/script_msg.rs
    • ports/servo/browser.rs