Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/expat/tests/
H A Dminicheck.c127 if (runner != NULL) { in srunner_create()
128 runner->suite = suite; in srunner_create()
130 return runner; in srunner_create()
155 runner->nfailures++; in handle_failure()
166 assert(runner != NULL); in srunner_run_all()
167 suite = runner->suite; in srunner_run_all()
172 runner->nchecks++; in srunner_run_all()
203 int passed = runner->nchecks - runner->nfailures; in srunner_run_all()
229 assert(runner != NULL); in srunner_ntests_failed()
235 if (! runner) { in srunner_free()
[all …]
H A Dminicheck.h114 void srunner_run_all(SRunner *runner, int verbosity);
115 int srunner_ntests_failed(SRunner *runner);
116 void srunner_free(SRunner *runner);
/freebsd-13.1/sys/contrib/openzfs/scripts/
H A Dcommon.sh.in19 export TEST_RUNNER=${TEST_RUNNER:-$ZTS_DIR/test-runner/bin/test-runner.py}
20 export ZTS_REPORT=${ZTS_REPORT:-$ZTS_DIR/test-runner/bin/zts-report.py}
21 export STF_TOOLS=${STF_TOOLS:-$ZTS_DIR/test-runner}
H A Dzfs2zol-patch.sed21 s:usr/src/test/test-runner/cmd/run.py:tests/test-runner/cmd/test-runner.py:g
/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/bin/
H A DMakefile.am3 pkgdatadir = $(datadir)/@PACKAGE@/test-runner/bin
5 test-runner.py \
H A D.gitignore1 test-runner.py
/freebsd-13.1/sys/contrib/openzfs/tests/
H A DREADME.md5 The ZFS Test Suite runs under the test-runner framework. This framework
60 prior to invoking test-runner. This includes the runfile
63 -q Quiet test-runner output. When specified it is passed to
64 test-runner(1) which causes output to be written to the
78 when test-runner exists. This is useful when the results of
106 The format of the runfile is explained in test-runner(1), and
126 STF_TOOLS: /usr/share/zfs/test-runner
140 /usr/share/zfs/test-runner/bin/test-runner.py -c /usr/share/zfs/runfiles/linux.run \
H A DMakefile.am3 SUBDIRS = runfiles test-runner zfs-tests
/freebsd-13.1/contrib/googletest/
H A DREADME.md73 [GTest Runner](https://github.com/nholthaus/gtest-runner) is a Qt5 based automated test-runner and …
75 [Google Test UI](https://github.com/ospector/gtest-gbar) is test runner that runs
83 result output. If your test runner understands TAP, you may find it useful.
85 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
/freebsd-13.1/.github/workflows/
H A Dcross-bootstrap-tools.yml33 if: runner.os == 'Linux'
38 if: runner.os == 'macOS'
/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/man/
H A DMakefile.am1 dist_man_MANS = test-runner.1
/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/include/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/test-runner/include
/freebsd-13.1/contrib/ntp/sntp/tests/
H A Dtestconf.yml1 # configure the test runner generator to properly set up the tests
H A DMakefile.am57 dist_check_SCRIPTS = tests-runner
/freebsd-13.1/tests/sys/netpfil/common/
H A DMakefile18 runner.subr \
H A Dfragments.sh31 . $(atf_get_srcdir)/runner.subr
H A Dpass_block.sh31 . $(atf_get_srcdir)/runner.subr
H A Dforward.sh31 . $(atf_get_srcdir)/runner.subr
H A Dtos.sh31 . $(atf_get_srcdir)/runner.subr
H A Dnat.sh31 . $(atf_get_srcdir)/runner.subr
H A Ddummynet.sh29 . $(atf_get_srcdir)/runner.subr
/freebsd-13.1/contrib/libfido2/fuzz/
H A DMakefile6 RUNNER := libfido2-runner
/freebsd-13.1/sys/contrib/openzfs/.github/workflows/
H A Dzloop.yml47 # run for 20 minutes to have a total runner time of 30 minutes
/freebsd-13.1/sys/contrib/openzfs/
H A Dconfigure.ac199 tests/test-runner/Makefile
200 tests/test-runner/bin/Makefile
201 tests/test-runner/include/Makefile
202 tests/test-runner/man/Makefile
/freebsd-13.1/contrib/googletest/googletest/
H A DCHANGES6 a test runner to detect that a test program has exited
113 machines (requires support from the test runner).

12