Home | History | Annotate | Download | only in testing

Lines Matching refs:skipped

20 // Tests and benchmarks may be skipped if not applicable with a call to
289 skipped bool // Test of benchmark has been skipped.
291 helpers map[string]struct{} // functions to be skipped when writing file/line info
456 Skipped() bool
612 // SkipNow marks the test as having been skipped and stops its execution
614 // If a test fails (see Error, Errorf, Fail) and is then skipped,
629 c.skipped = true
632 // Skipped reports whether the test was skipped.
633 func (c *common) Skipped() bool {
636 return c.skipped
640 // When printing file and line information, that function will be skipped.
1002 if t.Skipped() {