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

Builder linux-rel-css Build #2126

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision67c182638253211553161495cd2e4570002fd5bc
Got Revision67c182638253211553161495cd2e4570002fd5bc
Changes1 change

BuildSlave:

servo-linux2

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. - no logs -
  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. compile ran build --release --with-debug-assertions warnings ( 23 mins, 0 secs )
    1. warnings (1)
  6. test ran test-css --release --processes 16 --always-succeed ( 12 mins, 58 secs )
    1. css-errorsummary.log
  7. shell__1 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-css-errorsummary.log
    3. intermittents.log
  8. compile__1 ran build-cef --release --with-debug-assertions ( 52 secs )
    1. stdio
  9. compile__2 ran build-geckolib --release warnings ( 3 mins, 43 secs )
    1. warnings (6)
  10. test__1 ran test-stylo --release warnings ( 2 mins, 26 secs )
    1. warnings (4)
  11. shell__2 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  12. shell__3 'bash ./etc/ci/manifest_changed.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-css slave
buildername linux-rel-css Builder
buildnumber 2126 Build
codebase Build
got_revision 67c182638253211553161495cd2e4570002fd5bc Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 67c182638253211553161495cd2e4570002fd5bc Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 11 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSun Jan 29 04:38:33 2017
EndSun Jan 29 05:21:41 2017
Elapsed43 mins, 7 secs

All Changes:

:

  1. Change #34782

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sun 29 Jan 2017 04:38:33
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 67c182638253211553161495cd2e4570002fd5bc

    Comments

    Auto merge of #15120 - asajeffrey:script-windows-share-browsing-contexts, r=jdm
    
    Allow windows to share browsing contexts.
    
    <!-- Please describe your changes on the following line: -->
    
    This PR allows different `Window` objects in the same browsing context to share a `BrowsingContext` object.
    
    SpiderMonkey requires a `WindowProxy` object to be in the same compartment as its `Window`, so when a `WindowProxy` changes `Window`, we have to brain-transplant it. In turn this requires the reflector of a `BrowsingContext` to be mutable.
    
    ---
    <!-- 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 #13608 and #14843
    - [X] These changes do not require tests because an existing test catches this (`/html/browsers/the-window-object/Window-document.html` is now `PASS`)
    
    <!-- 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/15120)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/browsingcontext.rs
    • components/script/dom/document.rs
    • components/script/dom/domimplementation.rs
    • components/script/dom/domparser.rs
    • components/script/dom/extendablemessageevent.rs
    • components/script/dom/imagedata.rs
    • components/script/dom/messageevent.rs
    • components/script/dom/node.rs
    • components/script/dom/servoparser/mod.rs
    • components/script/dom/vreyeparameters.rs
    • components/script/dom/vrframedata.rs
    • components/script/dom/vrpose.rs
    • components/script/dom/vrstageparameters.rs
    • components/script/dom/window.rs
    • components/script/dom/xmldocument.rs
    • components/script/dom/xmlhttprequest.rs
    • components/script/script_thread.rs
    • tests/wpt/metadata/html/browsers/the-window-object/Window-document.html.ini