Searched refs:matchError (Results 1 – 2 of 2) sorted by relevance
/third_party/grpc/tools/http2_interop/ |
D | http2interop_test.go | 93 matchError(t, err, "EOF") 105 matchError(t, err, "EOF") 127 matchError(t, err, "EOF") 137 matchError(t, err, "EOF", "broken pipe") 149 matchError(t, err, "EOF", "server selected unsupported protocol") 159 matchError(t, err, "EOF", "Got goaway frame") 162 func matchError(t *testing.T, err error, matches ...string) { func
|
D | s6.5_test.go | 28 matchError(t, err, "Got goaway frame")
|