Lines Matching refs:Errorf
72 t.Errorf("File list does not match.")
73 t.Errorf(" got: %v", names)
74 t.Errorf("expected: %v", expected)
81 t.Errorf("Error reading file: %v", err)
86 t.Errorf("Contents of %v does not match.", name)
87 t.Errorf(" got: %v", data)
88 t.Errorf("expected: %v", expected)
127 t.Errorf("Expected process to exit with status 42, got %v", err)
149 t.Errorf("Expected process to exit with status 1, got %v", err)
164 t.Errorf("Expected process to exit cleanly, got %v", err)
172 t.Errorf("Unexpected panic: %#v", p)
177 t.Errorf("Expected %q, but got %q", "Test", err.Error())
181 t.Errorf("Should not get here")
188 t.Errorf("Panic not thrown")
190 t.Errorf("Expected %q, but got %#v", "Test", p)
194 t.Errorf("Recover function should not be called")
197 t.Errorf("Should not get here")
203 t.Errorf("Panic not thrown")
207 t.Errorf("Recover function should not be called")
211 t.Errorf("Should not get here")