Home
last modified time | relevance | path

Searched refs:Fatalf (Results 1 – 25 of 66) sorted by relevance

123

/build/soong/rust/
Dcoverage_test.go50 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"])
144 …t.Fatalf("expected only 3 coverage inputs for rust 'fizz' binary, got %#v: %#v", len(fizzZipInputs…
[all …]
Dcompiler_test.go39 …t.Fatalf("missing fizz and buzz feature flags for libfoo dylib, rustcFlags: %#v", libfooDylib.Args…
98 t.Fatalf("unexpected install path for 64-bit library: %#v", install_path_lib64)
101 t.Fatalf("unexpected install path for 32-bit library: %#v", install_path_lib32)
104 t.Fatalf("unexpected install path for binary: %#v", install_path_bin)
/build/soong/ui/build/
Dfinder.go41 ctx.Fatalf("No working directory for module-finder: %v", err.Error())
52 ctx.Fatalf("%v must not exist", prunePath)
75 ctx.Fatalf("Could not create module-finder: %v", err)
91 ctx.Fatalf("Could not export module list: %v", err)
99 ctx.Fatalf("Could not export product list: %v", err)
105 ctx.Fatalf("Could not export module list: %v", err)
111 ctx.Fatalf("Could not find OWNERS: %v", err)
117 ctx.Fatalf("Could not find TEST_MAPPING: %v", err)
123 ctx.Fatalf("No Android.bp found")
127 ctx.Fatalf("Could not find modules: %v", err)
Drbe.go45 ctx.Fatalf("rbe command path not found")
49 ctx.Fatalf("rbe command %q not found", rbeCmd)
65 ctx.Fatalf("max user processes is insufficient: %d; want >= %d.\n", u, rbeLeastNProcs)
68 ctx.Fatalf("max open files is insufficient: %d; want >= %d.\n", n, rbeLeastNFiles)
74 ctx.Fatalf("rbe bootstrap failed with: %v\n%s\n", err, output)
81 ctx.Fatalf("rbe bootstrap with shutdown failed with: %v\n%s\n", err, output)
115 ctx.Fatalf("failed to copy %q to %q: %v\n", metricsFile, filename, err)
Dutil_test.go48 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)
Dproc_sync_test.go41 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 …]
Dupload_test.go56 t.Fatalf("got unexpected error: %v", err)
61 t.Fatalf("failed to create out directory: %v", outDir)
70 t.Fatalf("failed to create temporary directory %q: %v", retDir, err)
78 t.Fatalf("failed to create %q directory for oauth valid check: %v", metricsUploadDir, err)
87 t.Fatalf("failed to create a fake metrics file %q for uploading: %v", filename, err)
133 t.Fatalf("failed to create out directory: %v", outDir)
145 t.Fatalf("failed to create a fake metrics file %q for uploading: %v", metricsFile, err)
Dgoma.go49 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)
Dconfig_test.go228 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 …]
Dupload.go75 ctx.Fatalf("failed to create a temporary directory to store the list of metrics files: %v\n", err)
81 ctx.Fatalf("failed to copy %q to %q: %v\n", src, dst, err)
97 ctx.Fatalf("failed to marshal metrics upload proto buffer message: %v\n", err)
102 ctx.Fatalf("failed to write the marshaled metrics upload protobuf to %q: %v\n", pbFile, err)
Dcleanbuild.go40 ctx.Fatalf("Failed to remove file %q: %v", file, err)
195 ctx.Fatalf("Expected %q to be readable", file)
200 ctx.Fatalf("Failed to rename file list (%q->%q): %v", file, oldFile, err)
215 ctx.Fatalf("Failed to read list of installable files (%q): %v", oldFile, err)
218 ctx.Fatalf("Failed to read list of installable files (%q): %v", file, err)
255 ctx.Fatalf("Failed to remove file that is no longer installed (%q): %v", old, err)
273 ctx.Fatalf("Failed to remove directory that is no longer installed (%q): %v", dir, err)
Dutil.go29 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)
Dconfig.go88 ctx.Fatalf("Current working directory must be the source tree. %q not found.", srcDirFileCheck)
286 ctx.Fatalf("Error retrieving top directory: %v", err)
290 ctx.Fatalf("Unable to evaluate symlink of %s: %v", dir, err)
294 ctx.Fatalf("Unable to find absolute path %s: %v", dir, err)
298 ctx.Fatalf("Unable to find relative path %s of %s: %v", relDir, topDir, err)
302 ctx.Fatalf("Directory %s is not under the source tree %s", dir, topDir)
329 ctx.Fatalf("Build file not found for %s directory", relDir)
362 ctx.Fatalf("Error retrieving the build file stats: %v", err)
400 ctx.Fatalf("Error finding Android build file: %v", err)
452 …ctx.Fatalf("%s not in proper directory:target1,target2,... format (\":\" was specified more than o…
[all …]
/build/soong/cc/
Dlibrary_test.go36 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/
Dmain.go50 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/
Dlogger_test.go34 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/third_party/zip/
Dzip_test.go34 t.Fatalf("creating file %d: %v", i, err)
38 t.Fatalf("Writer.Close: %v", err)
43 t.Fatalf("NewReader: %v", err)
46 t.Fatalf("File contains %d files, want %d", got, nFiles)
51 t.Fatalf("File(%d) = %q, want %q", i, zr.File[i].Name, want)
205 t.Fatalf("len(b.buf) = %d; want 10", len(b.buf))
359 t.Fatalf("Expected directory64EndSignature (%d), got %d", directory64EndSignature, sig)
364 t.Fatalf("Expected length of %d, got %d", directory64EndLen-12, size)
374 t.Fatalf("error creating header: %v", err)
377 t.Fatalf("error writing content: %v", err)
[all …]
/build/soong/cmd/extract_linker/
Dmain.go42 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/soong/cmd/multiproduct_kati/
Dmain.go205 log.Fatalf("Failed to create tempdir: %v", err)
264 log.Fatalf("Products don't exist: %s\n", missingProducts)
289 log.Fatalf("--shard value must be >= 1, not %d\n", *shard)
291 log.Fatalf("--shard-count value must be >= 1, not %d\n", *shardCount)
293 log.Fatalf("--shard (%d) must not be greater than --shard-count (%d)\n", *shard,
352 log.Fatalf("Error zipping logs: %v", err)
361 log.Fatalf("%d failures", failures)
374 mpctx.Logger.Fatalf("Error creating out directory: %v", err)
377 mpctx.Logger.Fatalf("Error creating log directory: %v", err)
383 mpctx.Logger.Fatalf("Error creating std.log: %v", err)
[all …]
/build/blueprint/
Dmodule_ctx_test.go127 t.Fatalf("expected bar.modules[1] variant to be %q, got %q", w, g)
131 t.Fatalf("expected foo deps to be %q, got %q", w, g)
151 t.Fatalf("expected bar.modules[3] variant to be %q, got %q", w, g)
155 t.Fatalf("expected foo deps to be %q, got %q", w, g)
175 t.Fatalf("expected bar.modules[1] variant to be %q, got %q", w, g)
179 t.Fatalf("expected foo deps to be %q, got %q", w, g)
/build/soong/finder/fs/
Dtest.go75 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"+
/build/soong/androidmk/parser/
Dparser_test.go46 t.Fatalf("Unexpected errors while parsing: %v", errs)
50 t.Fatalf("length mismatch, expected %d nodes, got %d", len(test.out), len(got))
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject_test.go137 t.Fatalf("No error expected, but got: %v", err)
140 t.Fatalf("Returned no error, but wanted: %v", tc.err)
142 t.Fatalf("Different error found:\nwant: %v\n got: %v", tc.err, err)
/build/soong/zip/
Dzip_test.go432 t.Fatalf("want error %v, got %v", test.err, err)
436 t.Fatalf("want error %v, got %v", test.err, err)
440 t.Fatalf("want error %v, got %v", test.err, err)
443 t.Fatalf("want error %v, got %v", test.err, err)
458 t.Fatalf("error when opening %s: %s", f.Name, err)
465 t.Fatalf("error when reading %s: %s", f.Name, err)
480 t.Fatalf("want %d files, got %d", len(test.files), len(files))
/build/soong/cmd/zip2zip/
Dzip2zip_test.go443 t.Fatalf("Unexpected error:\n got: %q\nwant: %q", errorString(err), errorString(testCase.err))
465 …t.Fatalf("Output file list does not match:\nwant: %v\n got: %v", testCase.outputFiles, outputFiles)
468 …t.Fatalf("Stored file list does not match:\nwant: %v\n got: %v", testCase.storedFiles, storedFiles)

123