Update vendored dependencies
This includes github.com/kurin/blazer 0.2.0, which resolves #1291
This commit is contained in:
parent
ba23d24dd1
commit
61cb1cc6f8
1044 changed files with 203022 additions and 97709 deletions
8
vendor/google.golang.org/api/toolresults/v1beta3/toolresults-api.json
generated
vendored
8
vendor/google.golang.org/api/toolresults/v1beta3/toolresults-api.json
generated
vendored
|
@ -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",
|
||||
|
|
7
vendor/google.golang.org/api/toolresults/v1beta3/toolresults-gen.go
generated
vendored
7
vendor/google.golang.org/api/toolresults/v1beta3/toolresults-gen.go
generated
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue