Home
last modified time | relevance | path

Searched full:runner (Results 1 – 25 of 1515) sorted by relevance

12345678910>>...61

/third_party/python/Lib/test/test_asyncio/
Dtest_runners.py265 with asyncio.Runner(debug=False) as runner:
266 self.assertFalse(runner.get_loop().get_debug())
269 with asyncio.Runner(debug=True) as runner:
270 self.assertTrue(runner.get_loop().get_debug())
274 with asyncio.Runner(loop_factory=lambda: loop) as runner:
275 self.assertIs(runner.get_loop(), loop)
282 with asyncio.Runner() as runner:
283 self.assertEqual('done', runner.run(f()))
284 loop = runner.get_loop()
288 "Runner is closed"
[all …]
Dtest_taskgroups.py107 async def runner(): function
117 await asyncio.create_task(runner())
146 async def runner(): function
165 await asyncio.create_task(runner())
184 async def runner(): function
189 r = asyncio.create_task(runner())
211 async def runner(): function
223 r = asyncio.create_task(runner())
241 async def runner(): function
248 r = asyncio.create_task(runner())
[all …]
/third_party/node/test/parallel/
Dtest-runner-output.mjs64 { name: 'test-runner/output/abort.js' },
65 { name: 'test-runner/output/abort_suite.js' },
66 { name: 'test-runner/output/abort_hooks.js' },
67 { name: 'test-runner/output/describe_it.js' },
68 { name: 'test-runner/output/describe_nested.js' },
69 { name: 'test-runner/output/hooks.js' },
70 { name: 'test-runner/output/timeout_in_before_each_should_not_affect_further_tests.js' },
71 { name: 'test-runner/output/hooks-with-no-global-test.js' },
72 { name: 'test-runner/output/before-and-after-each-too-many-listeners.js' },
73 { name: 'test-runner/output/before-and-after-each-with-timeout-too-many-listeners.js' },
[all …]
/third_party/skia/third_party/externals/expat/expat/tests/
Dminicheck.c126 SRunner *runner = calloc(1, sizeof(SRunner)); in srunner_create() local
127 if (runner != NULL) { in srunner_create()
128 runner->suite = suite; in srunner_create()
130 return runner; in srunner_create()
154 handle_failure(SRunner *runner, int verbosity, const char *phase_info) { in handle_failure() argument
155 runner->nfailures++; in handle_failure()
163 srunner_run_all(SRunner *runner, int verbosity) { in srunner_run_all() argument
166 assert(runner != NULL); in srunner_run_all()
167 suite = runner->suite; in srunner_run_all()
172 runner->nchecks++; in srunner_run_all()
[all …]
/third_party/node/test/fixtures/test-runner/output/
Dhooks.snapshot41 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):3'
50 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):3'
60 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):1'
91 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):1'
111 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):3'
131 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):3'
150 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):1'
160 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):3'
180 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):3'
200 location: '/test/fixtures/test-runner/output/hooks.js:(LINE):1'
[all …]
Ddescribe_it.snapshot16 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):4'
33 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
65 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
97 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
114 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
123 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
153 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
196 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):3'
222 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
231 location: '/test/fixtures/test-runner/output/describe_it.js:(LINE):1'
[all …]
Doutput.snapshot16 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
33 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
66 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
93 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
110 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
127 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
157 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
200 location: '/test/fixtures/test-runner/output/output.js:(LINE):11'
221 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
230 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
[all …]
Doutput_cli.snapshot16 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
33 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
66 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
93 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
110 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
127 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
157 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
200 location: '/test/fixtures/test-runner/output/output.js:(LINE):11'
221 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
230 location: '/test/fixtures/test-runner/output/output.js:(LINE):1'
[all …]
Dabort.snapshot27 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
36 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
45 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
66 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
87 location: '/test/fixtures/test-runner/output/abort.js:(LINE):7'
108 location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
123 location: '/test/fixtures/test-runner/output/abort.js:(LINE):1'
164 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
173 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
182 location: '/test/fixtures/test-runner/output/abort.js:(LINE):5'
[all …]
Dabort_hooks.snapshot15 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):3'
24 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):3'
34 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):1'
67 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):1'
89 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):3'
110 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):3'
132 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):1'
142 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):3'
163 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):3'
185 location: '/test/fixtures/test-runner/output/abort_hooks.js:(LINE):1'
/third_party/node/deps/v8/tools/unittests/testdata/
Dexpected_test_results1.json5 …build/d8_mocked.py --test strawberries --random-seed=123 --nohard-abort --testing-d8-test-runner",
16 "--testing-d8-test-runner"
24 "stdout": "--test strawberries --random-seed=123 --nohard-abort --testing-d8-test-runner\n",
30 …build/d8_mocked.py --test strawberries --random-seed=123 --nohard-abort --testing-d8-test-runner",
41 "--testing-d8-test-runner"
49 "stdout": "--test strawberries --random-seed=123 --nohard-abort --testing-d8-test-runner\n",
55 …build/d8_mocked.py --test strawberries --random-seed=123 --nohard-abort --testing-d8-test-runner",
66 "--testing-d8-test-runner"
74 "stdout": "--test strawberries --random-seed=123 --nohard-abort --testing-d8-test-runner\n",
82 …build/d8_mocked.py --test strawberries --random-seed=123 --nohard-abort --testing-d8-test-runner",
[all …]
Dexpected_test_results2.json5 …on out/build/d8_mocked.py bananaflakes --random-seed=123 --nohard-abort --testing-d8-test-runner",
15 "--testing-d8-test-runner"
23 "stdout": "bananaflakes --random-seed=123 --nohard-abort --testing-d8-test-runner\n",
29 …on out/build/d8_mocked.py bananaflakes --random-seed=123 --nohard-abort --testing-d8-test-runner",
39 "--testing-d8-test-runner"
47 "stdout": "bananaflakes --random-seed=123 --nohard-abort --testing-d8-test-runner\n",
55 …on out/build/d8_mocked.py bananaflakes --random-seed=123 --nohard-abort --testing-d8-test-runner",
65 "--testing-d8-test-runner"
78 …on out/build/d8_mocked.py bananaflakes --random-seed=123 --nohard-abort --testing-d8-test-runner",
88 "--testing-d8-test-runner"
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
Dstructured-clone-battery-of-tests-harness.js5 * The `runner` parameter has the following properties:
15 function runStructuredCloneBatteryOfTests(runner) { argument
23 runner = Object.assign({}, defaultRunner, runner);
25 let setupPromise = runner.setup();
28 if (!runner.hasDocument && test.requiresDocument) {
36 await runner.preTest(test);
37 await test.f(runner)
38 await runner.postTest(test);
43 Promise.all(allTests).then(_ => runner.teardown());
/third_party/vk-gl-cts/external/openglcts/modules/
DCMakeLists.txt68 # CTS Test Runner
69 add_subdirectory(runner)
70 include_directories(runner)
73 # Stand-alone cts-runner executable
74 add_executable(cts-runner runner/glcTestRunnerMain.cpp glcTestPackageEntry.cpp)
75 target_link_libraries(cts-runner tcutil-platform glcts-runner glcts${MODULE_LIB_TARGET_POSTFIX})
82 …set(DEQP_MODULE_ENTRY_POINTS ${DEQP_MODULE_ENTRY_POINTS} ${CMAKE_CURRENT_SOURCE_DIR}/runner/glcAnd…
83 set(DEQP_MODULE_LIBRARIES ${DEQP_MODULE_LIBRARIES} glcts-runner PARENT_SCOPE)
/third_party/nghttp2/.github/workflows/
Dbuild.yml28 if: runner.os == 'Linux'
31 key: ${{ runner.os }}-libbpf-${{ env.LIBBPF_VERSION }}
37 key: ${{ runner.os }}-openssl-${{ env.OPENSSL1_VERSION }}
43 key: ${{ runner.os }}-openssl-${{ env.OPENSSL3_VERSION }}
52 key: ${{ runner.os }}-boringssl-${{ env.BORINGSSL_VERSION }}
58 key: ${{ runner.os }}-nghttp3-${{ env.NGHTTP3_VERSION }}
64 key: ${{ runner.os }}-ngtcp2-${{ env.NGTCP2_VERSION }}-openssl-${{ env.OPENSSL1_VERSION }}
70 key: ${{ runner.os }}-ngtcp2-${{ env.NGTCP2_VERSION }}-openssl-${{ env.OPENSSL3_VERSION }}
73 (steps.cache-libbpf.outputs.cache-hit != 'true' && runner.os == 'Linux') ||
83 if: runner.os == 'Linux' && steps.settings.outputs.needs-build == 'true'
[all …]
/third_party/python/Doc/library/
Dasyncio-runner.rst62 Runner context manager
65 .. class:: Runner(*, debug=None, loop_factory=None)
82 Basically, :func:`asyncio.run()` example can be rewritten with the runner usage::
88 with asyncio.Runner() as runner:
89 runner.run(main())
101 The runner's default context is used if ``None``.
108 Close the runner.
115 Return the event loop associated with the runner instance.
119 :class:`Runner` uses the lazy initialization strategy, its constructor doesn't
138 1. :meth:`asyncio.Runner.run` installs a custom :const:`signal.SIGINT` handler before
[all …]
/third_party/mesa3d/docs/ci/
Dbare-metal.rst4 The bare-metal scripts run on a system with gitlab-runner and Docker,
18 This testing requires power control of the DUTs by the gitlab-runner
22 We require access to the console output from the gitlab-runner system,
28 gitlab-runner system, since Mesa often needs to update the kernel either for new
34 our deqp/piglit/etc. payload is large, we use nfs from the x86 runner system
46 gitlab-runner mounts the runner's tftp directory specific to the board
52 of needing more storage on the runner.
55 done using dnsmasq on the runner host. For example, this snippet in
56 the dnsmasq.conf.d in the google farm, with the gitlab-runner host we
86 - x86-64 gitlab-runner machine with a mid-range CPU, and 3+ GB of SSD storage
[all …]
DLAVA.rst15 The gitlab-runner will run on some host that has access to the LAVA
18 gitlab-runner spawns a Docker container with lavacli in it, and
47 to connect Mesa CI to it. Install gitlab-runner and register as a
48 shared runner (you'll need a GitLab admin for help with this). The
49 runner *must* have a tag (like "mesa-ci-x86-64-lava-rk3399-gru-kevin")
51 across ``gitlab.freedesktop.org``, and your runner isn't ready for
57 ``/etc/gitlab-runner/config.toml`` so it can access localhost. Create a
58 gitlab-runner user in your LAVA instance, log in under that user on
67 username: gitlab-runner
70 ``/etc/gitlab-runner/config.toml`` so that the Docker container can
/third_party/vk-gl-cts/android/cts/
DAndroidTest.xml50 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
59 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
68 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
77 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
86 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
95 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
104 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
114 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
124 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
134 <test class="com.drawelements.deqp.runner.DeqpTestRunner">
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml62 HWCI_TEST_SCRIPT: "/install/piglit/piglit-runner.sh"
64 - install/piglit/piglit-runner.sh
88 - ./install/deqp-runner.sh
104 HWCI_TEST_SCRIPT: "/install/skqp-runner.sh"
108 - ./install/fossilize-runner.sh
140 # ARM testing of bare-metal boards attached to an x86 gitlab-runner system
153 # ARM64 testing of bare-metal boards attached to an x86 gitlab-runner system
166 # ARM64 testing of bare-metal boards attached to an x86 gitlab-runner system, using an asan mesa bu…
181 HWCI_TEST_SCRIPT: "/install/deqp-runner.sh"
187 HWCI_TEST_SCRIPT: "/install/skqp-runner.sh"
[all …]
/third_party/typescript/src/testRunner/parallel/
Dhost.ts185 function hashName(runner: TestRunnerKind | "unittest", test: string) {
186 return `tsrunner-${runner}://${test}`;
191 console.log("Discovering runner-based tests...");
193 for (const runner of runners) { constant
194 for (const test of runner.getTestFiles()) {
199 size = statSync(path.join(runner.workingDirectory, file)).size;
204 …size = IO.listFiles(path.join(runner.workingDirectory, file), /.*/g, { recursive: true }).reduce((…
213 const hashedName = hashName(runner.kind(), file);
218 newTasks.push({ runner: runner.kind(), file, size });
222 tasks.push({ runner: runner.kind(), file, size });
[all …]
/third_party/protobuf/conformance/
DMakefile.am183 bin_PROGRAMS = conformance-test-runner conformance-cpp
335 test_cpp: protoc_middleman conformance-test-runner conformance-cpp
336 …./conformance-test-runner --enforce_recommended --failure_list failure_list_cpp.txt ./conformance-…
338 test_java: protoc_middleman conformance-test-runner conformance-java
339 …./conformance-test-runner --enforce_recommended --failure_list failure_list_java.txt --text_format…
341 test_java_lite: protoc_middleman conformance-test-runner conformance-java-lite
342 ./conformance-test-runner --enforce_recommended ./conformance-java-lite
344 test_csharp: protoc_middleman conformance-test-runner conformance-csharp
345 …./conformance-test-runner --enforce_recommended --failure_list failure_list_csharp.txt --text_form…
347 test_ruby: protoc_middleman conformance-test-runner $(other_language_protoc_outputs)
[all …]
/third_party/python/Lib/asyncio/
Drunners.py1 __all__ = ('Runner', 'run')
21 class Runner: class
35 with asyncio.Runner(debug=True) as runner:
36 runner.run(main())
38 The run() method can be called multiple times within the runner's context.
94 "Runner.run() cannot be called from a running event loop")
133 raise RuntimeError("Runner is closed")
189 with Runner(debug=debug) as runner:
190 return runner.run(main)
/third_party/vixl/tools/
Dcode_coverage.sh42 RUNNER="$BUILDDIR/test/test-runner"
47 if [ ! -f "$RUNNER" ]; then
48 echo "$RUNNER not found."
49 echo "No test-runner for profiling."
54 tests=`$RUNNER --list | wc -l`
58 $RUNNER --run-all 2>&1 | grep -P "^Running [A-Z0-9]{3,}_" | pv -lbp -w 40 -s $tests >/dev/null
64 REPORT="llvm-cov report $RUNNER -instr-profile=$PROFDATA $BUILDDIR/src/"
/third_party/typescript/tests/baselines/reference/user/
Dassert.log4 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
5 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
6 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
7 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
8 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
9 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
10 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
11 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
16 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
19 …not find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save…
[all …]

12345678910>>...61