| /test/testfwk/developer_test/src/core/driver/ |
| H A D | openharmony.py | 113 return parser_instances[0].tests 389 LOG.debug("No tests to re-run twice,please check") 398 tests = [] 400 tests.append("%s#%s" % (test.class_name, test.test_name)) 401 self.runner.add_arg("class", ",".join(tests)) 410 LOG.debug("No tests to re-run third,please check") 419 tests = [] 421 tests.append("%s#%s" % (test.class_name, test.test_name)) 422 self.runner.add_arg("class", ",".join(tests))
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cmsccoll.c | 14 * These are the tests specific to ICU 1.8 and above, that I didn't know where 481 } tests[] = { in TestImplicitTailoring() local 495 for(i = 0; i < UPRV_LENGTHOF(tests); i++) { in TestImplicitTailoring() 496 genericRulesStarter(tests[i].rules, tests[i].data, tests[i].len); in TestImplicitTailoring() 1602 /* this test tests the current limitations of the engine */ 2035 } tests[] = { in TestPrefix() local 2048 for(i = 0; i<UPRV_LENGTHOF(tests); i++) { in TestPrefix() 2049 genericRulesStarter(tests[ in TestPrefix() 2230 } tests[] = { TestContractionClosure() local 2250 } tests[] = { TestBeforePrefixFailure() local 2397 } tests[] = { TestRuleOptions() local 2495 } tests[] = { TestOptimize() local 3304 } tests[] = { TestBeforeTightening() local 3481 const char* tests[] = { "B", "b", "Bb", "bB" }; TestUpperFirstQuaternary() local 3490 const char* tests[] = { "\\\\u00e2T", "aT" }; TestJ4960() local [all...] |
| /third_party/ffmpeg/libavformat/tests/ |
| H A D | fifo_muxer.c | 242 const TestCase tests[] = { variable 274 for (i = 0; tests[i].test_func; i++) { in main() 275 ret = run_test(&tests[i]); in main()
|
| /third_party/fsverity-utils/scripts/ |
| H A D | run-tests.sh | 11 # runs static analysis, and does a few other tests. 36 echo "Starting fsverity-utils tests. See run-tests.log for full output." 37 rm -f run-tests.log 38 exec >> run-tests.log 39 exec 2> >(tee -ia run-tests.log 1>&2) 315 log "All tests passed!"
|
| /third_party/mesa3d/src/freedreno/ir3/tests/ |
| H A D | delay.c | 47 } tests[] = { variable 160 for (int i = 0; i < ARRAY_SIZE(tests); i++) { in main() 161 const struct test *test = &tests[i]; in main()
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | main.cpp | 40 "Run ACO unit test(s). If TEST is not provided, all tests are run.\n" 43 " TEST Run TEST. If TEST ends with a '.', run tests with names\n" 49 " -l --list List unit tests.\n" 52 std::map<std::string, TestDef> tests; variable 245 for (auto test : tests) in main() 272 for (auto pair : tests) { in main() 293 fprintf(stderr, "%s: No matching tests\n", argv[0]); in main()
|
| /third_party/ltp/ |
| H A D | Makefile | 194 $(error running tests on cross-compile build not supported) 201 $(error running tests on cross-compile build not supported) 207 $(error running tests on cross-compile build not supported)
|
| /third_party/node/deps/v8/tools/testrunner/ |
| H A D | num_fuzzer.py | 41 parser.add_option("--tests-count", default=5, type="int", 42 help="Number of tests to generate from each base test. " 45 "When --combine-tests is set it indicates how many " 46 "tests to create in total") 86 # Combine multiple tests 87 parser.add_option("--combine-tests", default=False, action="store_true", 88 help="Combine multiple tests as one and run with " 91 help="Maximum number of tests to combine") 93 help="Minimum number of tests to combine") 149 def _do_execute(self, tests, arg [all...] |
| /third_party/ltp/testcases/kernel/syscalls/ipc/semctl/ |
| H A D | semctl01.c | 247 } tests[] = { variable 265 struct tcases *tc = &tests[n]; in verify_semctl() 312 .tcnt = ARRAY_SIZE(tests),
|
| /third_party/lwip/test/unit/core/ |
| H A D | test_mem.c | 7 #error "This tests needs MEM-statistics enabled" 213 /** Create the suite including all tests for this module */ 217 testfunc tests[] = { in mem_suite() local 223 return create_suite("MEM", tests, sizeof(tests)/sizeof(testfunc), mem_setup, mem_teardown); in mem_suite()
|
| H A D | test_netif.c | 9 #error "This tests needs LWIP_NETIF_EXT_STATUS_CALLBACK enabled" 110 /* positive tests: check that single events come as expected */ in NETIF_DECLARE_EXT_CALLBACK() 271 /** Create the suite including all tests for this module */ 275 testfunc tests[] = { in netif_suite() local 280 return create_suite("NETIF", tests, sizeof(tests)/sizeof(testfunc), netif_setup, netif_teardown); in netif_suite()
|
| /third_party/lwip/test/unit/ip4/ |
| H A D | test_ip4.c | 12 #error "This tests needs LWIP_IPV4, IP_REASSEMBLY; MIB2- and IPFRAG-statistics enabled" 152 /** Create the suite including all tests for this module */ 156 testfunc tests[] = { in ip4_suite() local 159 return create_suite("IPv4", tests, sizeof(tests)/sizeof(testfunc), ip4_setup, ip4_teardown); in ip4_suite()
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_upload.py | 15 from distutils.tests.test_config import PYPIRC, BasePyPIRCCommandTestCase 201 tests = [ 206 for exception, expected, raised_exception in tests:
|
| /third_party/skia/third_party/externals/expat/expat/ |
| H A D | coverage.sh | 181 for d in tests xmlwf ; do 236 for dir in CMakeFiles examples tests ; do 282 ln -s "$PWD/${build_dirs[0]}/tests/xmlts.zip" "${build_dir}"/tests/
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | tests.cc | 1 #include "tests/ffi/tests.h" 2 #include "tests/ffi/lib.rs.h" 13 extern "C" tests::R *cxx_test_suite_get_box() noexcept; 14 extern "C" bool cxx_test_suite_r_is_correct(const tests::R *) noexcept; 16 namespace tests { namespace 905 } // namespace tests 908 void ns_c_take_trivial(::tests::D d) { in ns_c_take_trivial() 914 ::tests::D ns_c_return_trivial() { in ns_c_return_trivial() 915 ::tests in ns_c_return_trivial() [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| H A D | TestSuite.cpp | 29 // We directly call into a function to register the parameterized tests. This saves spinning up 44 constexpr char kListTests[] = "--list-tests"; 65 // Allow sanitized tests to run more slowly. 262 js::Value tests; in WriteResultsFile() local 263 tests.SetObject(); in WriteResultsFile() 301 tests.AddMember(fakeTestName, artifactsTest, allocator); in WriteResultsFile() 330 // Handle flaky passing tests. in WriteResultsFile() 356 tests.AddMember(jsName, jsResult, allocator); in WriteResultsFile() 373 doc.AddMember("tests", tests, allocato in WriteResultsFile() 503 std::vector<TestIdentifier> tests; FilterTests() local 555 GetTestFilter(const std::vector<TestIdentifier> &tests) GetTestFilter() argument 568 filterStream << tests[testIndex]; GetTestFilter() local 739 const js::Value::ConstObject &tests = document["tests"].GetObject(); GetTestResultsFromJSON() local 887 BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) BatchTests() argument 1291 const std::vector<TestIdentifier> &tests = mTestQueue.front(); TestSuite() local [all...] |
| /third_party/eudev/ |
| H A D | test-driver | 46 [--expect-failure={yes|no}] [--color-tests={yes|no}] 66 --color-tests) color_tests=$2; shift;;
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | checkasm.mak | 49 $(FATE_CHECKASM): tests/checkasm/checkasm$(EXESUF) 50 $(FATE_CHECKASM): CMD = run tests/checkasm/checkasm$(EXESUF) --test=$(@:fate-checkasm-%=%)
|
| /third_party/cJSON/tests/unity/auto/ |
| H A D | unity_test_summary.rb | 43 tests, failures, ignored = parse_test_summary(lines) 44 @total_tests += tests
|
| /third_party/PyYAML/tests/lib/ |
| H A D | test_schema.py | 51 # The tests/data/yaml11.schema file is copied from 69 tests = yaml.load(file, Loader=yaml.SafeLoader) 73 for i, (input, test) in enumerate(sorted(tests.items())): 140 print("Failed " + str(fail) + " / " + str(i) + " tests") 143 print("Passed " + str(i) + " tests") 144 print("Skipped " + str(len(skip_load)) + " load tests") 145 print("Skipped " + str(len(skip_dump)) + " dump tests")
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | IncrementalProgressTest.java | 37 String[][] tests = { in testData() 44 return tests; in testData()
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | IncrementalProgressTest.java | 34 String[][] tests = { in testData() 41 return tests; in testData()
|
| /third_party/libabigail/tests/ |
| H A D | test-abicompat.cc | 205 using abigail::tests::get_src_dir; in main() 206 using abigail::tests::get_build_dir; in main() 217 in_app_path = string(get_src_dir()) + "/tests/" + s->in_app_path; in main() 218 in_lib1_path = string(get_src_dir()) + "/tests/" + s->in_lib1_path; in main() 220 in_lib2_path = string(get_src_dir()) + "/tests/" + s->in_lib2_path; in main() 226 suppression_path = string(get_src_dir()) + "/tests/" + s->suppressions; in main() 228 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main() 230 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
|
| H A D | test-diff-filter.cc | 855 using abigail::tests::get_src_dir; in perform() 856 using abigail::tests::get_build_dir; in perform() 864 in_elfv0_path = string(get_src_dir()) + "/tests/" + spec.in_elfv0_path; in perform() 865 in_elfv1_path = string(get_src_dir()) + "/tests/" + spec.in_elfv1_path; in perform() 868 string(get_src_dir()) + "/tests/" + spec.in_report_path; in perform() 870 string(get_build_dir()) + "/tests/" + spec.out_report_path; in perform()
|
| H A D | test-diff-dwarf.cc | 353 using abigail::tests::get_src_dir; in main() 354 using abigail::tests::get_build_dir; in main() 371 in_elfv0_path = string(get_src_dir()) + "/tests/" + s->in_elfv0_path; in main() 372 in_elfv1_path = string(get_src_dir()) + "/tests/" + s->in_elfv1_path; in main() 374 string(get_build_dir()) + "/tests/" + s->out_report_path; in main() 428 string(get_src_dir()) + "/tests/" + s->in_report_path; in main() 430 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
|