Lines Matching refs:Errorf
140 t.Errorf("incorrect ninja string:")
141 t.Errorf(" input: %q", testCase.input)
142 t.Errorf(" expected: %#v", expected)
143 t.Errorf(" got: %#v", output)
151 t.Errorf("unexpected error:")
152 t.Errorf(" input: %q", testCase.input)
153 t.Errorf(" expected: %q", testCase.err)
154 t.Errorf(" got: %q", errStr)
174 t.Errorf("incorrect output:")
175 t.Errorf(" input: %q", input)
176 t.Errorf(" expected: %#v", expect)
177 t.Errorf(" got: %#v", output)