Home
last modified time | relevance | path

Searched refs:tests (Results 51 - 75 of 1092) sorted by relevance

12345678910>>...44

/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...]
H A Dloader.py9 """First processor in the chain that passes all tests to the next processor.
12 def __init__(self, tests):
15 self.tests = tests
20 exec_proc: execution processor that the tests are being loaded into
21 initial_batch_size: initial number of tests to load
26 t = next(self.tests)
38 while not self._send_test(next(self.tests)):
41 # No more tests to load.
/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/curl/projects/
H A Dchecksrc.bat59 ) else if /i "%~1" == "tests" (
104 if exist tests (
156 rem Check the tests\libtest directory
157 if exist %SRC_DIR%\tests\libtest (
158 for /f "delims=" %%i in ('dir "%SRC_DIR%\tests\libtest\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\tests\libtest" "%%i"
159 for /f "delims=" %%i in ('dir "%SRC_DIR%\tests\libtest\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\tests\libtest" "%%i"
162 rem Check the tests\unit directory
163 if exist %SRC_DIR%\tests\uni
[all...]
/third_party/gn/src/util/test/
H A Dgn_test.cc40 // This can't be a vector because tests call RegisterTest from static
44 static RegisteredTest tests[10000]; variable
48 tests[ntests].factory = factory;
49 tests[ntests++].name = name;
138 tests[i].should_run = TestMatchesFilter(tests[i].name, test_filter); in main()
139 if (tests[i].should_run) { in main()
164 if (!tests[i].should_run) in main()
168 testing::Test* test = tests[i].factory(); in main()
170 tests[ in main()
[all...]
/third_party/node/test/parallel/
H A Dtest-domain-uncaught-exception.js14 const tests = [];
28 tests.push({
42 tests.push({
65 tests.push({
94 tests.push({
116 tests.push({
142 tests.push({
153 tests[testIndex].fn();
158 tests.forEach(function doTest(test, testIndex) {
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak4 # This tests that the matroska demuxer correctly adds the icpf header atom
5 # upon demuxing; it also tests bz2 decompression and unknown-length cluster.
9 # This tests that the matroska demuxer supports modifying the colorspace
11 # It also tests automatic insertion of the vp9_superframe bitstream filter
20 # This tests that the Matroska demuxer correctly demuxes WavPack
21 # without CodecPrivate; it also tests zlib compressed WavPack.
25 # This tests that the matroska demuxer supports decompressing
30 # This tests that the matroska demuxer can decompress lzo compressed tracks.
34 # This tests that the matroska demuxer correctly propagates
36 # of flac tracks. It also tests heade
[all...]
H A Dlibavresample.mak11 fate-lavr-mix-$(3)-$(1)-$(2): tests/data/asynth-44100-$(1).wav
12 fate-lavr-mix-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-$(1).wav -ac $(2) -mix_coeff_type $(3) -internal_sample_fmt $(4) -f s16le -af atrim=end_sample=1024 -
23 fate-lavr-mix-output-zero: tests/data/filtergraphs/lavr_mix_output_zero tests/data/asynth-44100-4.wav
25 fate-lavr-mix-output-zero: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-4.wav -filter_script $(TARGET_PATH)/tests/data/filtergraphs/lavr_mix_output_zero -f s16le -
36 fate-lavr-resample-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
37 fate-lavr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -ar $(2) -internal_sample_fmt $(3) -f $(4) -af atrim=end_sample=10240 -
50 fate-lavr-resample-linear: tests/data/asynth-44100-1.wav
51 fate-lavr-resample-linear: CMD = ffmpeg -i $(TARGET_PATH)/tests/dat
[all...]
H A Dlibswscale.mak2 fate-sws-pixdesc-query: libswscale/tests/pixdesc_query$(EXESUF)
3 fate-sws-pixdesc-query: CMD = run libswscale/tests/pixdesc_query$(EXESUF)
6 fate-sws-floatimg-cmp: libswscale/tests/floatimg_cmp$(EXESUF)
7 fate-sws-floatimg-cmp: CMD = run libswscale/tests/floatimg_cmp$(EXESUF)
21 fate-sws-yuv-colorspace: tests/data/vsynth1.yuv
24 -f rawvideo -s 352x288 -pix_fmt yuv420p -i $(TARGET_PATH)/tests/data/vsynth1.yuv \
29 fate-sws-yuv-range: tests/data/vsynth1.yuv
32 -f rawvideo -s 352x288 -pix_fmt yuv420p -i $(TARGET_PATH)/tests/data/vsynth1.yuv \
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DRegexUtilitiesTest.java42 String[][] tests = { in TestConstruction()
53 for (int i = 0; i < tests.length; ++i) { in TestConstruction()
54 final String source = tests[i][0]; in TestConstruction()
55 String expected = tests[i].length == 1 ? source : tests[i][1]; in TestConstruction()
151 final String[][] tests = { in TestBnf()
175 for (int i = 0; i < tests.length; ++i) { in TestBnf()
176 String test = tests[i][0]; in TestBnf()
177 final boolean expectException = tests[i].length < 2 ? false : tests[ in TestBnf()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DRegexUtilitiesTest.java39 String[][] tests = { in TestConstruction()
50 for (int i = 0; i < tests.length; ++i) { in TestConstruction()
51 final String source = tests[i][0]; in TestConstruction()
52 String expected = tests[i].length == 1 ? source : tests[i][1]; in TestConstruction()
156 final String[][] tests = { in TestBnf()
180 for (int i = 0; i < tests.length; ++i) { in TestBnf()
181 String test = tests[i][0]; in TestBnf()
182 final boolean expectException = tests[i].length < 2 ? false : tests[ in TestBnf()
[all...]
/third_party/mbedtls/tests/scripts/
H A Dall.sh17 # To run all tests possible or available on the platform.
26 # * Makefile, library/Makefile, programs/Makefile, tests/Makefile,
42 # interoperability tests. The following are the official versions at the
63 # script -c tests/scripts/all.sh
65 # tests/scripts/all.sh >all.log 2>&1
72 # * pre_XXX: things to do before running the tests, in order.
74 # * component_check_XXX: quick tests that aren't worth parallelizing.
77 # * component_release_XXX: tests that the CI should skip during PR testing.
80 # * post_XXX: things to do after running the tests.
98 # `tests/Makefil
[all...]
/third_party/node/test/fixtures/wpt/encoding/
H A Dapi-invalid-label.any.js8 // META: script=/common/subset-tests.js
10 var tests = ["invalid-invalidLabel"]; variable
16 tests.push(ws + label);
17 tests.push(label + ws);
18 tests.push(ws + label + ws);
25 tests.forEach(function(input) {
/third_party/skia/tools/
H A Dlist_gpu_unit_tests.cpp13 #include "tests/Test.h"
16 std::vector<std::string> tests; in main() local
19 tests.push_back(std::string(test.fName)); in main()
22 std::sort(tests.begin(), tests.end()); in main()
23 for (const std::string& test : tests) { in main()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyparse.py47 tests = ('',
50 for string in tests:
154 tests = (
184 for test in tests:
203 tests = (
211 for test in tests:
224 tests = (
263 for test in tests:
284 tests = (
300 for test in tests
[all...]
/third_party/icu/icu4j/perf-tests/perldriver/
H A DPerfFramework4j.pm20 my @testArgs; # different kinds of tests we want to do
56 my $tests = shift;
83 compareLoop ($tests, $locale, $DATADIR."/".$data);
85 compareLoop ($tests, $locale, $data);
90 compareLoop($tests);
98 my $tests = shift;
99 #debug("tests $tests");
100 #my @tests = @{$tests};
[all...]
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm22 my @testArgs; # different kinds of tests we want to do
57 my $tests = shift;
84 compareLoop ($tests, $locale, $DATADIR."/".$data);
86 compareLoop ($tests, $locale, $data);
91 compareLoop($tests);
97 my $tests = shift;
98 #my @tests = @{$tests};
99 my %tests = %{$tests};
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
H A Dgenerate_gles_conformance_tests.py33 # Remove duplicate tests
52 tests = []
57 tests += GenerateTestList(os.path.join(os.path.dirname(sourceFile), line), rootDir)
59 tests.append(os.path.relpath(os.path.realpath(sourceFile), rootDir).replace("\\", "/"))
60 return tests
64 tests = GenerateTestList(argv[0], argv[1])
65 tests.sort()
68 GenerateTests(output, tests)
/third_party/node/deps/v8/tools/testrunner/local/
H A Dverbose.py35 """Total: %(total)i tests
36 * %(skipped)4d tests will be skipped
37 * %(nocrash)4d tests are expected to be flaky but not crash
38 * %(pass)4d tests are expected to pass
39 * %(fail_ok)4d tests are expected to fail that we won't fix
40 * %(fail)4d tests are expected to fail that we should fix
41 * %(crash)4d tests are expected to crash
46 def PrintReport(tests):
47 total = len(tests)
49 for t in tests
[all...]
/third_party/ltp/testcases/kernel/syscalls/fstatfs/
H A Dfstatfs02.c29 } tests[] = { variable
40 TST_EXP_FAIL(fstatfs(*tests[n].fd, tests[n].sbuf), tests[n].error, "fstatfs()"); in fstatfs_verify()
49 if (tests[n].error == EFAULT && in fstatfs_verify()
71 .tcnt = ARRAY_SIZE(tests),
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_test.c385 } tests[] = { variable
617 for (i = 0; tests[i].do_test; i++) { in main()
622 if (tests[i].do_setup) in main()
623 tests[i].do_setup(); in main()
625 write_domain_policy(tests[i].policy, 0); in main()
626 set_profile(3, tests[i].name); in main()
627 tests[i].do_test(); in main()
628 show_result(tests[i].policy, !should_fail); in main()
629 set_profile(0, tests[i].name); in main()
630 if (tests[ in main()
[all...]
/third_party/cJSON/tests/
H A Djson_patch_tests.c185 cJSON *tests = parse_test_file("json-patch-tests/tests.json"); in cjson_utils_should_pass_json_patch_test_tests() local
189 cJSON_ArrayForEach(test, tests) in cjson_utils_should_pass_json_patch_test_tests()
195 cJSON_Delete(tests); in cjson_utils_should_pass_json_patch_test_tests()
197 TEST_ASSERT_FALSE_MESSAGE(failed, "Some tests failed."); in cjson_utils_should_pass_json_patch_test_tests()
202 cJSON *tests = parse_test_file("json-patch-tests/spec_tests.json"); in cjson_utils_should_pass_json_patch_test_spec_tests() local
206 cJSON_ArrayForEach(test, tests) in cjson_utils_should_pass_json_patch_test_spec_tests()
212 cJSON_Delete(tests); in cjson_utils_should_pass_json_patch_test_spec_tests()
219 cJSON *tests = parse_test_file("json-patch-tests/cjson-utils-tests.json"); cjson_utils_should_pass_json_patch_test_cjson_utils_tests() local
[all...]
/third_party/astc-encoder/Test/testlib/
H A Dtestset.py47 tests: The list of TestImages forming the set.
69 self.tests = []
92 self.tests.append((filePath, image))
95 self.tests.sort()
96 self.tests = [x[1] for x in self.tests]
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Ddecode-common.js1 var tests = []; variable
25 tests[i] = test;
30 if (tests[i]) {
31 tests[i].step(function() {
37 tests[i].done();
/third_party/libabigail/tests/
H A Dtest-ini.cc24 using abigail::tests::emit_test_status_and_update_counters;
25 using abigail::tests::emit_test_summary;
60 using abigail::tests::get_src_dir; in get_test_src_dir()
61 return string(get_src_dir()) + "/tests"; in get_test_src_dir()
68 using abigail::tests::get_build_dir; in get_test_build_dir()
69 return string(get_build_dir()) + "/tests"; in get_test_build_dir()
76 using abigail::tests::get_build_dir; in get_tools_build_dir()
83 using abigail::tests::get_build_dir; in main()

Completed in 13 milliseconds

12345678910>>...44