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

Builder linux-rel-css Build #469

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux1

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. - no logs -
  2. generic generic ( 0 secs )
    1. - no logs -
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release warnings ( 16 mins, 0 secs )
    1. warnings (13)
  5. test ran test-css --release --processes 16 ( 14 mins, 5 secs )
    1. css-errorsummary.log
  6. compile ran build-cef --release ( 45 secs )
    1. stdio
  7. compile ran build-geckolib --release warnings ( 3 mins, 22 secs )
    1. warnings (5)
  8. test ran test-stylo --release warnings ( 2 mins, 26 secs )
    1. warnings (3)
  9. shell 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell '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 469 Build
codebase Build
got_revision fbec79e920c0b0ddeaeeb6c0cc97b20ad85729e0 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision fbec79e920c0b0ddeaeeb6c0cc97b20ad85729e0 Build
scheduler servo-auto Scheduler
slavename servo-linux1 BuildSlave
warnings-count 21 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartFri Oct 28 03:11:40 2016
EndFri Oct 28 03:48:25 2016
Elapsed36 mins, 45 secs

All Changes:

:

  1. Change #23856

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Fri 28 Oct 2016 02:43:27
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision fbec79e920c0b0ddeaeeb6c0cc97b20ad85729e0

    Comments

    Auto merge of #13872 - anholt:webgl-fbo, r=emilio
    
    webgl: Add basic support for framebuffer attachments
    
    This is by no means a complete implementation, but I've slowed down on working on it, so I think we should look at what it takes to merge the current code.  There are some major features missing, like initializing renderbuffers to 0 (uninitialized memory leak), tracking the attachments' attributes (width/height/format) for parameter requests, and lots of missing glCheckFramebufferStatus() validation.  On the other hand, this is enough to run some demos using FBOs.
    
    ---
    <!-- 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 #13639 (github issue number if applicable).
    
    <!-- Either: -->
    - [X] There are tests for these changes OR
    - [ ] These changes do not require tests because _____
    
    <!-- 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/13872)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/webglframebuffer.rs
    • components/script/dom/webglrenderbuffer.rs
    • components/script/dom/webglrenderingcontext.rs
    • components/script/dom/webidls/WebGLRenderingContext.webidl
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/buffers/index-validation.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/incorrect-context-object-behaviour.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/context/methods.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/bad-arguments-test.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/error-reporting.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/invalid-passed-params.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/object-deletion-behaviour.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/misc/uninitialized-test.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-C.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/more/functions/isTests.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/feedback-loop.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/framebuffer-object-attachment.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/renderbuffers/renderbuffer-initialization.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/rendering/gl-scissor-fbo-test.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/copy-tex-image-2d-formats.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/mipmap-fbo.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-attachment-formats.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-copying-feedback-loops.html.ini
    • tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-fakeblack.html.ini