Home | History | Annotate | Download | only in testing

Lines Matching refs:deps

780 	deps       testDeps
801 func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {
803 deps: deps,
822 testRan, testOk := runTests(m.deps.MatchString, m.tests)
823 exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)
828 if !testOk || !exampleOk || !runBenchmarks(m.deps.MatchString, m.benchmarks) || race.Errors() > 0 {
906 if err := m.deps.StartCPUProfile(f); err != nil {
941 m.deps.StopCPUProfile() // flushes profile to disk
953 if err = m.deps.WriteHeapProfile(f); err != nil {
965 if err = m.deps.WriteProfileTo("block", f, 0); err != nil {
977 if err = m.deps.WriteProfileTo("mutex", f, 0); err != nil {