Searched refs:testNotParallel (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | transport_test.go | 735 testNotParallel, // because test uses SetPendingDialHooks 979 run(t, testTransportHeadChunkedResponse, []testMode{http1Mode}, testNotParallel) 1895 run(t, testTransportPersistConnLeak, testNotParallel) 1969 run(t, testTransportPersistConnLeakShortBody, testNotParallel) 2242 run(t, testIssue3595, testNotParallel) 2311 run(t, testTransportConcurrency, testNotParallel, []testMode{http1Mode}) 3433 run(t, testIdleConnChannelLeak, []testMode{http1Mode}, testNotParallel) 3649 run(t, testTransportNoReuseAfterEarlyResponse, []testMode{http1Mode}, testNotParallel) 3770 run(t, testRetryRequestsOnError, testNotParallel, []testMode{http1Mode}) 4332 run(t, testConnClosedBeforeRequestIsWritten, testNotParallel, []testMode{http1Mode}) [all …]
|
D | serve_test.go | 2741 }, testNotParallel) 2901 }, testNotParallel) 2907 }, testNotParallel) 3273 run(t, testServerGracefulClose, []testMode{http1Mode}, testNotParallel) 4118 run(t, testTransportAndServerSharedBodyRace, testNotParallel)
|
D | clientserver_test.go | 49 testNotParallel = testNotParallelOpt{} var 1256 }, testNotParallel)
|
D | fs_test.go | 1234 }, testNotParallel)
|