- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for RunTests (0.06 seconds)
-
cmd/leak-detect_test.go
continue } stack := strings.TrimSpace(sl[1]) // ignore the testing go routine. // since the tests will be invoking the leaktest it would contain the test go routine. if strings.HasPrefix(stack, "testing.RunTests") { continue } // Ignore the following go routines. // testing and run time go routines should be ignored, only the application generated go routines should be taken into account. if isIgnoredStackFn(stack) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 5.2K bytes - Click Count (0) -
api/go1.txt
pkg testing, func RunBenchmarks(func(string, string) (bool, error), []InternalBenchmark) pkg testing, func RunExamples(func(string, string) (bool, error), []InternalExample) bool pkg testing, func RunTests(func(string, string) (bool, error), []InternalTest) bool pkg testing, func Short() bool pkg testing, method (*B) Error(...interface{}) pkg testing, method (*B) Errorf(string, ...interface{})
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)