Home
last modified time | relevance | path

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

1234567891011

/external/liburing/test/
DMakefile221 install: $(test_targets) runtests.sh runtests-loop.sh
224 $(INSTALL) -D -m 755 runtests.sh $(datadir)/liburing-test/
225 $(INSTALL) -D -m 755 runtests-loop.sh $(datadir)/liburing-test/
231 runtests: all target
232 @./runtests.sh $(test_targets)
234 runtests-loop: all
235 @./runtests-loop.sh $(test_targets)
238 @./runtests-quiet.sh $<
240 runtests-parallel: $(run_test_targets)
243 .PHONY: all install clean runtests runtests-loop runtests-parallel
/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.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(TestableTest)
[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/curl/tests/
DREADME.md25 "make test" builds the test suite support code and invokes the 'runtests.pl'
27 directly to 'runtests.pl'.
32 If you'd like to not use those flags, you can run 'runtests.pl' directly.
35 ./runtests.pl 303 410
39 To see what flags are available for runtests.pl, and what output it emits, run:
41 man ./tests/runtests.1
137 The `runtests.pl` `-t` option enables torture testing mode. It runs each
148 parameters that failed. Just invoke `runtests.pl <test number> -g` and then
154 runtests.pl script). They remain in there after a test run.
213 The runtests.pl script provides some hooks to allow curl to be tested on a
[all …]
Druntests.125 .TH runtests.pl 1 "06 Jun 2023" runtests runtests
27 runtests.pl \- run one or more test cases
29 .B runtests.pl [options] [tests]
31 \fIruntests.pl\fP runs one, several or all the existing test cases in curl's
59 When running without -s (short output), for instance when running runtests.pl
109 Run the test event-based (if possible). This will make runtests invoke curl
140 This option allows one to change \fIruntests.pl\fP behaviour by overwriting
197 Selects a \fBtorture\fP test for the given tests. This makes runtests.pl first
/external/sdv/vsomeip/third_party/boost/array/test/
Darray6.cpp17 void RunTests() in RunTests() function
53 RunTests< bool >(); in main()
54 RunTests< void * >(); in main()
55 RunTests< long double >(); in main()
56 RunTests< std::string >(); in main()
Darray_hash.cpp19 void RunTests() in RunTests() function
38 RunTests< int >(); in main()
39 RunTests< long >(); in main()
40 RunTests< long double >(); in main()
Darray0.cpp23 void RunTests() in RunTests() function
83 RunTests< bool >(); in main()
84 RunTests< void * >(); in main()
85 RunTests< long double >(); in main()
86 RunTests< std::string >(); in main()
/external/llvm-libc/test/utils/UnitTest/
Dtestfilter_test.cpp24 ASSERT_EQ(LIBC_NAMESPACE::testing::Test::runTests(Options), 0); in TEST()
27 ASSERT_EQ(LIBC_NAMESPACE::testing::Test::runTests(Options), 1); in TEST()
30 ASSERT_EQ(LIBC_NAMESPACE::testing::Test::runTests(Options), 0); in TEST()
33 ASSERT_EQ(LIBC_NAMESPACE::testing::Test::runTests(Options), 0); in TEST()
38 LIBC_NAMESPACE::testing::Test::runTests(Options); in main()
/external/liburing/
DMakefile20 runtests: all target
21 @$(MAKE) -C test runtests
22 runtests-loop: all
23 @$(MAKE) -C test runtests-loop
24 runtests-parallel: all
25 @$(MAKE) -C test runtests-parallel
/external/curl/tests/data/
Dtest11694 runtests.pl
15 Verify that runtests.pl accepts an -L option
19 %SRCDIR/runtests.pl -L %PWD/%LOGDIR/test%TESTNUMBER-library.pl
21 # Create a simple perl snippet that lets runtests.pl
Dtest11824 runtests.pl
15 Verify that runtests.pl accepts an exclude file with the -E option
19 %SRCDIR/runtests.pl -o TESTDIR=%LOGDIR/data -o LOGDIR=%LOGDIR/log -E %LOGDIR/test%TESTNUMBER-exclud…
/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/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/cronet/net/data/websocket/
Dwebsocket_worker_simple.js12 runTests(e.data);
16 runTests(event.data);
20 runTests = function (url) { function
/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/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/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 __anon4804ef490202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon4804ef490502()
/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 __anon704da8480202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon704da8480502()
/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 __anon6845f1f70202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon6845f1f70502()
/external/cronet/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 __anonc3c3907b0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anonc3c3907b0502()
/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 __anon709ee1580202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon709ee1580502()
/external/angle/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()
137 RunTests(&early_const_init_mutex, nullptr); in __anon1590f9370202()
168 RunTests(&late_const_init_mutex, nullptr); in __anon1590f9370502()

1234567891011