/build/soong/rust/ |
D | coverage_test.go | 50 t.Fatalf("coverage variant created for module 'libbar_nocov' with native coverage disabled") 65 t.Fatalf(missingErrorStr, flag, "fizz_cov", fizzCov.Args["rustcFlags"]) 68 t.Fatalf(missingErrorStr, flag, "libfoo_cov dylib", libfooCov.Args["rustcFlags"]) 71 t.Fatalf(containsErrorStr, flag, "buzzNoCov", buzzNoCov.Args["rustcFlags"]) 74 t.Fatalf(containsErrorStr, flag, "libbar_cov", libbarNoCov.Args["rustcFlags"]) 84 t.Fatalf(missingErrorStr, flag, "fizz_cov", fizzCov.Args["linkFlags"]) 87 t.Fatalf(missingErrorStr, flag, "libfoo_cov dylib", libfooCov.Args["linkFlags"]) 90 t.Fatalf(containsErrorStr, flag, "buzzNoCov", buzzNoCov.Args["linkFlags"]) 93 t.Fatalf(containsErrorStr, flag, "libbar_cov", libbarNoCov.Args["linkFlags"]) 108 …t.Fatalf("missing expected coverage 'libprofile-clang-extras' dependency in linkFlags: %#v", fizz.…
|
D | compiler_test.go | 41 …t.Fatalf("missing fizz and buzz feature flags for libfoo dylib, rustcFlags: %#v", libfooDylib.Args… 62 …t.Fatalf("missing std and cfg1 flags for libfoo dylib, rustcFlags: %#v", libfooDylib.Args["rustcFl… 121 t.Fatalf("unexpected install path for 64-bit library: %#v", install_path_lib64) 124 t.Fatalf("unexpected install path for 32-bit library: %#v", install_path_lib32) 127 t.Fatalf("unexpected install path for binary: %#v", install_path_bin)
|
D | project_json_test.go | 75 t.Fatalf("Unexpected type for crate: %v", c) 135 t.Fatalf("Unexpected type for cfgs: %v", crate) 142 t.Fatalf("Unexpected type for cfg: %v", cfg) 169 t.Fatalf("Unexpected type for root_module: %v", crate["root_module"]) 212 t.Fatalf("Unexpected type for root_module: %v", crate["root_module"]) 279 t.Fatalf("Unexpected type for root_module: %v", crate["root_module"])
|
/build/soong/third_party/zip/ |
D | android_test.go | 93 t.Fatalf("Create: %v", err) 97 t.Fatalf("Write: %v", err) 101 t.Fatalf("Close: %v", err) 107 t.Fatalf("NewReader: %v", err) 114 t.Fatalf("CopyFrom: %v", err) 119 t.Fatalf("Close: %v", err) 128 t.Fatalf("NewReader: %v", err) 132 t.Fatalf("Expected 1 file in toZip, got %d", len(toZipReader.File)) 160 t.Fatalf("Create: %v", err) 164 t.Fatalf("Write: %v", err) [all …]
|
/build/soong/ui/build/ |
D | finder.go | 44 ctx.Fatalf("No working directory for module-finder: %v", err.Error()) 58 ctx.Fatalf("%v must not exist", prunePath) 96 ctx.Fatalf("Could not create module-finder: %v", err) 124 ctx.Fatalf("Could not export module list: %v", err) 131 ctx.Fatalf("Could not export module list: %v", err) 140 ctx.Fatalf("Could not export product list: %v", err) 147 ctx.Fatalf("Could not export bazel BUILD list: %v", err) 154 ctx.Fatalf("Could not find OWNERS: %v", err) 161 ctx.Fatalf("Could not find TEST_MAPPING: %v", err) 169 ctx.Fatalf("No Android.bp found") [all …]
|
D | util_test.go | 48 t.Fatalf("Failed to chown: %v", err) 57 t.Fatalf("failed to create temporary directory to hold test text files: %v", err) 64 t.Fatalf("failed to create a src file %q for copying: %v", src, err) 71 t.Fatalf("got %v, expecting nil error on copyFile operation", err) 80 t.Fatalf("got %v, expecting nil error reading dst %q file", err, dst) 91 t.Fatalf("failed to create temporary directory to hold test text files: %v", err) 97 t.Fatalf("failed to create a src file %q for copying: %v", srcExists, err)
|
D | upload_test.go | 49 t.Fatalf("got %v, expecting nil error for making directory %q", err, d) 55 t.Fatalf("got %v, expecting nil error on writing file %q", err, f) 101 t.Fatalf("got unexpected error: %v", err) 106 t.Fatalf("failed to create out directory: %v", outDir) 115 t.Fatalf("failed to create temporary directory %q: %v", retDir, err) 123 t.Fatalf("failed to create %q directory for oauth valid check: %v", metricsUploadDir, err) 132 t.Fatalf("failed to create a fake metrics file %q for uploading: %v", filename, err) 178 t.Fatalf("failed to create out directory: %v", outDir) 190 t.Fatalf("failed to create a fake metrics file %q for uploading: %v", metricsFile, err)
|
D | proc_sync_test.go | 41 t.Fatalf("Failed to create lock: %v", err) 138 …t.Fatalf("Unexpected error in subprocess trying to lock uncontested fileLock: %v. Subprocess outpu… 141 t.Fatalf("Subprocess failed to lock uncontested fileLock. Subprocess output: %q", message) 146 t.Fatalf("Failed to lock fileLock: %v", err) 154 t.Fatalf("Permitted locking fileLock twice. Subprocess output: %q", message) 159 t.Fatalf("Error unlocking fileLock: %v", err) 167 …t.Fatalf("Subprocess failed to acquire lock after it was released by the main process. Subprocess … 215 t.Fatalf("Incorrect number of waits elapsed; expected 0, got %v", waiter.numWaitsElapsed) 227 t.Fatalf("Incorrect number of waits elapsed; expected 2, got %v", waiter.numWaitsElapsed) 236 …t.Fatalf("Appeared to have acquired lock on iteration %v which should not be available until itera… [all …]
|
D | rbe.go | 46 ctx.Fatalf("rbe command path not found") 50 ctx.Fatalf("rbe command %q not found", rbeCmd) 85 ctx.Fatalf("Error retrieving socket address: %v", err) 100 ctx.Fatalf("max user processes is insufficient: %d; want >= %d.\n", u, rbeLeastNProcs) 103 ctx.Fatalf("max open files is insufficient: %d; want >= %d.\n", n, rbeLeastNFiles) 109 …ctx.Fatalf("Unable to start RBE reproxy\nFAILED: RBE bootstrap failed with: %v\n%s\n", err, output) 117 ctx.Fatalf("rbe bootstrap with shutdown failed with: %v\n%s\n", err, output) 159 ctx.Fatalf("failed to copy %q to %q: %v\n", metricsFile, filename, err)
|
D | goma.go | 49 ctx.Fatalf("ulimit returned unexpected value: %s: %v\n", opt, err) 59 ctx.Fatalf("max user processes is insufficient: %d; want >= %d.\n", u, gomaLeastNProcs) 62 ctx.Fatalf("max open files is insufficient: %d; want >= %d.\n", n, gomaLeastNFiles) 78 ctx.Fatalf("goma_ctl.py ensure_start failed with: %v\n%s\n", err, output)
|
D | config_test.go | 228 t.Fatalf("Got unexpected error: %v", err) 231 t.Fatalf("expected %s, got %s", expectedErrStr, err.Error()) 265 t.Fatalf("failed to get the current directory: %v", err) 270 t.Fatalf("failed to change directory to %s: %v", dir, err) 318 t.Fatalf("failed to get current directory: %v", err) 321 t.Fatalf("failed to change directory to top dir %s: %v", dir, err) 493 t.Fatalf("Got unexpected error: %v", err) 503 t.Fatalf("failed to create temp dir: %v", err) 611 t.Fatalf("Got unexpected error: %v", err) 616 t.Fatalf("failed to create temp dir: %v", err) [all …]
|
D | upload.go | 99 ctx.Fatalf("failed to create a temporary directory to store the list of metrics files: %v\n", err) 105 ctx.Fatalf("failed to copy %q to %q: %v\n", src, dst, err) 121 ctx.Fatalf("failed to marshal metrics upload proto buffer message: %v\n", err) 126 ctx.Fatalf("failed to write the marshaled metrics upload protobuf to %q: %v\n", pbFile, err)
|
D | util.go | 29 ctx.Fatalf("Failed to get absolute path: %v", err) 66 ctx.Fatalf("Error creating %s: %q\n", dir, err) 85 ctx.Fatalf("Error removing %s: %q\n", dir, err) 106 ctx.Fatalf("Error creating %s: %q\n", file, err) 110 ctx.Fatalf("Error checking %s: %q\n", file, err)
|
D | cleanbuild.go | 43 ctx.Fatalf("Failed to remove file %q: %v", file, err) 213 ctx.Fatalf("Expected %q to be readable", newFile) 218 ctx.Fatalf("Failed to rename file list (%q->%q): %v", newFile, oldFile, err) 227 ctx.Fatalf("Failed to read list of installable files (%q): %v", newFile, err) 232 ctx.Fatalf("Failed to read list of installable files (%q): %v", oldFile, err) 281 ctx.Fatalf("Failed to remove file that is no longer installed (%q): %v", oldPath, err) 307 …ctx.Fatalf("Failed to remove empty directory (which may no longer be installed?) %q: (%v)", dir, e…
|
D | config.go | 119 ctx.Fatalf("Current working directory must be the source tree. %q not found.", srcDirFileCheck) 303 ctx.Fatalf("Unable to remove bazel profile directory %q: %v", bpd, err) 310 ctx.Fatalf("Failed to create bazel profile directory %q: %v", bpd, err) 362 ctx.Fatalf("Error retrieving top directory: %v", err) 366 ctx.Fatalf("Unable to evaluate symlink of %s: %v", dir, err) 370 ctx.Fatalf("Unable to find absolute path %s: %v", dir, err) 374 ctx.Fatalf("Unable to find relative path %s of %s: %v", relDir, topDir, err) 378 ctx.Fatalf("Directory %s is not under the source tree %s", dir, topDir) 405 ctx.Fatalf("Build file not found for %s directory", relDir) 438 ctx.Fatalf("Error retrieving the build file stats: %v", err) [all …]
|
/build/soong/cc/ |
D | library_test.go | 36 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 40 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 65 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 69 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 91 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 95 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 117 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 121 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) 143 t.Fatalf("unexpected inputs to libfoo shared: %#v", libfooShared.Inputs.Strings()) 147 t.Fatalf("unexpected inputs to libfoo static: %#v", libfooStatic.Inputs.Strings()) [all …]
|
/build/soong/cmd/dep_fixer/ |
D | main.go | 50 log.Fatalf("Error opening %q: %v", arg, err) 55 log.Fatalf("Failed to parse: %v", err) 72 log.Fatalf("Failed to write: %v", err) 78 log.Fatalf("Failed to write to %q: %v", *output, err)
|
/build/soong/ui/logger/ |
D | logger_test.go | 34 t.Fatalf("Failed to get TempDir: %v", err) 43 t.Fatalf("Failed to create file: %v", err) 46 t.Fatalf("Short write") 48 t.Fatalf("Failed to write: %v", err) 51 t.Fatalf("Failed to close: %v", err) 63 t.Fatalf("Failed to open dir: %v", err) 67 t.Fatalf("Failed to read dir: %v", err)
|
/build/soong/bazel/ |
D | properties_test.go | 44 t.Fatalf("Expected %v, got %v", tc.expectedUniqueLabels, actualUniqueLabels) 72 t.Fatalf("Expected %v, got %v", tc.expectedResult, actualResult) 121 t.Fatalf("Expected %v, got %v", tc.expectedResult, actualResult) 162 t.Fatalf("Expected %v, got %v", tc.expectedUniqueLabelList, actualUniqueLabelList)
|
/build/soong/cmd/extract_linker/ |
D | main.go | 42 log.Fatalf("Error opening %q: %v", flag.Arg(0), err) 48 log.Fatalf("Unable to read elf file: %v", err) 102 log.Fatalf("Unable to write %q: %v", asmPath, err) 109 log.Fatalf("Unable to write %q: %v", flagsPath, err)
|
/build/blueprint/ |
D | module_ctx_test.go | 147 t.Fatalf("expected foo deps to be %q, got %q", w, g) 167 t.Fatalf("expected foo deps to be %q, got %q", w, g) 187 t.Fatalf("expected foo deps to be %q, got %q", w, g) 274 t.Fatalf("expected foo deps to be %q, got %q", w, g) 294 t.Fatalf("expected foo deps to be %q, got %q", w, g) 394 t.Fatalf("expected foo deps to be %q, got %q", w, g) 398 t.Fatalf("expected AddVariationDependencies return value to be %q, got %q", w, g) 414 t.Fatalf("expected foo deps to be %q, got %q", w, g) 418 t.Fatalf("expected AddVariationDependencies return value to be %q, got %q", w, g) 433 t.Fatalf("expected foo deps to be %q, got %q", w, g) [all …]
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 227 log.Fatalf("Failed to create tempdir: %v", err) 281 log.Fatalf("Products don't exist: %s\n", missingProducts) 305 log.Fatalf("--shard value must be >= 1, not %d\n", *shard) 307 log.Fatalf("--shard-count value must be >= 1, not %d\n", *shardCount) 309 log.Fatalf("--shard (%d) must not be greater than --shard-count (%d)\n", *shard, 368 log.Fatalf("Error zipping logs: %v", err) 377 log.Fatalf("%d failures", failures) 390 mpctx.Logger.Fatalf("Error creating out directory: %v", err) 393 mpctx.Logger.Fatalf("Error creating log directory: %v", err) 399 mpctx.Logger.Fatalf("Error creating std.log: %v", err) [all …]
|
/build/soong/ui/metrics/proc/ |
D | status_linux_test.go | 19 t.Fatalf("failed to create proc pid dir %s: %v", procDir, err) 24 t.Fatalf("failed to write proc file %s: %v", statusFilename, err) 29 t.Fatalf("got %v, want nil for error", err)
|
/build/soong/android/ |
D | bazel_handler_test.go | 22 t.Fatalf("Did not expect error invoking Bazel, but got %s", err) 36 t.Fatalf("Did not expect error invoking Bazel, but got %s", err) 92 t.Fatalf("Did not expect error invoking Bazel, but got %s", err)
|
/build/soong/finder/fs/ |
D | test.go | 75 t.Fatalf(err.Error()) 111 …t.Fatalf("Expected Finder to return these %v paths:\n %v,\ninstead returned these %v paths: %v\n… 122 t.Fatalf("Finder made incorrect Stat calls.\n"+ 138 t.Fatalf("Finder made incorrect ReadDir calls.\n"+
|