Searched refs:runner (Results 1 – 25 of 42) sorted by relevance
12
127 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 …]
114 void srunner_run_all(SRunner *runner, int verbosity);115 int srunner_ntests_failed(SRunner *runner);116 void srunner_free(SRunner *runner);
19 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}
21 s:usr/src/test/test-runner/cmd/run.py:tests/test-runner/cmd/test-runner.py:g
3 pkgdatadir = $(datadir)/@PACKAGE@/test-runner/bin5 test-runner.py \
1 test-runner.py
5 The ZFS Test Suite runs under the test-runner framework. This framework60 prior to invoking test-runner. This includes the runfile63 -q Quiet test-runner output. When specified it is passed to64 test-runner(1) which causes output to be written to the78 when test-runner exists. This is useful when the results of106 The format of the runfile is explained in test-runner(1), and126 STF_TOOLS: /usr/share/zfs/test-runner140 /usr/share/zfs/test-runner/bin/test-runner.py -c /usr/share/zfs/runfiles/linux.run \
3 SUBDIRS = runfiles test-runner zfs-tests
73 [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 runs83 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
33 if: runner.os == 'Linux'38 if: runner.os == 'macOS'
1 dist_man_MANS = test-runner.1
1 pkgdatadir = $(datadir)/@PACKAGE@/test-runner/include
1 # configure the test runner generator to properly set up the tests
57 dist_check_SCRIPTS = tests-runner
18 runner.subr \
31 . $(atf_get_srcdir)/runner.subr
29 . $(atf_get_srcdir)/runner.subr
6 RUNNER := libfido2-runner
47 # run for 20 minutes to have a total runner time of 30 minutes
199 tests/test-runner/Makefile200 tests/test-runner/bin/Makefile201 tests/test-runner/include/Makefile202 tests/test-runner/man/Makefile
6 a test runner to detect that a test program has exited113 machines (requires support from the test runner).