Searched refs:runner (Results 1 – 5 of 5) sorted by relevance
97 runner = RunnerClass(verbosity=2 if args.verbose else 1, debug=args.debug, variable99 runner.run(tests)101 runner = RunnerClass(verbosity=2 if args.verbose else 1, debug=args.debug) variable102 runner.run(tests)
189 runner = RunnerClass(verbosity=2 if sp.verbose else 1, debug=sp.debug,191 runner.run(tests)193 runner = RunnerClass(stream=sys.stderr, verbosity=2 if sp.verbose else 1,195 runner.run(tests)
1031 struct cuckoo_node *runner = node; in cuckoo_node_looped() local1037 while (runner->next && runner->next->next) { in cuckoo_node_looped()1038 runner = runner->next->next; in cuckoo_node_looped()1041 if (runner == node) { in cuckoo_node_looped()
294 A test `harness` or `runner` is the loop that runs a VM function with299 different `vm_prot_t` value. This particular runner is used by some tests of383 runner with that setup and those trials. The test runner loops through387 similar parameters to yours then you can use the same runner or implement388 a variation on that runner.
36 Default runner supports few options: