Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 28) sorted by relevance

12

/build/soong/tests/
Dbootstrap_test.sh28 fail "Bootstrap Ninja file did not change on null build"
32 fail "Output Ninja file changed on null build"
47 fail "Bootstrap Ninja file did not change"
63 grep -q "^# Module:.*my_little_binary_host" out/soong/build.ninja || fail "module not found"
74 grep -q "^# Module:.*my_little_binary_host" out/soong/build.ninja && fail "old module found"
75 grep -q "^# Module:.*my_great_binary_host" out/soong/build.ninja || fail "new module not found"
96 fail "Output Ninja file did not change"
99 …grep -q "^# Module:.*my_little_binary_host$" out/soong/build.ninja || fail "New module not in outp…
116 grep -q "^# Module:.*my_little_binary_host$" out/soong/build.ninja || fail "Module not in output"
122 fail "Old module in output"
[all …]
Dbp2build_bazel_test.sh20 fail "Output bp2build marker file changed on null build"
45 fail "Output bp2build marker file changed on null build"
86fail "./out/soong/workspace/foo/convertible_soong_module/${GENERATED_BUILD_FILE_NAME} was not gene…
90fail "./out/soong/workspace/foo/unconvertible_soong_module/${GENERATED_BUILD_FILE_NAME} was not ge…
94 fail "missing BUILD target the_answer in convertible_soong_module/${GENERATED_BUILD_FILE_NAME}"
98fail "found unexpected BUILD target not_the_answer in unconvertible_soong_module/${GENERATED_BUILD…
102 fail "missing filegroup in unconvertible_soong_module/${GENERATED_BUILD_FILE_NAME}"
110 fail "Expected '${the_answer_file}' to be generated, but was missing"
113 fail "Expected to find 42 in '${the_answer_file}'"
Dlib.sh42 function fail { function
75 fail "Trying to symlink $dir twice"
Dandroidmk_test.sh125 fail "The output is not the same as the expected"
/build/soong/bp2build/
Dmetrics.go94 func fail(err error, alertFmt string, vals ...interface{}) { func
108 fail(err, "Failed to `mkdir -p` %s", dir)
111 fail(err, "Failed to `stat` %s", dir)
115 fail(err, "Error outputting %s", metricsFile)
118 fail(err, "MISSING BP2BUILD METRICS OUTPUT: Failed to `stat` %s", metricsFile)
/build/soong/scripts/
Dstrip.sh76 local fail=
77 …keep-section=.ARM.attributes --remove-section=.comment "${infile}" -o "${outfile}.tmp" || fail=true
79 if [ -z $fail ]; then
97 local fail=
98 …keep-section=.ARM.attributes --remove-section=.comment "${infile}" -o "${outfile}.tmp" || fail=true
100 if [ -z $fail ]; then
/build/bazel/scripts/difftool/
Ddifftool_test.py46 self.fail("{!r} found in errors: {!r}".format(expected, errorlist))
50 self.fail("{!r} not found in errors: {!r}".format(expected, errorlist))
/build/bazel/rules/cc/
Dstl.bzl55 fail("Unhandled stl %s" % stl_name)
71 fail("Unhandled stl %s" % stl_name)
Dversioned_cc_common.bzl24 fail("Expected only one input file for build number stamping")
Dcc_library_common.bzl132 fail("Unknown sdk version: %s" % (version))
Dcc_library_shared.bzl352 fail("Expected only one shared library file")
404 fail("Expected only one shared library file")
/build/bazel/rules/
Dprebuilt_file.bzl31fail("src for", ctx.label.name, "is expected to be singular, but is of len", len(srcs), ":\n", src…
41fail("dir for", ctx.label.name, "is `", dir, "`, but we only handle these:\n", _handled_dirs)
Dmake_injection.bzl49 fail(exec_result.stderr)
/build/bazel/rules_cc/examples/
Dexperimental_cc_shared_library.bzl90 fail("{} can only be a direct dependency of a " +
110 fail("Two shared libraries in dependencies export the same symbols. Both " +
124 fail("Two shared libraries in dependencies link the same " +
201 fail(str(target) + matched_by_filter_text +
250 fail(owner + " is already linked statically in " +
287 fail("We can't link " +
340 fail("Trying to export a library already exported by a different shared library: " +
472 fail("A cc_shared_library_permissions rule can only list " +
/build/bazel/rules_cc/cc/
Dfind_cc_toolchain.bzl67fail("In order to use find_cc_toolchain, your rule has to depend on C++ toolchain. See find_cc_too…
78fail("In order to use find_cc_toolchain, your rule has to depend on C++ toolchain. See find_cc_too…
/build/make/tests/prefixed_sort_order/
Dtest.rbc22 fail("Expected '%s', got '%s'" % (expected, actual))
/build/make/tests/single_value_inheritance/
Dtest.rbc22 fail("Expected '%s', got '%s'" % (expected, actual))
/build/make/core/
Dproduct_config.rbc48 fail(bv, " is not defined")
69 fail("bad output format", _options.format)
180 fail("Inheritance processing took too many iterations")
215 fail("Inheritance processing took too many iterations")
247 fail("%s: has not been run" % pcm_name)
256 fail("%s: child is not ready" % child_name)
330 fail("%s should be ready" % child_name)
651 fail(src_dst + " should be a :-separated pair")
658 fail("%s: %s. Stop" % (file, message))
714 fail("Pattern can have at most 2 components")
[all …]
/build/make/tests/artifact_path_requirements/
Dtest.rbc21 fail("Expected '%s', got '%s'" % (expected, actual))
/build/bazel/platforms/
Drule_utilities.bzl32 fail("Could not get the target architecture of this rule due to missing constraint attrs.",
/build/bazel/rules/android/
Dandroid_binary.bzl77fail("Cannot use both certificate_name and certificate attributes together. Use only one of them.")
/build/soong/android/
Dbazel_handler.go601 fail("expected exactly 1 platform for " + str(target.label) + " but got " + str(platforms))
610fail("expected platform name of the form 'android_<arch>' or 'linux_<arch>', but was " + str(platf…
/build/bazel/rules/apex/
Dcc.bzl58fail("cannot find a stub lib version for min_sdk_level %s (%s apex)\navailable versions: %s (%s)" %
/build/make/tools/releasetools/
DAndroid.bp601 // Don't use embedded_launcher, atest will try (but may fail) to load libc++.so from
/build/make/tests/
Drun.rbc34 fail("Expected '%s', got '%s'" % (expected, actual))

12