Builder linux-rel-wpt Build #9257
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 9c7891cd42978ff1e897cedb5b43f26a444c8f3d |
| Got Revision | 9c7891cd42978ff1e897cedb5b43f26a444c8f3d |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
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 ...' ( 11 secs )
-
shell__2 './mach clean-cargo-cache ...' ( 0 secs )
-
shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
-
compile ran build --release --with-debug-assertions warnings ( 3 mins, 52 secs )
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 15 mins, 5 secs )
- - no logs -
-
shell__4 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Mon Jul 30 10:33:46 2018 |
| End | Mon Jul 30 10:53:11 2018 |
| Elapsed | 19 mins, 24 secs |
All Changes:
:
Change #86397
Category None Changed by bors-servo <lbergstrom+bors@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