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

Builder linux-rel-wpt Build #6868

Results:

Failed shell__2

SourceStamp:

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

BuildSlave:

servo-linux5

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 4 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 ( 20 mins, 39 secs )
    1. - no logs -
  7. test ran test-wpt-failure ( 0 secs )
    1. stdio
  8. test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 14 mins, 20 secs )
    1. - no logs -
  9. shell__2 './mach filter-intermittents ...' failed ( 0 secs )
    1. stdio
    2. intermittents.log
  10. test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
    1. stdio
    2. wpt-mp-errorsummary.log

Build Properties:

NameValueSource
branch try Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 6868 Build
codebase Build
got_revision db311974f63a2dc17c821f2c318c2e5379a275cd Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision db311974f63a2dc17c821f2c318c2e5379a275cd Build
scheduler servo-auto Scheduler
slavename servo-linux5 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Nov 12 09:13:35 2017
EndSun Nov 12 09:49:00 2017
Elapsed35 mins, 24 secs

All Changes:

:

  1. Change #67584

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 12 Nov 2017 09:13:34
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch try
    Revision db311974f63a2dc17c821f2c318c2e5379a275cd

    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