Home
last modified time | relevance | path

Searched refs:tests (Results 26 - 50 of 1060) sorted by relevance

12345678910>>...43

/third_party/mesa3d/src/broadcom/qpu/tests/
H A Dqpu_disasm.c36 } tests[] = { variable
125 for (int i = 0; i < ARRAY_SIZE(tests); i++) { in main()
126 devinfo.ver = tests[i].ver; in main()
130 (long long)tests[i].inst, in main()
131 tests[i].expected); in main()
134 tests[i].inst); in main()
138 if (strcmp(disasm_output, tests[i].expected) != 0) { in main()
140 printf(" Expected: \"%s\"\n", tests[i].expected); in main()
148 if (!v3d_qpu_instr_unpack(&devinfo, tests[i].inst, &instr)) { in main()
149 printf("FAIL (unpack) %s\n", tests[ in main()
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js4 /* Documentation: https://web-platform-tests.org/writing-tests/testharness-api.html
5 * (../docs/_writing-tests/testharness-api.md) */
29 * // Invoked after the global 'tests' object has been created and it's
81 function (tests, harness_status, asserts) {
82 var cloned_tests = map(tests, function(test) {
85 this_obj._dispatch("completion_callback", [tests, harness_status],
87 tests: cloned_tests,
183 add_completion_callback(function (tests, harness_status, asserts_run) {
184 this_obj.output_handler.show_results(tests, harness_statu
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DColorStateTests.cpp19 #include "tests/DawnTest.h"
38 // produces invalid results for these tests.
140 // Given a vector of tests where each element is <testColor, expectedColor>, check that all
144 std::vector<std::pair<RGBA8, RGBA8>> tests) { in CheckBlendOperation()
160 for (const auto& test : tests) { in CheckBlendOperation()
165 // Given a vector of tests where each element is <testSpec, expectedColor>, check that all
172 std::vector<std::pair<TriangleSpec, RGBA8>> tests) { in CheckBlendFactor()
193 for (const auto& test : tests) { in CheckBlendFactor()
201 std::vector<std::pair<TriangleSpec, RGBA8>> tests) { in CheckSrcBlendFactor()
203 wgpu::BlendFactor::One, tests); in CheckSrcBlendFactor()
142 CheckBlendOperation(RGBA8 base, wgpu::BlendOperation operation, std::vector<std::pair<RGBA8, RGBA8>> tests) CheckBlendOperation() argument
167 CheckBlendFactor(RGBA8 base, wgpu::BlendFactor colorSrcFactor, wgpu::BlendFactor colorDstFactor, wgpu::BlendFactor alphaSrcFactor, wgpu::BlendFactor alphaDstFactor, std::vector<std::pair<TriangleSpec, RGBA8>> tests) CheckBlendFactor() argument
198 CheckSrcBlendFactor(RGBA8 base, wgpu::BlendFactor colorFactor, wgpu::BlendFactor alphaFactor, std::vector<std::pair<TriangleSpec, RGBA8>> tests) CheckSrcBlendFactor() argument
206 CheckDstBlendFactor(RGBA8 base, wgpu::BlendFactor colorFactor, wgpu::BlendFactor alphaFactor, std::vector<std::pair<TriangleSpec, RGBA8>> tests) CheckDstBlendFactor() argument
324 std::vector<std::pair<RGBA8, RGBA8>> tests; TEST_P() local
332 std::vector<std::pair<RGBA8, RGBA8>> tests; TEST_P() local
340 std::vector<std::pair<RGBA8, RGBA8>> tests; TEST_P() local
348 std::vector<std::pair<RGBA8, RGBA8>> tests; TEST_P() local
356 std::vector<std::pair<RGBA8, RGBA8>> tests; TEST_P() local
365 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
374 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
383 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
396 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
409 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
421 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
434 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
447 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
460 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
472 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
485 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
499 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
511 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
526 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
535 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
544 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
557 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
570 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
582 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
595 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
608 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
621 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
633 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
646 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
660 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
672 std::vector<std::pair<TriangleSpec, RGBA8>> tests; TEST_P() local
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
H A Dlistener.py44 self.tests = []
52 if test not in self.tests:
53 self.tests.append(test)
67 if test not in self.tests:
68 self.tests.append(test)
71 return self.tests
81 self.tests = []
94 if test not in self.tests:
95 self.tests.append(test)
107 return self.tests
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThaiTest.java93 void compareArray(RuleBasedCollator c, String[] tests) { in compareArray() argument
94 for (int i = 0; i < tests.length; i += 3) { in compareArray()
96 if (tests[i+1].equals("<")) { in compareArray()
98 } else if (tests[i+1].equals(">")) { in compareArray()
100 } else if (tests[i+1].equals("=")) { in compareArray()
103 // expect = Integer.decode(tests[i+1]).intValue(); in compareArray()
104 errln("Error: unknown operator " + tests[i+1]); in compareArray()
107 String s1 = tests[i]; in compareArray()
108 String s2 = tests[i+2]; in compareArray()
217 String tests[] in TestInvalidThai()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationThaiTest.java96 void compareArray(RuleBasedCollator c, String[] tests) { in compareArray() argument
97 for (int i = 0; i < tests.length; i += 3) { in compareArray()
99 if (tests[i+1].equals("<")) { in compareArray()
101 } else if (tests[i+1].equals(">")) { in compareArray()
103 } else if (tests[i+1].equals("=")) { in compareArray()
106 // expect = Integer.decode(tests[i+1]).intValue(); in compareArray()
107 errln("Error: unknown operator " + tests[i+1]); in compareArray()
110 String s1 = tests[i]; in compareArray()
111 String s2 = tests[i+2]; in compareArray()
220 String tests[] in TestInvalidThai()
[all...]
/third_party/vixl/tools/
H A Dknown_test_failures.py31 def FilterKnownValgrindTestFailures(tests):
46 return tests
49 "so disable the affected tests."
79 filtered_list = [x for x in tests if x not in known_valgrind_test_failures]
80 return (filtered_list, len(tests) - len(filtered_list), reason)
82 def FilterKnownTestFailures(tests, **env):
85 tests, n_tests_skipped, reason = FilterKnownValgrindTestFailures(tests)
88 return (tests, skipped)
H A Dtest_runner.py36 # Scan matching tests and return a test manifest.
40 if rc != 0: util.abort("Failed to list all tests. Output of " + cmd + ":\n" + output)
42 tests = output.split()
44 tests = list(filter(re.compile(f).search, tests))
46 return tests
101 tests = GetTests(test_runner_command, filters)
102 n_tests_total = len(tests)
103 tests, skipped = FilterKnownTestFailures(tests, under_valgrin
[all...]
/third_party/protobuf/php/tests/
H A Dcompatibility_test.sh31 $PROTOC2 --php_out=../php/tests/generated -I../php/tests -I. ../php/tests/proto/test_import_descriptor_proto.proto
35 # Remove tests to expect error. These were added to API tests by mistake.
67 echo "Running compatibility tests between current $VERSION_NUMBER and released $OLD_VERSION"
102 # Remove implementation detail tests.
108 tests=( array_test.php generated_class_test.php map_field_test.php well_known_test.php )
112 sed -i.bak 's/generated_phpdoc_test.php//g' tests/test.sh
113 sed -i.bak 's/generated_service_test.php//g' tests/tes
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java38 + "-usekeys Run tests using sortkeys rather than strcoll\n"
39 + "-strcmp Run tests using u_strcmp rather than strcoll\n"
40 + "-strcmpCPO Run tests using u_strcmpCodePointOrder rather than strcoll\n"
163 String[] tests = null; field in CollationPerformanceTest
265 //String[] sortTests = (String[]) tests.clone(); in doQSort()
267 double dLoopCount = opt_loopCount * 3000 / ((Math.log(tests.length) / Math.log(10)* tests.length)); in doQSort()
283 qSortImpl_icu_usekeys(tests, 0, tests.length -1, icuCol); in doQSort()
288 qSortImpl_nokeys(tests, in doQSort()
[all...]
/third_party/skia/infra/wasm-common/
H A DMakefile4 docker build -t gold-karma-chrome-tests -f ./docker/gold-karma-chrome-tests/Dockerfile .
9 docker build -t perf-karma-chrome-tests -f ./docker/perf-karma-chrome-tests/Dockerfile .
18 # docker run karma-chrome-tests /usr/bin/google-chrome-stable --version
22 docker tag gold-karma-chrome-tests gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
23 docker push gcr.io/skia-public/gold-karma-chrome-tests:${CHROME_VERSION}
26 docker tag perf-karma-chrome-tests gcr.io/skia-public/perf-karma-chrome-tests
[all...]
/third_party/node/test/fixtures/wpt/html/webappapis/atob/
H A Dbase64.any.js61 // Throw INVALID_CHARACTER_ERR exception here -- won't be hit in the tests.
90 var tests = ["עברית", "", "ab", "abc", "abcd", "abcde",
97 // WebIDL tests.
102 tests.push(String.fromCharCode(i));
104 tests.push(String.fromCharCode(10000));
105 tests.push(String.fromCharCode(65534));
106 tests.push(String.fromCharCode(65535));
109 tests.push(String.fromCharCode(0xd800, 0xdc00));
110 tests = tests
[all...]
/third_party/ltp/testcases/realtime/
H A Drun.sh24 # Script to run the tests in rt-test
43 func all functional tests will be run
44 stress all stress tests will be run
45 perf all perf tests will be run
46 all all tests will be run
47 list all available tests will be listed
51 (e.g: func/pi-tests)
68 echo " Available tests are:"
143 # Run all tests which have run_auto.sh
158 # run the tests i
[all...]
/third_party/jerryscript/tools/runners/
H A Drun-test-suite.py29 help='Only print out failing tests')
33 help='JerryScript binary to run tests with')
37 help='Add a comma separated list of patterns of the excluded JS-tests')
39 help='Add a comma separated list of patterns of the excluded JS-tests')
41 help='Directory contains tests to run')
59 tests = []
61 tests = []
63 tests.extend([os.path.join(root, test_file) for test_file in files if test_file.endswith('.js')])
69 tests.append(os.path.normpath(os.path.join(dirname, test.rstrip())))
71 tests
[all...]
/third_party/ltp/testscripts/
H A Dtest_realtime.sh24 # Script to run the tests in testcases/realtime
32 echo "Real-time tests run"
48 func: all functional tests will be run
49 stress: all stress tests will be run
50 perf: all perf tests will be run
51 all: all tests will be run
52 list: all available tests will be listed
54 test_name: only test_name subdir will be run (e.g: func/pi-tests)
69 printf "\nAvailable tests are:\n\n"
131 # Run all tests whic
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dlistener.py47 def remove_test(cls, tests, execute_tests):
49 if execute_test in tests:
50 tests.remove(execute_test)
51 return tests
66 LOG.debug("Start test suite [{}] with {} tests"
137 self.result[-1][1].extend(list(self.tests.values()))
142 list(self.tests.values())))
147 list(self.tests.values())))
148 results = [(suite, list(self.tests.values()))]
151 self.tests
[all...]
/third_party/ltp/testcases/kernel/syscalls/statfs/
H A Dstatfs02.c42 } tests[] = { variable
57 TST_EXP_FAIL(statfs(tests[n].path, tests[n].buf), tests[n].exp_error, "statfs()"); in statfs_verify()
66 if (tests[n].exp_error == EFAULT && in statfs_verify()
83 for (i = 0; i < ARRAY_SIZE(tests); i++) { in setup()
84 if (tests[i].path == (char *)-1) in setup()
85 tests[i].path = tst_get_bad_addr(NULL); in setup()
100 .tcnt = ARRAY_SIZE(tests),
/third_party/protobuf/kokoro/linux/
H A Dmake_test_output.py3 The output files from the individual tests have been written in a directory
27 tests = defaultdict(dict)
39 test = tests[name]
51 test = tests[testname]
61 tests["cpp"]["name"] = "cpp"
64 tests["cpp"]["time"] = f.read().strip()
65 tests["cpp"]["failure"] = False
67 ret = tests.values()
73 def genxml(tests):
78 for test in tests
[all...]
/third_party/node/tools/
H A Dtest-v8.bat23 echo running 'python tools\run-tests.py %common_v8_test_options% %v8_test_options% --slow-tests-cutoff 1000000 --json-test-results v8-tap.xml'
24 call python tools\run-tests.py %common_v8_test_options% %v8_test_options% --slow-tests-cutoff 1000000 --json-test-results v8-tap.xml
29 echo running 'python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 --json-test-results v8-intl-tap.xml'
30 call python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 --json-test-results ./v8-intl-tap.xml
35 echo running 'python tools\run-tests.py %common_v8_test_options% benchmarks --slow-tests
[all...]
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dminicheck.c4 tests. This interface is based entirely on the portion of the
73 tc->next_tcase = suite->tests; in suite_add_tcase()
74 suite->tests = tc; in suite_add_tcase()
91 tcase_test_function *new_tests = realloc(tc->tests, new_size); in tcase_add_test()
93 tc->tests = new_tests; in tcase_add_test()
96 tc->tests[tc->ntests] = test; in tcase_add_test()
106 free(tc->tests); in tcase_free()
116 while (suite->tests != NULL) { in suite_free()
117 TCase *next = suite->tests->next_tcase; in suite_free()
118 tcase_free(suite->tests); in suite_free()
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite_test.py49 self.assertIsNone(self.suite.tests)
53 tests = self.suite.load_tests_from_disk(statusfile_variables={})
58 self.assertTrue(is_generator(tests))
59 self.assertEquals(tests.test_count_estimate, 2)
61 slow_tests, fast_tests = list(tests.slow_tests), list(tests.fast_tests)
69 tests = self.suite.load_tests_from_disk(statusfile_variables={})
73 tests.merge(more_tests)
74 self.assertEquals(tests.test_count_estimate, 4)
76 # Check the tests ar
[all...]
/third_party/musl/libc-test/src/functional/
H A Dfnmatch.c50 /* tests harness adapted from glibc testfnm.c */
56 } tests[] = { variable
57 /* begin dietlibc tests */
75 /* initial right-bracket tests */
80 /* begin glibc tests */
117 /* These three tests should result in error according to SUSv3.
150 for (i = 0; i < sizeof(tests) / sizeof(*tests); i++) { in main()
153 r = fnmatch(tests[i].pattern, tests[ in main()
[all...]
/third_party/mbedtls/
H A DMakefile21 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
23 all: programs tests
34 tests: lib mbedtls_test
35 $(MAKE) -C tests
38 $(MAKE) -C tests mbedtls_test
44 tests/%:
45 $(MAKE) -C tests $*
50 generated_files: tests/generated_files
152 $(MAKE) -C tests clean
162 $(MAKE) -C tests nea
[all...]
/third_party/rust/crates/regex/scripts/
H A Dregex-match-tests.py9 def print_tests(tests):
10 print('\n'.join([test_tostr(t) for t in tests]))
15 tests = []
35 # This skips tests that should result in an error.
41 pat = tests[-1][1]
49 tests.append((name, pat, text, groups))
50 return tests
69 description='Generate match tests from an AT&T POSIX test file.')
75 tests = []
77 tests
[all...]
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dsequence_test.py24 """Simulates the pipeline sink consuming and running the tests.
31 self.tests = []
34 self.tests.append(test)
38 test = self.tests.pop()
47 self.tests = set([])
50 self.tests.add(test.n)
54 """Simple test representation to differentiate light/heavy tests."""
64 def _test(self, tests, batch_size, max_heavy):
67 loader = LoadProc(iter(tests))
75 # Fill the execution queue (with the number of tests potentiall
[all...]

Completed in 10 milliseconds

12345678910>>...43