| /freebsd-14.2/contrib/expat/tests/ |
| H A D | minicheck.c | 134 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 D | minicheck.h | 146 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 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-14.2/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-14.2/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-14.2/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-14.2/crypto/openssh/.github/workflows/ |
| H A D | upstream.yml | 24 working-directory: ${{ runner.temp }} 28 working-directory: ${{ runner.temp }} 53 working-directory: ${{ runner.temp }}
|
| H A D | selfhosted.yml | 77 # 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 D | README.md | 112 [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 | .gitignore | 1 test-runner.py
|
| /freebsd-14.2/.github/workflows/ |
| H A D | cross-bootstrap-tools.yml | 42 if: runner.os == 'Linux' 47 if: runner.os == 'macOS'
|
| /freebsd-14.2/contrib/ntp/sntp/tests/ |
| H A D | testconf.yml | 1 # configure the test runner generator to properly set up the tests
|
| /freebsd-14.2/tests/sys/netpfil/common/ |
| H A D | Makefile | 22 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-14.2/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-linux.yml | 23 run: tar czf modules-${{ matrix.os }}.tgz *.deb .github tests/test-runner tests/ImageOS.txt
|
| H A D | zfs-linux-tests.yml | 30 # run for 10 minutes or at most 2 iterations for a maximum runner
|
| /freebsd-14.2/contrib/libfido2/fuzz/ |
| H A D | Makefile | 7 RUNNER := libfido2-runner
|
| /freebsd-14.2/sys/contrib/openzfs/man/ |
| H A D | Makefile.am | 7 %D%/man1/test-runner.1 \
|