Home
last modified time | relevance | path

Searched refs:longName (Results 1 – 1 of 1) sorted by relevance

/util/
A Dall_tests.go295 func (t test) longName() string { func
406 fmt.Printf("%s\n", test.longName())
409 testOutput.AddSkip(test.longName())
411 fmt.Printf("%s\n", test.longName())
414 testOutput.AddResult(test.longName(), "CRASH", testResult.Error)
416 fmt.Printf("%s\n", test.longName())
419 testOutput.AddResult(test.longName(), "FAIL", nil)
422 testOutput.AddResult(test.longName(), "PASS", nil)

Completed in 17 milliseconds