test_status

package
v0.0.59 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2021 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TestStatus_name = map[int32]string{
	0:  "NO_RESULT",
	1:  "PASS",
	2:  "PASS_WITH_ERRORS",
	3:  "PASS_WITH_SKIPS",
	4:  "RUNNING",
	5:  "CATEGORIZED_ABORT",
	6:  "UNKNOWN",
	7:  "CANCEL",
	8:  "BLOCKED",
	9:  "TIMED_OUT",
	10: "CATEGORIZED_FAIL",
	11: "BUILD_FAIL",
	12: "FAIL",
	13: "FLAKY",
	14: "TOOL_FAIL",
	15: "BUILD_PASSED",
}
View Source
var TestStatus_value = map[string]int32{
	"NO_RESULT":         0,
	"PASS":              1,
	"PASS_WITH_ERRORS":  2,
	"PASS_WITH_SKIPS":   3,
	"RUNNING":           4,
	"CATEGORIZED_ABORT": 5,
	"UNKNOWN":           6,
	"CANCEL":            7,
	"BLOCKED":           8,
	"TIMED_OUT":         9,
	"CATEGORIZED_FAIL":  10,
	"BUILD_FAIL":        11,
	"FAIL":              12,
	"FLAKY":             13,
	"TOOL_FAIL":         14,
	"BUILD_PASSED":      15,
}

Functions

This section is empty.

Types

type TestStatus

type TestStatus int32
const (
	// Proto versions of test_status.py's GathererStatus
	// Note that: NO_RESULT is used to signal that there should be no change.
	// This must be updated every time a new GathererStatus is added.
	TestStatus_NO_RESULT         TestStatus = 0
	TestStatus_PASS              TestStatus = 1
	TestStatus_PASS_WITH_ERRORS  TestStatus = 2
	TestStatus_PASS_WITH_SKIPS   TestStatus = 3
	TestStatus_RUNNING           TestStatus = 4
	TestStatus_CATEGORIZED_ABORT TestStatus = 5
	TestStatus_UNKNOWN           TestStatus = 6
	TestStatus_CANCEL            TestStatus = 7
	TestStatus_BLOCKED           TestStatus = 8
	TestStatus_TIMED_OUT         TestStatus = 9
	TestStatus_CATEGORIZED_FAIL  TestStatus = 10
	TestStatus_BUILD_FAIL        TestStatus = 11
	TestStatus_FAIL              TestStatus = 12
	TestStatus_FLAKY             TestStatus = 13
	TestStatus_TOOL_FAIL         TestStatus = 14
	TestStatus_BUILD_PASSED      TestStatus = 15
)

func (TestStatus) EnumDescriptor

func (TestStatus) EnumDescriptor() ([]byte, []int)

func (TestStatus) String

func (x TestStatus) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL