| /third_party/python/Lib/test/libregrtest/ |
| H A D | main.py | 31 # gh-90681: When rerunning tests, we might need to rerun the whole 51 tests -- a list of strings containing test names (optional) 52 testdir -- the directory in which to look for tests (optional) 58 If the tests argument is omitted, the tests listed on the 72 # tests 73 self.tests = [] 217 def find_tests(self, tests): 218 self.tests = tests [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_unpack_ex.py | 399 def load_tests(loader, tests, pattern): 400 tests.addTest(doctest.DocTestSuite()) 401 return tests
|
| H A D | test_listcomps.py | 118 We also repeat each of the above scoping tests inside a function 151 def load_tests(loader, tests, pattern): 152 tests.addTest(doctest.DocTestSuite()) 153 return tests
|
| H A D | test_setcomps.py | 121 We also repeat each of the above scoping tests inside a function 154 def load_tests(loader, tests, pattern): 155 tests.addTest(doctest.DocTestSuite()) 156 return tests
|
| H A D | test_metaclass.py | 257 # Trace function introduces __locals__ which causes various tests to fail. 263 def load_tests(loader, tests, pattern): 264 tests.addTest(doctest.DocTestSuite()) 265 return tests
|
| H A D | test_genexps.py | 288 def load_tests(loader, tests, pattern): 289 tests.addTest(doctest.DocTestSuite()) 290 return tests
|
| H A D | test_unpack.py | 149 def load_tests(loader, tests, pattern): 150 tests.addTest(doctest.DocTestSuite()) 151 return tests
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | hap.mak | 50 tests/data/hapq_nosnappy.mov: TAG = GEN 51 tests/data/hapq_nosnappy.mov: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data 56 tests/data/hapalphaonly_nosnappy.mov: TAG = GEN 57 tests/data/hapalphaonly_nosnappy.mov: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data 64 fate-hapqa-extract-nosnappy-to-hapq-mov: tests/data/hapq_nosnappy.mov 65 fate-hapqa-extract-nosnappy-to-hapq-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -bitexact -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/data/hapq_nosnappy.mov 68 fate-hapqa-extract-nosnappy-to-hapalphaonly-mov: tests/data/hapalphaonly_nosnappy.mov 69 fate-hapqa-extract-nosnappy-to-hapalphaonly-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -bitexact -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/dat [all...] |
| H A D | fft.mak | 26 $(FATE_FFT_ALL): libavcodec/tests/fft$(EXESUF) 27 $(FATE_FFT_ALL): CMD = run libavcodec/tests/fft$(EXESUF) $(CPUFLAGS:%=-c%) $(ARGS) 44 $(FATE_FFT_FIXED32): libavcodec/tests/fft-fixed32$(EXESUF) 45 $(FATE_FFT_FIXED32): CMD = run libavcodec/tests/fft-fixed32$(EXESUF) $(CPUFLAGS:%=-c%) $(ARGS) 73 $(FATE_AV_FFT_ALL): libavcodec/tests/avfft$(EXESUF) 74 $(FATE_AV_FFT_ALL): CMD = run libavcodec/tests/avfft$(EXESUF) $(CPUFLAGS:%=-c%) $(ARGS)
|
| /third_party/lwip/test/unit/ip6/ |
| H A D | test_ip6.c | 14 #if LWIP_IPV6 /* allow to build the unit tests without IPv6 support */ 227 struct test_addr_and_str tests[] = { in START_TEST() local 237 for (i = 0; i < LWIP_ARRAYSIZE(tests); i++) { in START_TEST() 238 str = ip6addr_ntoa_r(ip_2_ip6(&tests[i].addr), buf, sizeof(buf)); in START_TEST() 240 fail_unless(!strcmp(str, tests[i].str)); in START_TEST() 327 /** Create the suite including all tests for this module */ 331 testfunc tests[] = { in ip6_suite() local 339 return create_suite("IPv6", tests, sizeof(tests)/sizeof(testfunc), ip6_setup, ip6_teardown); in ip6_suite() 344 /* allow to build the unit tests withou 354 testfunc tests[] = { ip6_suite() local [all...] |
| /third_party/libabigail/tests/ |
| H A D | test-annotate.cc | 8 /// This program tests the annotation capabilities of the library. 17 using abigail::tests::emit_test_status_and_update_counters; 18 using abigail::tests::emit_test_summary; 146 using abigail::tests::get_src_dir; in main() 147 using abigail::tests::get_build_dir; in main() 160 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main() 161 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main() 163 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
|
| /third_party/node/test/parallel/ |
| H A D | test-http-server-keep-alive-timeout.js | 7 const tests = []; 10 if (!tests.length) { 13 tests.push(fn); 17 const fn = tests.shift();
|
| H A D | test-https-simple.js | 50 let tests = 0; 53 if (--tests === 0) 67 tests++; 83 tests++;
|
| H A D | test-webcrypto-keygen.js | 172 const tests = [ 196 Promise.all(tests).then(common.mustCall()); 247 const tests = Object.keys(vectors).map(test); 249 Promise.all(tests).then(common.mustCall()); 406 const tests = kTests.map((args) => test(...args)); 408 Promise.all(tests).then(common.mustCall()); 487 const tests = kTests.map((args) => test(...args)); 491 Promise.all(tests).then(common.mustCall()); 538 const tests = Promise.all(kTests.map((args) => test(...args))); 540 tests [all...] |
| H A D | test-repl-programmatic-history.js | 77 const tests = [ 170 const numtests = tests.length; 191 const opts = tests.shift(); 201 console.error(`Failed test # ${numtests - tests.length}`); 230 console.error(`Failed test # ${numtests - tests.length}`); 244 console.error(`Failed test # ${numtests - tests.length}`); 265 console.error(`Failed test # ${numtests - tests.length}`);
|
| H A D | test-repl-persistent-history.js | 79 const tests = [ 174 const numtests = tests.length; 195 const opts = tests.shift(); 205 console.error(`Failed test # ${numtests - tests.length}`); 233 console.error(`Failed test # ${numtests - tests.length}`); 244 console.error(`Failed test # ${numtests - tests.length}`); 265 console.error(`Failed test # ${numtests - tests.length}`);
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | astrotst.cpp | 90 } tests[] = { in TestSolarLongitude() local 96 for (uint32_t i = 0; i < UPRV_LENGTHOF(tests); i++) { in TestSolarLongitude() 98 gc->set(tests[i].d[0], tests[i].d[1]-1, tests[i].d[2], tests[i].d[3], tests[i].d[4]); in TestSolarLongitude() 119 static const double tests[][7] = { in TestLunarPosition() local 124 for (int32_t i = 0; i < UPRV_LENGTHOF(tests); i++) { in TestLunarPosition() 126 gc->set((int32_t)tests[ in TestLunarPosition() [all...] |
| /third_party/python/Lib/unittest/test/ |
| H A D | test_loader.py | 8 # Decorator used in the deprecation tests to reset the warning registry for 29 ### Basic object tests 47 tests = unittest.TestSuite([Foo('test_1'), Foo('test_2')]) 50 self.assertEqual(loader.loadTestsFromTestCase(Foo), tests) 55 # Make sure it does the right thing even if no tests were found 128 # What happens if no tests are found (no TestCase instances)? 139 # What happens if no tests are found (TestCases instances, but no tests)? 188 def load_tests(loader, tests, pattern): 189 self.assertIsInstance(tests, unittes [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | emitBOM.js | 5 tests/cases/compiler/emitBOM.js(1,2): error TS1127: Invalid character.
6 tests/cases/compiler/emitBOM.js(1,3): error TS1127: Invalid character.
9 ==== tests/cases/compiler/emitBOM.js (2 errors) ====
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | PluralRangesTest.java | 39 String[][] tests = { in TestLocaleData() 49 for (String[] test : tests) { in TestLocaleData() 63 String[][] tests = { in TestRangePattern() 67 for (String[] test : tests) { in TestRangePattern() 79 Object[][] tests = { in TestFormatting() 101 for (Object[] test : tests) { in TestFormatting()
|
| /third_party/skia/third_party/externals/tint/tools/src/glob/ |
| H A D | glob.go | 149 tests := make([]match.Test, len(rule.Include)) 155 tests[i] = test 158 for _, test := range tests { 166 tests := make([]match.Test, len(rule.Exclude)) 172 tests[i] = test 175 for _, test := range tests {
|
| /third_party/vixl/tools/ |
| H A D | generate_simulator_traces.py | 141 # List all tests. 143 if status != 0: util.abort('Failed to list all tests') 157 # Find the AArch64 simulator tests. 158 tests = sorted([t for t in test_list.split() if 'AARCH64_SIM_' in t], 161 for test in tests: 198 # Find the AArch32 tests. 199 tests = sorted( 206 tests = filter(re.compile(args.filter).search, tests) 208 for test in tests [all...] |
| /third_party/typescript/tests/baselines/reference/tsbuild/sample1/ |
| H A D | listEmittedFiles.js | 65 //// [/src/tests/index.ts]
76 //// [/src/tests/tsconfig.json]
113 /lib/tsc --b /src/tests --listEmittedFiles 125 TSFILE: /src/tests/index.js
126 TSFILE: /src/tests/index.d.ts
127 TSFILE: /src/tests/tsconfig.tsbuildinfo
308 //// [/src/tests/index.d.ts]
313 //// [/src/tests/index.js]
325 //// [/src/tests/tsconfig.tsbuildinfo]
328 //// [/src/tests/tsconfi [all...] |
| /third_party/openssl/test/ |
| H A D | run_tests.pl | 79 my %tests = (); 84 # for parallel test runs, do slow tests first 103 %tests = map { $_ => 1 } @alltests; 111 %tests = map { $_ => 1 } @alltests; 121 delete $tests{$test}; 123 $tests{$test} = 1; 137 delete $tests{$test}; 316 sort { reorder($a) cmp reorder($b) } keys %tests); 320 # tests that failed. We don't bother with that exact number, just exit
|
| /third_party/openssl/test/ssl-tests/ |
| H A D | protocol_version.pm | 144 my @tests = (); 157 push @tests, { 175 $tests[-1]{"test"}{"UseSCTP"} = "Yes" if $sctp; 181 return @tests 187 #Add some version/ciphersuite sanity check tests 188 push @tests, { 202 push @tests, { 218 return @tests;
|