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

Builder linux-rel-css Build #6868

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchtry
Revision4a8e0ac91b3e95145571dca4b6f088de4a576f5a
Got Revision4a8e0ac91b3e95145571dca4b6f088de4a576f5a
Changes1 change

BuildSlave:

servo-linux6

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 ...' ( 10 secs )
    1. stdio
  6. compile ran build --release --with-debug-assertions ( 19 mins, 57 secs )
    1. - no logs -
  7. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 10 mins, 18 secs )
    1. - no logs -
  8. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  9. compile__1 ran build-geckolib --release warnings ( 7 mins, 52 secs )
    1. warnings (4)
  10. test__1 ran test-stylo --release ( 1 mins, 0 secs )
    1. - no logs -
  11. shell__3 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__4 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch try Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 6868 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-linux6 BuildSlave
warnings-count 4 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartMon Nov 13 20:47:15 2017
EndMon Nov 13 21:26:40 2017
Elapsed39 mins, 24 secs

All Changes:

:

  1. Change #67808

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@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