Searched full:tests_failed (Results 1 – 13 of 13) sorted by relevance
42 self.tests_failed = 053 print("Tests failed: %d" % self.tests_failed)63 self.tests_failed = self.tests_failed + 168 self.tests_failed = self.tests_failed + 175 self.tests_failed = self.tests_failed + 1
138 int tests_failed; in tc_run_platform_tests() local143 tests_failed = nv_counter_test(); in tc_run_platform_tests()145 tests_failed = rotpk_test(); in tc_run_platform_tests()147 tests_failed = run_platform_tests(); in tc_run_platform_tests()151 (tests_failed != 0) ? "failed" : "succeeded"); in tc_run_platform_tests()
32 static int tests_failed; variable37 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()43 putnum(tests_failed); in print_summary()112 tests_failed++; \
38 … TESTS_FAILED=$(grep "INSTRUMENTATION_STATUS_CODE: -2" $DEVICEFARM_LOG_DIR/instrument.log | wc -l);47 $TESTS_FAILED tests FAILED \n60 elif [ $TESTS_FAILED -ne 0 ];62 echo "Marking the test suite as failed because $TESTS_FAILED tests failed!";
28 static int tests_failed; variable55 if (tests_passed + tests_failed + tests_skipped != EXPECTED_TESTS) in print_summary()61 putnum(tests_failed); in print_summary()250 tests_failed++; \
41 TESTS_FAILED=$(grep "INSTRUMENTATION_STATUS_CODE: -2" $INSTRUMENT_LOG | wc -l);54 elif [ $TESTS_FAILED -ne 0 ];
79 TESTS_FAILED=090 TESTS_FAILED=$((TESTS_FAILED+1))97 echo "failed tests: ${TESTS_FAILED}"98 if [ "${TESTS_FAILED}" -eq "0" ] ; then
59 static int tests_failed = 0; variable248 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()
57 t.Fatalf("expected bazel tests to fail with exit code 3 (TESTS_FAILED), got: %s", err)
140 t.Fatalf("expected bazel tests to fail with exit code 3 (TESTS_FAILED), got: %s", err)
237 } else if xerr.ExitCode() == bazel_testing.TESTS_FAILED {
281 } else if xerr.ExitCode() == bazel_testing.TESTS_FAILED {
52 TESTS_FAILED = 3 const