Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/expat/tests/
H A Dminicheck.c134 if (runner != NULL) { in srunner_create()
135 runner->suite = suite; in srunner_create()
137 return runner; in srunner_create()
181 runner->nfailures++; in handle_failure()
195 assert(runner != NULL); in srunner_run_all()
196 suite = runner->suite; in srunner_run_all()
201 runner->nchecks++; in srunner_run_all()
238 int passed = runner->nchecks - runner->nfailures; in srunner_summarize()
263 assert(runner != NULL); in srunner_ntests_failed()
269 if (! runner) { in srunner_free()
[all …]
H A Dminicheck.h146 void srunner_run_all(SRunner *runner, const char *context, int verbosity);
147 void srunner_summarize(SRunner *runner, int verbosity);
148 int srunner_ntests_failed(SRunner *runner);
149 void srunner_free(SRunner *runner);
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/crypto/openssh/.github/workflows/
H A Dupstream.yml24 working-directory: ${{ runner.temp }}
28 working-directory: ${{ runner.temp }}
53 working-directory: ${{ runner.temp }}
H A Dselfhosted.yml77 # VMs with persistent disks that have their own runner.
91 working-directory: ${{ runner.temp }}
97 working-directory: ${{ runner.temp }}
126 working-directory: ${{ runner.temp }}
/freebsd-14.2/contrib/googletest/
H A DREADME.md112 [GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based
113 automated test-runner and Graphical User Interface with powerful features for
116 [GoogleTest UI](https://github.com/ospector/gtest-gbar) is a test runner that
124 result output. If your test runner understands TAP, you may find it useful.
126 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
/freebsd-14.2/sys/contrib/openzfs/tests/test-runner/bin/
H A D.gitignore1 test-runner.py
/freebsd-14.2/.github/workflows/
H A Dcross-bootstrap-tools.yml42 if: runner.os == 'Linux'
47 if: runner.os == 'macOS'
/freebsd-14.2/contrib/ntp/sntp/tests/
H A Dtestconf.yml1 # configure the test runner generator to properly set up the tests
/freebsd-14.2/tests/sys/netpfil/common/
H A DMakefile22 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-14.2/sys/contrib/openzfs/.github/workflows/
H A Dzfs-linux.yml23 run: tar czf modules-${{ matrix.os }}.tgz *.deb .github tests/test-runner tests/ImageOS.txt
H A Dzfs-linux-tests.yml30 # run for 10 minutes or at most 2 iterations for a maximum runner
/freebsd-14.2/contrib/libfido2/fuzz/
H A DMakefile7 RUNNER := libfido2-runner
/freebsd-14.2/sys/contrib/openzfs/man/
H A DMakefile.am7 %D%/man1/test-runner.1 \

12