Builder linux-rel-wpt Build #7026
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 72e7f6095e56ca6230651fc73bced8b460487569 |
| Got Revision | 72e7f6095e56ca6230651fc73bced8b460487569 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 10 secs )
-
compile ran build --release --with-debug-assertions ( 22 mins, 51 secs )
- - no logs -
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 1 --always-succeed ( 16 mins, 2 secs )
-
shell__2 './mach filter-intermittents ...' ( 0 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 8 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| 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:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Thu Nov 23 01:56:05 2017 |
| End | Thu Nov 23 02:35:22 2017 |
| Elapsed | 39 mins, 16 secs |
All Changes:
:
Change #68977
Category None Changed by bors-servo <lbergstrom+bors@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