Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/test/
Dtest.go1318 type runTestActor struct { struct
1319 c runCache
1325 writeCoverMetaAct *work.Action
1328 prev <-chan struct{} // wait to start until prev is closed
1329 next chan<- struct{} // close next once the next test can start.
1356 func (r *runTestActor) Act(b *work.Builder, ctx context.Context, a *work.Action) error {