Home
last modified time | relevance | path

Searched defs:failed_tests (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pytorch/test/functorch/
H A Dxfail_suggester.py46 failed_tests = [get_failed_test(line) for line in lines] variable
47 failed_tests = [match for match in failed_tests if match is not None] variable
48 failed_tests = sorted(failed_tests) variable
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_arg_info.cpp488 int failed_tests = 0; in compare_kernel_with_expected() local
600 int failed_tests = 0; in run_scalar_vector_tests() local
718 int failed_tests = 0; in run_pipe_tests() local
806 int failed_tests = 0; in run_image_tests() local
944 int failed_tests = 0; in run_boundary_tests() local
1023 int failed_tests = run_all_tests(context, deviceID); in test_get_kernel_arg_info() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/
H A Dkselftest_module.h26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report()
/aosp_15_r20/external/libtraceevent/utest/
H A Dtrace-utest.c40 int failed_tests; in main() local
/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/
H A Devent_handler.h57 int failed_tests; member
/aosp_15_r20/external/tink/cc/subtle/
H A Ded25519_verify_boringssl_test.cc251 int failed_tests = 0; in TestSignatures() local
H A Decdsa_verify_boringssl_test.cc167 int failed_tests = 0; in TestSignatures() local
H A Drsa_ssa_pkcs1_verify_boringssl_test.cc200 int failed_tests = 0; in TestSignatures() local
/aosp_15_r20/external/cronet/build/android/
H A Dtest_runner.py1297 def _LogRerunStatement(failed_tests, wrapper_arg_str): argument
/aosp_15_r20/external/angle/build/android/
H A Dtest_runner.py1350 def _LogRerunStatement(failed_tests, wrapper_arg_str): argument
/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_test_run.py399 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
H A Dlocal_device_gtest_run.py656 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_test_run.py394 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
H A Dlocal_device_gtest_run.py642 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
/aosp_15_r20/art/test/testrunner/
H A Dtestrunner.py129 failed_tests = [] variable
/aosp_15_r20/external/rust/android-crates-io/crates/libtest-mimic/src/
Dlib.rs425 let mut failed_tests = Vec::new(); in run() localVariable
/aosp_15_r20/trusty/user/base/lib/unittest-rust/src/
Dlib.rs322 let mut failed_tests = 0; in on_connect() localVariable
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_xds_tests.py3900 failed_tests = [] variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py3208 failed_tests = [] variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dxskxceiver.c1900 u32 i, j, failed_tests = 0; in main() local