Home
last modified time | relevance | path

Searched defs:testContext (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/testing/
Dtesting.go1774 type testContext struct { struct
1775 match *matcher
1776 deadline time.Time
1782 isFuzzing bool
1784 mu sync.Mutex
1787 startParallel chan bool
1791 running int
1794 numWaiting int
1797 maxParallel int
1809 func (c *testContext) waitParallel() {
[all …]
Dfuzz.go71 testContext *testContext member
/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dgit_test.go129 func testContext(t testing.TB) context.Context { func
/prebuilts/go/linux-x86/src/net/http/
Dserver.go3639 testContext context.Context member