Home | History | Annotate | Download | only in dist

Lines Matching full:testname

246 	testName := "go_test:" + pkg
247 if t.runRx == nil || t.runRx.MatchString(testName) {
251 name: testName,
278 testName := "go_test_bench:" + pkg
279 if t.runRx == nil || t.runRx.MatchString(testName) {
283 name: testName,
348 testName := "runtime:cpu124"
350 name: testName,
479 // isRegisteredTestName reports whether a test named testName has already
481 func (t *tester) isRegisteredTestName(testName string) bool {
483 if tt.name == testName {