Lines Matching defs:T
18 func TestOmitFallbackCompileForSuccessfulCall(t *testing.T) {
27 func TestOmitFallbackCompileForGeneralError(t *testing.T) {
45 func TestCompileWithFallbackForNonZeroExitCode(t *testing.T) {
71 func TestCompileWithFallbackForwardStdoutAndStderr(t *testing.T) {
98 func TestForwardGeneralErrorWhenFallbackCompileFails(t *testing.T) {
121 func TestForwardExitCodeWhenFallbackCompileFails(t *testing.T) {
141 func TestForwardStdinToFallbackCompile(t *testing.T) {
164 func TestCompileWithFallbackExtraArgs(t *testing.T) {
213 func TestCompileWithFallbackLogCommandAndErrors(t *testing.T) {
248 func TestCompileWithFallbackAppendToLog(t *testing.T) {
274 func withCompileWithFallbackTestContext(t *testing.T, work func(ctx *testContext)) {