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

Builder linux-rel-wpt Build #7026

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux3

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 ( 22 mins, 51 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 ( 16 mins, 2 secs )
    1. wpt-errorsummary.log
  9. shell__2 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. 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 auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 7026 Build
codebase Build
got_revision 72e7f6095e56ca6230651fc73bced8b460487569 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 72e7f6095e56ca6230651fc73bced8b460487569 Build
scheduler servo-auto Scheduler
slavename servo-linux3 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:

StartThu Nov 23 01:56:05 2017
EndThu Nov 23 02:35:22 2017
Elapsed39 mins, 16 secs

All Changes:

:

  1. Change #68977

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 23 Nov 2017 01:56:04
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 72e7f6095e56ca6230651fc73bced8b460487569

    Comments

    Auto merge of #19330 - Eijebong:sanitize_color, r=KiChjang
    
    Add a sanitize_value implementation for the color input
    
    I had to change the test a little bit to avoid some failures due to
    color and text both having a sanitizedValue which was making the test
    use the first assertion instead of the second one in some cases.
    
    The sanitize_value implementation is pretty simple, we iterate over the
    content and checks that the content is 7 characters long, that the first
    character is a `#` and then that all the following characters are
    hexadecimal. If all those requirements are met, we lowercase the
    content, otherwise we put `#000000` in it.
    
    <!-- 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/19330)
    <!-- Reviewable:end -->

    Changed files

    • components/atoms/static_atoms.txt
    • components/script/dom/htmlinputelement.rs
    • tests/wpt/metadata/MANIFEST.json
    • tests/wpt/metadata/html/semantics/forms/the-input-element/color.html.ini
    • tests/wpt/metadata/html/semantics/forms/the-input-element/type-change-state.html.ini
    • tests/wpt/metadata/html/semantics/forms/the-input-element/valueMode.html.ini
    • tests/wpt/web-platform-tests/html/semantics/forms/the-input-element/type-change-state.html