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

Builder linux-rel-css Build #799

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux2

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. stdio
  3. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  4. compile ran build --release --with-debug-assertions warnings ( 20 mins, 6 secs )
    1. warnings (1)
  5. test ran test-css --release --processes 16 ( 17 mins, 21 secs )
    1. css-errorsummary.log
  6. compile__1 ran build-cef --release --with-debug-assertions warnings ( 14 mins, 24 secs )
    1. stdio
    2. warnings (1)
  7. compile__2 ran build-geckolib --release warnings ( 4 mins, 0 secs )
    1. warnings (5)
  8. test__1 ran test-stylo --release warnings ( 2 mins, 49 secs )
    1. warnings (3)
  9. shell__1 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  10. shell__2 '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 799 Build
codebase Build
got_revision f04033a13972faea9efd9689e6949406241ca85f Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision f04033a13972faea9efd9689e6949406241ca85f Build
scheduler servo-auto Scheduler
slavename servo-linux2 BuildSlave
warnings-count 10 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-css slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartSat Nov 12 15:58:49 2016
EndSat Nov 12 16:57:35 2016
Elapsed58 mins, 46 secs

All Changes:

:

  1. Change #26155

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Sat 12 Nov 2016 15:58:48
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision f04033a13972faea9efd9689e6949406241ca85f

    Comments

    Auto merge of #14184 - jmcomets:tab-no-default-action, r=metajack
    
    Return `KeyReaction::Nothing` for a Tab event
    
    Do nothing instead of triggering the default action for a tab event.
    
    Hitting the tab key in an html text input shouldn't submit the form, and for any text input, the tab key should have a particular action associated, not the default action.
    This cleans up #12701.
    
    - [x] `./mach build -d` does not report any errors
    - [x] `./mach test-tidy` does not report any errors
    
    <!-- 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/14184)
    <!-- Reviewable:end -->

    Changed files

    • components/script/dom/htmlinputelement.rs
    • components/script/textinput.rs