Lines Matching refs:Error
56 t.Error("Unexpected error in pkgMap.Path(soong):", err)
58 t.Error("Expected a result from pkgMap.Path(soong)")
65 t.Error("Unexpected error in pkgMap.Path(blueprint):", err)
67 t.Error("Expected a result from pkgMap.Path(blueprint)")
78 t.Error("Expected error if no maps are specified")
81 t.Error("Expected error with blank argument, but none returned")
87 t.Error("Expected error with duplicate package prefix, but none returned")
92 t.Error("Expected testing to be consider in the stdlib")
115 t.Error("Cannot stat output:", err)
180 t.Error("Package should have relinked, but was not relinked.")
184 t.Error("Package should not have needed to be relinked, but was relinked.")
191 t.Error("Output timestamp should be different, but both were", firstTime)
195 t.Error("Output timestamp should be the same.")
196 t.Error(" first:", firstTime)
197 t.Error("second:", stat.ModTime())