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

Builder linux-rel-wpt Build #9257

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

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 ...' ( 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 warnings ( 3 mins, 52 secs )
    1. warnings (1)
  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 ( 15 mins, 5 secs )
    1. - no logs -
  11. shell__4 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.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 9257 Build
codebase Build
got_revision 9c7891cd42978ff1e897cedb5b43f26a444c8f3d Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 9c7891cd42978ff1e897cedb5b43f26a444c8f3d Build
scheduler servo-auto Scheduler
slavename servo-linux2 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:

StartMon Jul 30 10:33:46 2018
EndMon Jul 30 10:53:11 2018
Elapsed19 mins, 24 secs

All Changes:

:

  1. Change #86397

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Mon 30 Jul 2018 10:33:40
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 9c7891cd42978ff1e897cedb5b43f26a444c8f3d

    Comments

    Auto merge of #21250 - paulrouget:fixkeys, r=jdm
    
    Refactor winit key handling
    
    This should improve keys input on Linux and Windows.
    Should fix #17146 and #21161
    
    Tested Mac, Windows and Linux. Basic typing works, combo work, text navigation works. I hit some strange issues where sometimes the text would be displayed late, but I believe it is unrelated to this PR.
    
    If we land that now, we will hit a regression on Mac, we need a winit update that includes https://github.com/tomaka/winit/pull/610.
    
    @kwonoj and @atouchet I'd appreciate if you could look at this.
    
    <!-- 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/21250)
    <!-- Reviewable:end -->

    Changed files

    • components/servo/lib.rs
    • ports/servo/browser.rs
    • ports/servo/glutin_app/keyutils.rs
    • ports/servo/glutin_app/window.rs