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)
149 t.Errorf("Incorrect features: got %v; want %v", foundCfg, expectedCfgs[i])
175 t.Errorf("Entry for binary %q not found: %s", "a", jsonContent)
215 t.Errorf("The source path for libbindings1 does not contain android_arm64, got %v", rootModule)
218 t.Errorf("The source path for libbindings2 does not contain the BuildOs, got %v; want %v",
225 t.Errorf("libbindings1 depends on itself")
239 t.Errorf("libd does not depend on libbindings1: %v", crate)
244 t.Errorf("libd does not have its environment variables set: %v", crate)
247 t.Errorf("libd does not have its OUT_DIR set: %v", env)
291 t.Errorf("Unexpected number of liba dependencies want %v, got %v: %v", 2, aCount, deps)
296 t.Errorf("libb crate has not been found: %v", crates)