Home
last modified time | relevance | path

Searched refs:num_passed (Results 1 – 25 of 82) sorted by relevance

1234

/dports/multimedia/svt-hevc/SVT-HEVC-1.5.1/Tests/
H A DSVT-HEVC_FunctionalTests.py770 total_passed = total_passed + num_passed
798 total_passed = total_passed + num_passed
826 total_passed = total_passed + num_passed
851 total_passed = total_passed + num_passed
877 total_passed = total_passed + num_passed
908 total_passed = total_passed + num_passed
911 total_passed = total_passed + num_passed
1109 total_passed = total_passed + num_passed
1175 num_tests, num_passed = self.vbv_test(seq_list)
1179 num_tests, num_passed = self.hdr_test(seq_list)
[all …]
/dports/multimedia/gstreamer1-plugins-svt-hevc/SVT-HEVC-1.5.1/Tests/
H A DSVT-HEVC_FunctionalTests.py770 total_passed = total_passed + num_passed
798 total_passed = total_passed + num_passed
826 total_passed = total_passed + num_passed
851 total_passed = total_passed + num_passed
877 total_passed = total_passed + num_passed
908 total_passed = total_passed + num_passed
911 total_passed = total_passed + num_passed
1109 total_passed = total_passed + num_passed
1175 num_tests, num_passed = self.vbv_test(seq_list)
1179 num_tests, num_passed = self.hdr_test(seq_list)
[all …]
/dports/textproc/miller/miller-5.10.2/c/reg_test/
H A Ddev53 num_passed=0
75 num_passed=`expr $num_passed + 1`
94 num_passed=`expr $num_passed + 1`
122 echo Tests completed: $num_passed
/dports/net/freeswitch/freeswitch-1.10.3.-release/scripts/lua/
H A Dtest_cond_api.lua45 local num_passed=0;
62 num_passed=num_passed+1;
79 …ng.format("\nRAN: [%d], PASSED: [%d], FAILED: [%d]", num_tests, num_passed, num_tests-num_passed));
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/sim/rfnoc/
H A DPkgTestExec.sv28 int num_passed; // Number of tests that have passed register in PkgTestExec.TestExec
67 num_passed = 0;
92 $display(" - Tests Passed: %0d", num_passed);
93 $display(" - Tests Failed: %0d", num_started - num_passed);
95 (num_started == num_passed) && (num_finished > 0)
156 if (passed) num_passed++;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/flakiness/
H A Dis_flaky.py37 num_passed = num_failed = 0
44 num_passed = len([retcode for retcode in results if retcode == 0])
45 num_failed = len(results) - num_passed
47 if num_passed == 0:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/flakiness/
H A Dis_flaky.py37 num_passed = num_failed = 0
44 num_passed = len([retcode for retcode in results if retcode == 0])
45 num_failed = len(results) - num_passed
47 if num_passed == 0:
/dports/misc/urbit/urbit-urbit-0.6.0/subprojects/commonmark-legacy/api_test/
H A Dharness.c20 ++runner->num_passed; in test_result()
88 int num_passed = runner->num_passed; in test_print_summary() local
93 num_passed, num_failed, num_skipped); in test_print_summary()
/dports/textproc/cmark/cmark-0.30.2/api_test/
H A Dharness.c17 ++runner->num_passed; in test_result()
71 int num_passed = runner->num_passed; in test_print_summary() local
75 fprintf(stderr, "%d tests passed, %d failed, %d skipped\n", num_passed, in test_print_summary()
/dports/security/ncrack/ncrack-0.7/nbase/test/
H A Dtest-escape_windows_command_arg.c190 unsigned int num_tests, num_passed; in main() local
194 num_passed = 0; in main()
198 num_passed++; in main()
201 printf("%ld / %ld tests passed.\n", num_passed, num_tests); in main()
203 return num_passed == num_tests ? 0 : 1; in main()
/dports/security/nmap/nmap-7.91/nbase/test/
H A Dtest-escape_windows_command_arg.c190 unsigned int num_tests, num_passed; in main() local
194 num_passed = 0; in main()
198 num_passed++; in main()
201 printf("%ld / %ld tests passed.\n", num_passed, num_tests); in main()
203 return num_passed == num_tests ? 0 : 1; in main()
/dports/devel/jsl/jsl-0.3.0/tests/
H A Drun_tests.pl16 my $num_passed = 0;
61 $num_passed++ if $this_passed;
71 print "Passed $num_passed of $num_tests tests\n";
/dports/deskutils/mindforger/mindforger-1.52.0/deps/cmark-gfm/api_test/
H A Dharness.c17 ++runner->num_passed; in test_result()
98 int num_passed = runner->num_passed; in test_print_summary() local
102 fprintf(stderr, "%d tests passed, %d failed, %d skipped\n", num_passed, in test_print_summary()
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/autotest/
H A Dautotest.c65 long unsigned int num_passed; // number of checks that passed member
321 scripts[i].num_passed, in main()
348 _test->num_passed = liquid_autotest_num_passed - autotest_num_passed_init; in execute_autotest()
351 _test->num_checks = _test->num_passed + _test->num_failed; in execute_autotest()
354 _test->percent_passed = 100.0f * (float) (_test->num_passed) / (float) (_test->num_checks); in execute_autotest()
415 _test->num_passed, in print_autotest_results()
/dports/devel/p5-Test-Parser/Test-Parser-1.9/lib/Test/Parser/
H A Dlhcs_regression.pm63 $self->{num_passed} = 0;
92 $self->{num_passed}++;
H A Dnewpynfs.pm67 $self->{num_passed} = 0;
99 $self->{num_passed}++;
H A Dltp.pm69 $self->{num_passed} = 0;
146 $self->{num_passed}++;
/dports/net/mpich2/mpich2-1.5/test/mpi/
H A Druntests.wsf36 num_passed = 0
127 num_passed = num_passed + 1
164 WScript.Echo "num_passed = " & num_passed
/dports/emulators/darcnes/darcnes/
H A Dtest_6502.c31 int num_passed; variable
509 num_passed++; in do_done()
596 num_passed = 0; in main()
613 …printf("Summary: %d passed, %d failed, %d total.\n", num_passed, num_failed, num_passed + num_fail… in main()
H A Dtest_6280.c30 int num_passed; variable
490 num_passed++; in do_done()
578 num_passed = 0; in main()
593 …printf("Summary: %d passed, %d failed, %d total.\n", num_passed, num_failed, num_passed + num_fail… in main()
H A Dtest_68k.c28 int num_passed; variable
617 num_passed++; in do_done()
696 num_passed = 0; in main()
711 …printf("Summary: %d passed, %d failed, %d total.\n", num_passed, num_failed, num_passed + num_fail… in main()
/dports/devel/p5-Test-Parser/Test-Parser-1.9/lib/Test/
H A DMetadata.pm130 'num_passed' => $test->num_passed(),
161 $total += $test->{num_passed};
269 …<result executed="[%num_executed%]" passed="[%num_passed%]" failed="[%num_failed%]" skipped="[%num…
/dports/games/xscrabble/xscrabble-2.12/src/
H A Duser.c197 num_passed=0; in FinishGo()
259 num_passed=0; in FinishGo()
298 if (num_passed==num_players) in GotoNextPlayer()
349 num_passed++; in ComputerGo()
353 num_passed=0; in ComputerGo()
433 num_passed=0; in ChangePopdown()
475 num_passed++; in PassGo()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_linkerd_proxy.cpp470 int num_run = 0, num_passed = 0, num_failed = 0; in Run() local
480 ++num_passed; in Run()
489 ERR_POST(Info << "Passed: " << num_passed); in Run()
491 if (num_total != num_run || num_run != num_passed + num_failed) in Run()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/tools/
H A Dregression.sh6 num_passed=0
40 num_passed=`expr $num_passed + 1`
829 echo $num_passed tests passed but diff failed
832 echo $num_passed tests passed

1234