Builder linux-rel-wpt Build #7507
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | afe298b53d91226d61a2ca7955b9c1d3d233a194 |
| Got Revision | afe298b53d91226d61a2ca7955b9c1d3d233a194 |
| Changes | 1 change |
BuildSlave:
servo-linux5Reason:
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 ( 20 mins, 59 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, 1 secs )
-
shell__2 './mach filter-intermittents ...' ( 1 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 9 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 7507 | Build |
| codebase | Build | |
| got_revision | afe298b53d91226d61a2ca7955b9c1d3d233a194 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | afe298b53d91226d61a2ca7955b9c1d3d233a194 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux5 | 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 | Wed Jan 10 04:29:54 2018 |
| End | Wed Jan 10 05:07:20 2018 |
| Elapsed | 37 mins, 25 secs |
All Changes:
:
Change #71577
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Wed 10 Jan 2018 04:29:54 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision afe298b53d91226d61a2ca7955b9c1d3d233a194 Comments
Auto merge of #19730 - NLincoln:19172-number-input-type-validations, r=KiChjang number input type validations I used rust's builtin float parser to implement this. Rust's parser is more permissive than what browsers support (in this case), so I added some code to handle those edge cases. This passes all the prewritten test cases locally, but I fell asleep last night before updating the manifests :sweat_smile: --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes are part of #19172 <!-- Either: --> - [X] There are tests for these changes <!-- 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/19730) <!-- Reviewable:end -->
Changed files
- components/script/dom/bindings/str.rs
- components/script/dom/htmlinputelement.rs
- tests/wpt/metadata/html/semantics/forms/the-input-element/number.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