Home
last modified time | relevance | path

Searched refs:runTests (Results 1 - 25 of 29) sorted by relevance

12

/third_party/python/Lib/unittest/test/
H A Dtest_setups.py16 def runTests(self, *cases): member in TestSetups
44 result = self.runTests(Test)
62 result = self.runTests(Test)
91 result = self.runTests(Test, Test2)
108 result = self.runTests(BrokenTest)
139 result = self.runTests(Test, Test2)
162 self.runTests(Test)
179 self.runTests(Test)
280 result = self.runTests(Test)
320 result = self.runTests(Tes
[all...]
H A Dtest_runner.py24 def runTests(*cases): function
287 runTests(TestableTest)
292 runTests(TestableTest)
314 runTests(TestableTest)
319 runTests(TestableTest)
419 result = runTests(TestableTest)
442 result = runTests(TestableTest)
471 result = runTests(TestableTest)
481 result = runTests(TestableTest)
492 result = runTests(TestableTes
[all...]
H A Dtest_program.py265 def runTests(self, *args, **kw): pass member in TestCommandLineArgs.testWarning.FakeTP
290 program.runTests()
306 program.runTests()
320 program.runTests()
339 program.runTests()
364 program.runTests()
H A Dtest_break.py241 p.runTests()
256 p.runTests()
/third_party/node/test/node-api/test_reference_by_node_api_version/
H A Dtest.js15 async function runTests(addon, isVersion8, isLocalSymbol) {
118 await runTests(addon_v8, /* isVersion8 */ true, /* isLocalSymbol */ true);
119 await runTests(addon_v8, /* isVersion8 */ true, /* isLocalSymbol */ false);
120 await runTests(addon_new, /* isVersion8 */ false, /* isLocalSymbol */ true);
121 await runTests(addon_new, /* isVersion8 */ false, /* isLocalSymbol */ false);
/third_party/node/test/js-native-api/test_cannot_run_js/
H A Dtest.js15 function runTests(addon, isVersion8) { function
20 runTests(addon_v8, /* isVersion8 */ true);
21 runTests(addon_new, /* isVersion8 */ false);
/third_party/typescript/tests/baselines/reference/
H A DparserVariableDeclaration3.js2 function runTests() { function
10 function runTests() {
/third_party/node/test/fixtures/wpt/url/
H A DIdnaTestV2.window.js1 promise_test(() => fetch("resources/IdnaTestV2.json").then(res => res.json()).then(runTests), "Loading data…");
17 function runTests(idnaTests) {
H A Dpercent-encoding.window.js1 promise_test(() => fetch("resources/percent-encoding.json").then(res => res.json()).then(runTests), "Loading data…");
3 function runTests(testUnits) { function
H A Dtoascii.window.js1 promise_test(() => fetch("resources/toascii.json").then(res => res.json()).then(runTests), "Loading data…");
14 function runTests(tests) {
/third_party/node/test/parallel/
H A Dtest-inspect-async-hook-setup-at-inspect.js47 async function runTests() {
69 runTests();
H A Dtest-inspector-async-hook-setup-at-signal.js62 async function runTests() {
84 runTests().then(common.mustCall());
H A Dtest-inspector-async-stack-traces-promise-then.js20 async function runTests() {
71 runTests().then(common.mustCall());
H A Dtest-inspector-wait-for-connection.js9 async function runTests() {
61 runTests().then(common.mustCall());
H A Dtest-whatwg-url-toascii.js29 runTests(request.response)
44 function runTests(tests) { function
H A Dtest-fs-utimes.js88 runTests(cases.values());
90 function runTests(iter) { function
122 setImmediate(common.mustCall(runTests), iter);
H A Dtest-fs-write-optional-params.js61 async function runTests(fd) {
114 runTests(fd).then(common.mustCall(() => fs.close(fd, common.mustSucceed())));
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/
H A DAngleNativeTest.java126 runTests(activity); in postStart()
158 private void runTests(Activity activity) in runTests() method in AngleNativeTest
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp31 void runTests(void);
133 runTests(); in main()
175 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests() function in HowExpensiveTest
215 int32_t iter = t.runTests(&st,&me); in runTestOn()
245 virtual int32_t runTests(double *subTime, double *marginOfError) { in runTests() function in SieveTest
744 void runTests() { in runTests() function
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dctest.h148 runTests ( const TestNode* root);
249 * This must be called before runTests.
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dctest.h141 runTests ( const TestNode* root);
242 * This must be called before runTests.
/third_party/python/Lib/unittest/
H A Dmain.py102 self.runTests()
249 def runTests(self): member in TestProgram
/third_party/icu/icu4j/perf-tests/perldriver/
H A DPerfFramework4j.pm52 sub runTests { subroutine
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm54 sub runTests { subroutine
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/
H A Drun_wasm_gm_tests.go114 if err := runTests(ctx, builtAbsPath, nodeBinAbsPath, resourceAbsPath, testHarnessAbsPath, testsWorkPath, *webGLVersion); err != nil {
194 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath string, webglVersion int) error {

Completed in 10 milliseconds

12