Home
last modified time | relevance | path

Searched full:runtests (Results 1 – 25 of 205) sorted by relevance

123456789

/external/python/cpython3/Lib/unittest/test/
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(Test, Test2)
[all …]
Dtest_runner.py23 def runTests(*cases): function
216 runTests(TestableTest)
221 runTests(TestableTest)
277 result = runTests(TestableTest)
300 result = runTests(TestableTest)
329 result = runTests(TestableTest)
338 result = runTests(TestableTest)
349 result = runTests(TestableTest)
447 result = runTests(TestableTest)
454 runTests(TestableTest)
[all …]
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_setups.py15 def runTests(self, *cases): member in TestSetups
46 result = self.runTests(Test)
67 result = self.runTests(Test)
102 result = self.runTests(Test, Test2)
122 result = self.runTests(BrokenTest)
159 result = self.runTests(Test, Test2)
185 self.runTests(Test)
205 self.runTests(Test)
326 result = self.runTests(Test)
374 result = self.runTests(Test, Test2)
[all …]
/external/python/cpython2/Lib/unittest/test/
Dtest_setups.py17 def runTests(self, *cases): member in TestSetups
45 result = self.runTests(Test)
63 result = self.runTests(Test)
92 result = self.runTests(Test, Test2)
109 result = self.runTests(BrokenTest)
140 result = self.runTests(Test, Test2)
163 self.runTests(Test)
180 self.runTests(Test)
281 result = self.runTests(Test)
321 result = self.runTests(Test, Test2)
[all …]
/external/autotest/client/tests/connectathon/
Dconnectathon.tar.bz2 ... connectathon/ connectathon/runtests connectathon/README connectathon/basic/ connectathon/basic ...
/external/curl/tests/
DREADME.md60 indexed from, can be set explicitly using runtests.pl' -b option to allow
71 and invokes the 'runtests.pl' perl script to run all the tests. Edit the top
82 (like `./runtests.pl 3 4` to test 3 and 4 only). It also supports test case
83 ranges with 'to', as in `./runtests.pl 3 to 9` which runs the seven tests
131 runtests.pl's `-t` option will enable torture testing mode, which runs each
142 line parameters that failed. Just invoke `runtests.pl <test number> -g` and
149 runtests.pl script). They remain in there after a test run.
179 The runtests.pl script provides some hooks to allow curl to be tested on a
183 the beginning of runtests.pl for details.
189 runtests.pl script via the make `TFLAGS` variable.
Druntests.123 .TH runtests.pl 1 "August 05, 2020" "Curl 7.73.0" "runtests"
26 runtests.pl \- run one or more test cases
28 .B runtests.pl [options] [tests]
30 \fIruntests.pl\fP runs one, several or all the existing test cases in curl's
65 Run the test event-based (if possible). This will make runtests invoke curl
118 Selects a \fBtorture\fP test for the given tests. This makes runtests.pl first
DMakefile.am23 HTMLPAGES = testcurl.html runtests.html
24 PDFPAGES = testcurl.pdf runtests.pdf
25 MANDISTPAGES = runtests.1.dist testcurl.1.dist
27 EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \
29 valgrind.pm ftp.pm sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \
66 TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
/external/lottie/
Dgcloud_run.sh19 RunTests() function
26 RunTests
31 RunTests
37 RunTests
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_unittest.cc78 void RunTests(const TestData* tests, int num_tests) { in RunTests() function
105 RunTests(tests, arraysize(tests)); in TEST()
137 RunTests(tests, arraysize(tests)); in TEST()
161 RunTests(tests, arraysize(tests)); in TEST()
209 RunTests(tests, arraysize(tests)); in TEST()
240 RunTests(tests, arraysize(tests)); in TEST()
270 RunTests(tests, arraysize(tests)); in TEST()
302 RunTests(tests, arraysize(tests)); in TEST()
333 RunTests(tests, arraysize(tests)); in TEST()
/external/oboe/apps/fxlab/app/src/main/cpp/tests/
DCMakeLists.txt13 # Link runTests with what we want to test and the GTest and pthread library
14 add_executable(runTests testEffects.cpp) target
15 target_link_libraries(runTests ${GTEST_LIBRARIES} pthread)
/external/bc/
Drelease.sh298 runtests() { function
359 runtests "$debug" "$_debug_CC" "-g" "$_debug_run_tests"
362 runtests "$debug -fsanitize=undefined" "$_debug_CC" "-g" "$_debug_run_tests"
380 runtests "$release" "$_release_CC" "-O3" "$_release_run_tests"
393 runtests "$debug" "$_reldebug_CC" "-gO3" "$_reldebug_run_tests"
396 runtests "$debug -fsanitize=address" "$_reldebug_CC" "-gO3" "$_reldebug_run_tests"
397 runtests "$debug -fsanitize=memory" "$_reldebug_CC" "-gO3" "$_reldebug_run_tests"
416 runtests "$release" "$_minsize_CC" "-Os" "$_minsize_run_tests"
/external/antlr/tool/src/test/java/org/antlr/test/
DTestLeftRecursion.java66 runTests(grammar, tests, "e"); in testTernaryExpr()
97 runTests(grammar, tests, "declarator"); in testDeclarationsUsingASTOperators()
128 runTests(grammar, tests, "declarator"); in testDeclarationsUsingRewriteOperators()
160 runTests(grammar, tests, "e"); in testExpressionsUsingASTOperators()
191 runTests(grammar, tests, "e"); in testExpressionsUsingRewriteOperators()
228 runTests(grammar, tests, "e"); in testExpressionAssociativity()
321 runTests(grammar, tests, "e"); in testJavaExpressions()
339 runTests(grammar, tests, "s"); in testReturnValueAndActions()
358 runTests(grammar, tests, "s"); in testReturnValueAndActionsAndASTs()
361 public void runTests(String grammar, String[] tests, String startRule) { in runTests() method in TestLeftRecursion
/external/antlr/runtime/Python3/tests/
Dt060leftrecursion.py41 # def runTests(self, grammar, tests, grammarEntry):
129 # self.runTests(grammar, tests, "e")
166 # self.runTests(grammar, tests, "declarator")
203 # self.runTests(grammar, tests, "declarator")
241 # self.runTests(grammar, tests, "e")
280 # self.runTests(grammar, tests, "e")
322 # self.runTests(grammar, tests, "e")
415 # self.runTests(grammar, tests, "e")
439 # self.runTests(grammar, tests, "s")
464 # self.runTests(grammar, tests, "s")
/external/antlr/runtime/Python/tests/
Dt060leftrecursion.py41 # def runTests(self, grammar, tests, grammarEntry):
129 # self.runTests(grammar, tests, "e")
166 # self.runTests(grammar, tests, "declarator")
203 # self.runTests(grammar, tests, "declarator")
241 # self.runTests(grammar, tests, "e")
280 # self.runTests(grammar, tests, "e")
322 # self.runTests(grammar, tests, "e")
415 # self.runTests(grammar, tests, "e")
439 # self.runTests(grammar, tests, "s")
464 # self.runTests(grammar, tests, "s")
/external/autotest/client/bin/self-test/
Dtest16 function runtests { function
55 test) runtests tests/* ;;
56 *) runtests "$@" ;;
/external/expat/tests/
DMakefile.am37 check_PROGRAMS = runtests runtestspp program
38 TESTS = runtests runtestspp
50 runtests.c
/external/webrtc/test/ios/
Dtest_support.mm46 - (void)runTests; method
70 [self performSelector:@selector(runTests) withObject:nil afterDelay:0.1];
74 - (void)runTests { method
116 // runTests above.
/external/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon1576c5340202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon1576c5340502()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon71ce24d50202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon71ce24d50502()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anona28d41440202()
169 RunTests(&late_const_init_mutex, nullptr); in __anona28d41440502()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anon47cae8350202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon47cae8350502()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dlifetime_test.cc76 void RunTests(absl::Mutex* mutex, absl::CondVar* condvar) { in RunTests() function
96 RunTests(&mutex, &condvar); in TestLocals()
101 void TestConstInitGlobal() { RunTests(&const_init_mutex, nullptr); } in TestConstInitGlobal()
138 RunTests(&early_const_init_mutex, nullptr); in __anond8004f630202()
169 RunTests(&late_const_init_mutex, nullptr); in __anond8004f630502()
/external/gemmlowp/test/
Dtest_fixedpoint.cc478 void RunTests(const char* msg) { in RunTests() function in gemmlowp::__anon3853b5040111::TestFixedPoint
583 gemmlowp::TestFixedPoint<std::int32_t>().RunTests("Scalar int32"); in main()
584 gemmlowp::TestFixedPoint<std::int16_t>().RunTests("Scalar int16"); in main()
586 gemmlowp::TestFixedPoint<__m128i>().RunTests("SSE4 __m128i = int32x4"); in main()
587 gemmlowp::TestFixedPoint<gemmlowp::int16x8_m128i>().RunTests( in main()
591 gemmlowp::TestFixedPoint<int32x4_t>().RunTests("NEON int32x4_t"); in main()
592 gemmlowp::TestFixedPoint<int16x8_t>().RunTests("NEON int16x8_t"); in main()
595 gemmlowp::TestFixedPoint<v4i32>().RunTests("MSA v4i32"); in main()
596 gemmlowp::TestFixedPoint<v8i16>().RunTests("MSA v8i16"); in main()
599 gemmlowp::TestFixedPoint<__m256i>().RunTests("AVX __m256i"); in main()
[all …]
/external/deqp-deps/glslang/
DREADME.md290 Test](gtests/), one is the [`runtests` script](Test/runtests). The former
296 The [`runtests` script](Test/runtests) requires compiled binaries to be
299 otherwise, you may want to modify the path in the `runtests` script.
317 Running `runtests` script-backed tests:
320 cd $SOURCE_DIR/Test && ./runtests
349 For the `runtests` script, it will generate current results in the
357 by `runtests` and included in the `diff` and `bump` process.

123456789