Builder linux-rel-wpt Build #6960
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | try |
| Revision | a82585db05baa68a31b219d1d333f78ab1395d71 |
| Got Revision | a82585db05baa68a31b219d1d333f78ab1395d71 |
| Changes | 1 change |
BuildSlave:
servo-linux4Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 7 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, 27 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 ( 14 mins, 54 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 | try | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 6960 | Build |
| codebase | Build | |
| got_revision | a82585db05baa68a31b219d1d333f78ab1395d71 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | a82585db05baa68a31b219d1d333f78ab1395d71 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux4 | 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 | Sat Nov 18 08:44:01 2017 |
| End | Sat Nov 18 09:21:50 2017 |
| Elapsed | 37 mins, 48 secs |
All Changes:
:
Change #68424
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Sat 18 Nov 2017 08:44:00 Repository https://github.com/servo/servo Project servo/servo Branch try Revision a82585db05baa68a31b219d1d333f78ab1395d71 Comments
Auto merge of #19274 - Manishearth:xhr-cancel, r=<try> Fetch cancellation This PR implements cancellation for fetch, and uses it for XHR. This means that fetch clients can now send a message to the fetch task asking for the network request to be aborted. Previously, clients like XHR had abort functionality but would implement it by simply ignoring future messages from the network task; and would not actually cancel the network fetch. <!-- 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/19274) <!-- Reviewable:end -->
Changed files
- components/constellation/network_listener.rs
- components/net/fetch/methods.rs
- components/net/http_loader.rs
- components/net/resource_thread.rs
- components/net_traits/lib.rs
- components/script/document_loader.rs
- components/script/dom/eventsource.rs
- components/script/dom/xmlhttprequest.rs
- components/script/fetch.rs
- tests/unit/net/fetch.rs
- tests/unit/net/lib.rs