Home
last modified time | relevance | path

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

1234567

/third_party/python/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)
243 runTests(TestableTest)
248 runTests(TestableTest)
347 result = runTests(TestableTest)
370 result = runTests(TestableTest)
399 result = runTests(TestableTest)
409 result = runTests(TestableTest)
420 result = runTests(TestableTest)
[all …]
/third_party/boost/libs/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()
/third_party/curl/tests/data/
Dtest11694 runtests.pl
15 Verify that runtests.pl accepts an -L option
19 %SRCDIR/runtests.pl -L %SRCDIR/log/test1196-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=%SRCDIR/log/data -o LOGDIR=%SRCDIR/log/log -E %SRCDIR/log/test%TESTN…
/third_party/curl/tests/
Druntests.123 .TH runtests.pl 1 "19 Jan 2021" "Curl 7.75.0" "runtests"
25 runtests.pl \- run one or more test cases
27 .B runtests.pl [options] [tests]
29 \fIruntests.pl\fP runs one, several or all the existing test cases in curl's
72 Run the test event-based (if possible). This will make runtests invoke curl
89 This option allows to change \fIruntests.pl\fP behaviour by overwriting
143 Selects a \fBtorture\fP test for the given tests. This makes runtests.pl first
DREADME.md70 and invokes the 'runtests.pl' perl script to run all the tests. Edit the top
81 (like `./runtests.pl 3 4` to test 3 and 4 only). It also supports test case
82 ranges with 'to', as in `./runtests.pl 3 to 9` which runs the seven tests
132 runtests.pl's `-t` option will enable torture testing mode, which runs each
143 line parameters that failed. Just invoke `runtests.pl <test number> -g` and
150 runtests.pl script). They remain in there after a test run.
180 The runtests.pl script provides some hooks to allow curl to be tested on a
184 the beginning of runtests.pl for details.
190 runtests.pl script via the make `TFLAGS` variable.
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 \
65 TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
D.gitignore17 runtests.html
18 runtests.pdf
/third_party/skia/third_party/externals/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)
/third_party/typescript/tests/baselines/reference/
DparserVariableDeclaration3.symbols2 function runTests() {
3 >runTests : Symbol(runTests, Decl(parserVariableDeclaration3.ts, 0, 0))
DparserVariableDeclaration3.js2 function runTests() { function
10 function runTests() {
DparserVariableDeclaration3.types2 function runTests() {
3 >runTests : () => void
/third_party/typescript/
DCONTRIBUTING.md67 7. Make sure everything builds and tests pass: `gulp runtests-parallel`
130 To run all tests, invoke the `runtests-parallel` target using gulp:
133 gulp runtests-parallel
139 gulp runtests --tests=<regex>
145 gulp runtests --tests=compiler
151 gulp runtests --tests=2dArrays
156 You can debug with VS Code or Node instead with `gulp runtests --inspect`:
159 gulp runtests --tests=2dArrays --inspect
/third_party/skia/third_party/externals/expat/expat/tests/
DMakefile.am39 check_PROGRAMS = runtests runtestspp program
40 TESTS = runtests runtestspp
52 runtests.c
/third_party/expat/tests/
DMakefile.am39 check_PROGRAMS = runtests runtestspp program
40 TESTS = runtests runtestspp
52 runtests.c
/third_party/skia/third_party/externals/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 __anon0469835b0202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon0469835b0502()
/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 __anon0eb805660202()
169 RunTests(&late_const_init_mutex, nullptr); in __anon0eb805660502()
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/test/
Dindex.js5 var runTests = require('./tests'); variable
14 runTests(getDescriptors, t);
/third_party/node/test/sequential/
Dtest-inspector-break-e.js8 async function runTests() { function
21 runTests().then(common.mustCall());
Dtest-inspector-not-blocked-on-idle.js6 async function runTests() { function
20 runTests().then(common.mustCall());
/third_party/node/deps/npm/node_modules/pseudomap/test/
Dbasic.js6 runTests(PM)
10 runTests(Map)
13 function runTests (Map) { function
/third_party/glslang/
DREADME.md281 Test](gtests/), one is the [`runtests` script](Test/runtests). The former
287 The [`runtests` script](Test/runtests) requires compiled binaries to be
290 otherwise, you may want to modify the path in the `runtests` script.
308 Running `runtests` script-backed tests:
311 cd $SOURCE_DIR/Test && ./runtests
340 For the `runtests` script, it will generate current results in the
348 by `runtests` and included in the `diff` and `bump` process.

1234567