Update vendored dependencies

This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
Alexander Neumann 2017-10-01 10:13:39 +02:00
parent ba23d24dd1
commit 61cb1cc6f8
1044 changed files with 203022 additions and 97709 deletions

View file

@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/aWMF4XLXFbkXgV-B1IIbWLjqgmo\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/UYGCzApTAApQ5LVMe3mi28BTsws\"",
"discoveryVersion": "v1",
"id": "toolresults:v1beta3",
"name": "toolresults",
"canonicalName": "Tool Results",
"version": "v1beta3",
"revision": "20170914",
"revision": "20170925",
"title": "Cloud Tool Results API",
"description": "Reads and publishes results from Firebase Test Lab.",
"ownerDomain": "google.com",
@ -400,7 +400,7 @@
"properties": {
"crashed": {
"type": "boolean",
"description": "If the failure was severe because the system under test crashed."
"description": "If the failure was severe because the system (app) under test crashed."
},
"notInstalled": {
"type": "boolean",
@ -408,7 +408,7 @@
},
"otherNativeCrash": {
"type": "boolean",
"description": "If a native process other than the app crashed."
"description": "If a native process (including any other than the app) crashed."
},
"timedOut": {
"type": "boolean",

View file

@ -858,8 +858,8 @@ func (s *Execution) MarshalJSON() ([]byte, error) {
}
type FailureDetail struct {
// Crashed: If the failure was severe because the system under test
// crashed.
// Crashed: If the failure was severe because the system (app) under
// test crashed.
Crashed bool `json:"crashed,omitempty"`
// NotInstalled: If an app is not installed and thus no test can be run
@ -867,7 +867,8 @@ type FailureDetail struct {
// unsupported platform.
NotInstalled bool `json:"notInstalled,omitempty"`
// OtherNativeCrash: If a native process other than the app crashed.
// OtherNativeCrash: If a native process (including any other than the
// app) crashed.
OtherNativeCrash bool `json:"otherNativeCrash,omitempty"`
// TimedOut: If the test overran some time limit, and that is why it