Lines Matching refs:Errorf
41 t.Errorf("rust-project.json has not been generated")
55 t.Errorf("Unable to parse the rust-project.json as JSON: %v", err)
59 t.Errorf("Unexpected JSON format: %v", content)
62 t.Errorf("No crates attribute in rust-project.json: %v", root)
66 t.Errorf("Unexpected crates format: %v", root["crates"])
86 t.Errorf("Unexpected format for deps: %v", crate["deps"])
91 t.Errorf("Unexpected format for dependency: %v", dep)
95 t.Errorf("Dependency is missing the name key: %v", d)
201 t.Errorf("Incorrect features: got %v; want %v", foundCfg, expectedCfgs[i])
227 t.Errorf("Entry for binary %q not found: %s", "a", jsonContent)
269 t.Errorf("The source path for libbindings1 does not contain android_arm64, got %v", rootModule)
272 t.Errorf("The source path for libbindings2 does not contain the BuildOs, got %v; want %v",
279 t.Errorf("libbindings1 depends on itself")
293 t.Errorf("libd does not depend on libbindings1: %v", crate)
298 t.Errorf("libd does not have its environment variables set: %v", crate)
301 t.Errorf("libd does not have its OUT_DIR set: %v", env)
345 t.Errorf("Unexpected number of liba dependencies want %v, got %v: %v", 2, aCount, deps)
350 t.Errorf("libb crate has not been found: %v", crates)