Builder linux-rel-wpt Build #6894
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | try |
| Revision | 4a8e0ac91b3e95145571dca4b6f088de4a576f5a |
| Got Revision | 4a8e0ac91b3e95145571dca4b6f088de4a576f5a |
| Changes | 1 change |
BuildSlave:
servo-linux2Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 8 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 ...' ( 10 secs )
-
compile ran build --release --with-debug-assertions ( 22 mins, 35 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 ( 18 mins, 41 secs )
-
shell__2 './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 | try | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 6894 | Build |
| codebase | Build | |
| got_revision | 4a8e0ac91b3e95145571dca4b6f088de4a576f5a | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 4a8e0ac91b3e95145571dca4b6f088de4a576f5a | 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 | Mon Nov 13 20:47:15 2017 |
| End | Mon Nov 13 21:29:02 2017 |
| Elapsed | 41 mins, 47 secs |
All Changes:
:
Change #67808
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 13 Nov 2017 20:47:14 Repository https://github.com/servo/servo Project servo/servo Branch try Revision 4a8e0ac91b3e95145571dca4b6f088de4a576f5a Comments
Auto merge of #18183 - shinglyu:availheight, r=<try> Enable screen.width/height/availWidth/availHeight <!-- Please describe your changes on the following line: --> Support screen.width/height/availWidth/availHeight using information from glutin. r?@paulrouget Since glutin don't have `availWidth` and `availHeight` information, I let them fallback to `width` and `height`. If that's not acceptable in terms of webcompat, I can remove that part. There are some test failures on wpt css about mutating screen.width/height should throw exception, but I can't reproduce that behavior on other major browser, so I keep them disabled. Also there are some media query issues, but I believe that's due to some test harness problem on my test machine. --- <!-- 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 fix #18062 (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes in wpt cssom-view - [ ] These changes do not require tests because _____ <!-- 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/18183) <!-- Reviewable:end -->
Changed files
- components/compositing/compositor_thread.rs
- components/compositing/windowing.rs
- components/constellation/constellation.rs
- components/script/dom/screen.rs
- components/script/dom/webidls/Screen.webidl
- components/script_traits/script_msg.rs
- components/servo/lib.rs
- ports/cef/types.rs
- ports/cef/window.rs
- ports/glutin/window.rs
- tests/wpt/metadata/css/cssom-view/cssom-view-window-screen-interface.html.ini
- tests/wpt/metadata/css/cssom-view/interfaces.html.ini
- tests/wpt/metadata/css/cssom-view/window-screen-height-immutable.html.ini
- tests/wpt/metadata/css/cssom-view/window-screen-height.html.ini
- tests/wpt/metadata/css/cssom-view/window-screen-width-immutable.html.ini
- tests/wpt/metadata/css/cssom-view/window-screen-width.html.ini