/aosp_15_r20/external/toolchain-utils/crosperf/ |
H A D | download_images_buildid_test.py | 42 self.tests_failed = 0 53 print("Tests failed: %d" % self.tests_failed) 63 self.tests_failed = self.tests_failed + 1 68 self.tests_failed = self.tests_failed + 1 75 self.tests_failed = self.tests_failed + 1
|
/aosp_15_r20/trusty/kernel/include/shared/lk/ |
H A D | trusty_unittest.h | 110 * @tests_failed: Number of conditions failed 126 unsigned int tests_failed; member 782 _test_context.tests_failed = 0; in RUN_ALL_SUITE_TESTS() 822 ++_test_context.tests_failed; in RUN_ALL_SUITE_TESTS() 830 ++_test_context.tests_failed; in RUN_ALL_SUITE_TESTS() 838 if (_test_context.tests_total != _test_context.tests_failed) { in RUN_ALL_SUITE_TESTS() 841 _test_context.tests_total - _test_context.tests_failed); in RUN_ALL_SUITE_TESTS() 851 if (_test_context.tests_failed) { in RUN_ALL_SUITE_TESTS() 853 _test_context.tests_failed); in RUN_ALL_SUITE_TESTS() 855 return _test_context.tests_failed == 0; in RUN_ALL_SUITE_TESTS() [all …]
|
H A D | trusty_benchmark.h | 653 _test_context.tests_failed++; \ 672 _test_context.tests_failed++; \ 690 _test_context.tests_failed++; \ 743 _test_context.tests_failed++; \
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/tc/ |
D | tc_bl31_setup.c | 87 int tests_failed; in tc_run_platform_tests() local 92 tests_failed = nv_counter_test(); in tc_run_platform_tests() 94 tests_failed = rotpk_test(); in tc_run_platform_tests() 96 tests_failed = run_platform_tests(); in tc_run_platform_tests() 100 (tests_failed != 0) ? "failed" : "succeeded"); in tc_run_platform_tests()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/fp/ |
H A D | za-fork.c | 32 static int tests_failed; variable 37 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary() 43 putnum(tests_failed); in print_summary() 112 tests_failed++; \
|
/aosp_15_r20/external/aws-crt-java/src/test/android/testapp/ |
H A D | instrumentedTestSpec.yml | 38 … TESTS_FAILED=$(grep "INSTRUMENTATION_STATUS_CODE: -2" $DEVICEFARM_LOG_DIR/instrument.log | wc -l); 47 $TESTS_FAILED tests FAILED \n 60 elif [ $TESTS_FAILED -ne 0 ]; 62 echo "Marking the test suite as failed because $TESTS_FAILED tests failed!";
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/abi/ |
H A D | tpidr2.c | 28 static int tests_failed; variable 55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary() 61 putnum(tests_failed); in print_summary() 250 tests_failed++; \
|
/aosp_15_r20/trusty/vendor/google/aosp/scripts/ |
D | run_tests.py | 177 tests_failed: Count of test failures across all projects. 186 self.tests_failed = 0 196 self.tests_failed += result.failed_count 218 f"[ FAILED ] {self.tests_failed} tests in " 238 f"[ FAILED ] {self.tests_failed,} tests in "
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 79 TESTS_FAILED=0 90 TESTS_FAILED=$((TESTS_FAILED+1)) 97 echo "failed tests: ${TESTS_FAILED}" 98 if [ "${TESTS_FAILED}" -eq "0" ] ; then
|
/aosp_15_r20/external/OpenCSD/decoder/tests/source/ |
H A D | mem_acc_test.cpp | 59 static int tests_failed = 0; variable 248 tests_failed += failed; in test_overlap_regions() 461 tests_failed += failed; in test_trcid_cache_mem_cb() 723 tests_failed += failed; in test_mem_spaces() 768 …emory access tests complete.***\nPassed: " << tests_passed << "; Failed: " << tests_failed << "\n"; in main() 770 return (tests_failed == 0) ? 0 : -2; in main()
|
/aosp_15_r20/tools/asuite/atest/bazel/reporter/src/com/android/tradefed/result/ |
H A D | BazelExitCodeResultReporter.java | 111 return ExitCode.TESTS_FAILED; in computeExitCode() 119 TESTS_FAILED(3), enumConstant
|
/aosp_15_r20/external/executorch/extension/benchmark/android/benchmark/ |
H A D | android-llm-device-farm-test-spec.yml | 41 TESTS_FAILED=$(grep "INSTRUMENTATION_STATUS_CODE: -2" $INSTRUMENT_LOG | wc -l); 54 elif [ $TESTS_FAILED -ne 0 ];
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/go_test/ |
H A D | testmain_without_exit_test.go | 57 t.Fatalf("expected bazel tests to fail with exit code 3 (TESTS_FAILED), got: %s", err)
|
H A D | xmlreport_test.go | 140 t.Fatalf("expected bazel tests to fail with exit code 3 (TESTS_FAILED), got: %s", err)
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/strip/ |
H A D | strip_test.go | 237 } else if xerr.ExitCode() == bazel_testing.TESTS_FAILED {
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/race/ |
H A D | race_test.go | 281 } else if xerr.ExitCode() == bazel_testing.TESTS_FAILED {
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bazel_testing/ |
H A D | bazel_testing.go | 52 TESTS_FAILED = 3 const
|
/aosp_15_r20/tools/asuite/atest/bazel/runner/src/main/protobuf/ |
H A D | failure_details.proto | 781 TESTS_FAILED = 3 [(metadata) = { exit_code: 3 }];
|
/aosp_15_r20/external/stardoc/stardoc/ |
HD | stardoc_binary.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/ |
D | all_android_tools_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |