/freebsd/contrib/expat/tests/ |
H A D | minicheck.c | 133 SRunner *const runner = (SRunner *)calloc(1, sizeof(SRunner)); in srunner_create() local 134 if (runner != NULL) { in srunner_create() 135 runner->suite = suite; in srunner_create() 137 return runner; in srunner_create() 179 handle_failure(SRunner *runner, int verbosity, const char *context, in handle_failure() argument 181 runner->nfailures++; in handle_failure() 192 srunner_run_all(SRunner *runner, const char *context, int verbosity) { in srunner_run_all() argument 195 assert(runner != NULL); in srunner_run_all() 196 suite = runner->suite; in srunner_run_all() 201 runner->nchecks++; in srunner_run_all() [all …]
|
H A D | minicheck.h | 144 void srunner_run_all(SRunner *runner, const char *context, int verbosity); 145 void srunner_summarize(SRunner *runner, int verbosity); 146 int srunner_ntests_failed(SRunner *runner); 147 void srunner_free(SRunner *runner);
|
/freebsd/sys/contrib/openzfs/tests/ |
H A D | Makefile.am | 4 scripts_test_runner_bindir = $(datadir)/$(PACKAGE)/test-runner/bin 6 %D%/test-runner/bin/test-runner.py \ 7 %D%/test-runner/bin/zts-report.py 12 scripts_test_runner_includedir = $(datadir)/$(PACKAGE)/test-runner/include 14 %D%/test-runner/include/logapi.shlib
|
H A D | README.md | 5 The ZFS Test Suite runs under the test-runner framework. This framework 63 prior to invoking test-runner. This includes the runfile 66 -q Quiet test-runner output. When specified it is passed to 67 test-runner(1) which causes output to be written to the 81 when test-runner exists. This is useful when the results of 110 The format of the runfile is explained in test-runner(1), and 130 STF_TOOLS: /usr/share/zfs/test-runner 144 /usr/share/zfs/test-runner/bin/test-runner.py -c /usr/share/zfs/runfiles/linux.run \ 188 common properties when run with test-runner.py or zfs-tests.sh. 260 * test-runner.py (This takes run file as input. See *zpool_example.run*)
|
/freebsd/tools/test/stress2/misc/ |
H A D | graid1_11.sh | 73 runner=$! 83 while kill -0 $runner 2>/dev/null && [ $count -lt 5 ] ; do 88 if ! kill -0 $runner 2>/dev/null ; then 94 kill $(list_descendants $runner) 2>/dev/null
|
H A D | pthread8.sh | 62 runner(void *arg) 125 error = pthread_create(&threads[i], NULL, runner, &ra);
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | merge_summary.awk | 39 /test-runner.py/{state="testrunner"; runner=runner$0"\n"; next} 83 print runner;
|
H A D | README.md | 3 - install qemu on the github runner
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs2zol-patch.sed | 21 s:usr/src/test/test-runner/cmd/run.py:tests/test-runner/cmd/test-runner.py:g
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-test.install | 4 usr/share/man/man1/test-runner.1 8 usr/share/zfs/test-runner
|
/freebsd/contrib/googletest/ |
H A D | README.md | 108 [GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based 109 automated test-runner and Graphical User Interface with powerful features for 112 [GoogleTest UI](https://github.com/ospector/gtest-gbar) is a test runner that 120 result output. If your test runner understands TAP, you may find it useful. 122 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | .gitignore | 1 test-runner.py
|
/freebsd/tests/sys/netpfil/common/ |
H A D | Makefile | 24 runner.subr \
|
H A D | fragments.sh | 30 . $(atf_get_srcdir)/runner.subr
|
H A D | pass_block.sh | 30 . $(atf_get_srcdir)/runner.subr
|
H A D | forward.sh | 30 . $(atf_get_srcdir)/runner.subr
|
H A D | tos.sh | 30 . $(atf_get_srcdir)/runner.subr
|
H A D | rdr.sh | 28 . $(atf_get_srcdir)/runner.subr
|
H A D | nat.sh | 30 . $(atf_get_srcdir)/runner.subr
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | Makefile | 7 RUNNER := libfido2-runner
|
/freebsd/sys/contrib/openzfs/man/ |
H A D | Makefile.am | 7 %D%/man1/test-runner.1 \
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | Makefile.am | 61 dist_check_SCRIPTS = tests-runner
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 76 queue: incoming mail will be queued and delivered by a queue runner later on 92 Queueing up e-mail before delivery is done by a queue runner allows
|
/freebsd/contrib/llvm-project/libcxx/ |
H A D | CREDITS.TXT | 24 D: Android support and test runner improvements.
|
/freebsd/contrib/googletest/docs/ |
H A D | quickstart-cmake.md | 121 last two lines enable CMake's test runner to discover the tests included in the
|