Home
last modified time | relevance | path

Searched defs:TestRunMeta (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/infra/cts/
Drun_testlab.go407 type TestRunMeta struct { struct
408 ID string `json:"id"`
409 TS int64 `json:"timeStamp"`
410 Devices []*DeviceVersions `json:"devices"`
411 IgnoredDevices []*DeviceVersions `json:"ignoredDevices"`
412 ExitCode int `json:"exitCode"`
418 func (t *TestRunMeta) writeToGCS(gcsPath string, client *http.Client) error {