Builder linux-rel-wpt Build #8576
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 9c6d9f612eab36e1c3a88f7ef72f2d9b699b563d |
| Got Revision | 9c6d9f612eab36e1c3a88f7ef72f2d9b699b563d |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 secs )
- - no logs -
-
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 )
- - no logs -
-
shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
-
compile ran build --release --with-debug-assertions ( 11 mins, 55 secs )
- - no logs -
-
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, 6 secs )
- - no logs -
-
shell__4 './mach filter-intermittents ...' ( 13 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 | 8576 | Build |
| codebase | Build | |
| got_revision | 9c6d9f612eab36e1c3a88f7ef72f2d9b699b563d | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 9c6d9f612eab36e1c3a88f7ef72f2d9b699b563d | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux2 | BuildSlave |
| warnings-count | 0 | 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 | Wed Apr 25 00:05:13 2018 |
| End | Wed Apr 25 00:32:54 2018 |
| Elapsed | 27 mins, 40 secs |
All Changes:
:
Change #79474
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Tue 24 Apr 2018 23:59:38 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 9c6d9f612eab36e1c3a88f7ef72f2d9b699b563d Comments
Auto merge of #20687 - kwonoj:fix-capture-wr-guard, r=KiChjang fix(browser): do not omit unexpected keyevent <!-- Please describe your changes on the following line: --> - closes #20681 This PR intends to fix regression caused by changes I created in #20315. In code, it matches keyevent aggressively for any pattern includes `Some('3')`, ends up actual key event does not bubbles up. This PR applies correct pattern guard to pick up specific keyevent only, other events falls back to default patterns. --- <!-- 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 - [ ] `./mach build-geckolib` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20681 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ - manually verified 1. typing `3` in input field works 2. ctrl-shift-3 create webrender capture (verified on mac os) <!-- 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/20687) <!-- Reviewable:end -->Changed files
- ports/servo/browser.rs