Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/expat/tests/
H A Dminicheck.c133 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 Dminicheck.h144 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 DMakefile.am4 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 DREADME.md5 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 Dgraid1_11.sh73 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 Dpthread8.sh62 runner(void *arg)
125 error = pthread_create(&threads[i], NULL, runner, &ra);
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dmerge_summary.awk39 /test-runner.py/{state="testrunner"; runner=runner$0"\n"; next}
83 print runner;
H A DREADME.md3 - install qemu on the github runner
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs2zol-patch.sed21 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 Dopenzfs-zfs-test.install4 usr/share/man/man1/test-runner.1
8 usr/share/zfs/test-runner
/freebsd/contrib/googletest/
H A DREADME.md108 [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.gitignore1 test-runner.py
/freebsd/tests/sys/netpfil/common/
H A DMakefile24 runner.subr \
H A Dfragments.sh30 . $(atf_get_srcdir)/runner.subr
H A Dpass_block.sh30 . $(atf_get_srcdir)/runner.subr
H A Dforward.sh30 . $(atf_get_srcdir)/runner.subr
H A Dtos.sh30 . $(atf_get_srcdir)/runner.subr
H A Drdr.sh28 . $(atf_get_srcdir)/runner.subr
H A Dnat.sh30 . $(atf_get_srcdir)/runner.subr
/freebsd/contrib/libfido2/fuzz/
H A DMakefile7 RUNNER := libfido2-runner
/freebsd/sys/contrib/openzfs/man/
H A DMakefile.am7 %D%/man1/test-runner.1 \
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.am61 dist_check_SCRIPTS = tests-runner
/freebsd/contrib/sendmail/src/
H A DTUNING76 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 DCREDITS.TXT24 D: Android support and test runner improvements.
/freebsd/contrib/googletest/docs/
H A Dquickstart-cmake.md121 last two lines enable CMake's test runner to discover the tests included in the

12