Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 25 of 67) sorted by relevance

123

/third_party/openssl/test/
Dssl_test.tmpl1 [{-$testname-}]
2 ssl_conf = {-$testname-}-ssl
4 [{-$testname-}-ssl]
5 server = {-$testname-}-server
6 client = {-$testname-}-client{-
10 $OUT .= "\nserver2 = $testname-server2";
12 $OUT .= "\nserver2 = $testname-server";
15 $OUT .= "\nresume-server = $testname-resume-server";
17 $OUT .= "\nresume-server = $testname-server";
20 $OUT .= "\nresume-client = $testname-resume-client";
[all …]
Dgenerate_ssl_tests.pl117 my $testname = "${idx}-" . $test->{'name'};
118 print "test-$idx = $testname\n";
125 my $testname = "${idx}-" . $test->{'name'};
127 HASH => [{ idx => $idx, testname => $testname } , $test],
/third_party/ltp/testcases/kernel/syscalls/membarrier/
Dmembarrier01.c29 char testname[80]; member
50 .testname = "cmd_fail",
62 .testname = "cmd_flags_fail",
75 .testname = "cmd_global_success",
90 .testname = "cmd_private_expedited_fail",
102 .testname = "cmd_private_expedited_register_success",
118 .testname = "cmd_private_expedited_success",
137 .testname = "cmd_private_expedited_sync_core_fail",
149 .testname = "cmd_private_expedited_sync_core_register_success",
162 .testname = "cmd_private_expedited_sync_core_success",
[all …]
/third_party/skia/modules/canvaskit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
8 return _report(b64, outputType, testname);
11 function reportSVG(svg, testname) { argument
27 _report(b64, 'svg', testname).then(() => {
38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument
54 return reportSVG(newSVG, testname);
58 function reportPath(path, testname, done) { argument
67 return reportCanvas(canvas, testname).then(() => {
68 reportSVGString(svgStr, testname).then(() => {
76 function _report(data, outputType, testname) { argument
[all …]
/third_party/flutter/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
8 return _report(b64, outputType, testname);
11 function reportSVG(svg, testname) { argument
27 _report(b64, 'svg', testname).then(() => {
38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument
54 return reportSVG(newSVG, testname);
58 function reportPath(path, testname, done) { argument
67 return reportCanvas(canvas, testname).then(() => {
68 reportSVGString(svgStr, testname).then(() => {
76 function _report(data, outputType, testname) { argument
[all …]
/third_party/skia/modules/pathkit/tests/
DtestReporter.js6 function reportCanvas(canvas, testname, outputType='canvas') { argument
8 return _report(b64, outputType, testname);
11 function reportSVG(svg, testname) { argument
27 _report(b64, 'svg', testname).then(() => {
38 function reportSVGString(svgstr, testname, fillRule='nofill') { argument
54 return reportSVG(newSVG, testname);
58 function reportPath(path, testname, done) { argument
67 return reportCanvas(canvas, testname).then(() => {
68 reportSVGString(svgStr, testname).then(() => {
76 function _report(data, outputType, testname) { argument
[all …]
/third_party/python/Lib/test/
Dtest_regrtest.py950 testname = self.create_test(code=code)
953 all_methods = ['%s.Tests.test_method1' % testname,
954 '%s.Tests.test_method2' % testname]
955 output = self.run_tests('--list-cases', testname)
959 all_methods = ['%s.Tests.test_method1' % testname]
962 testname)
996 testname = self.create_test(code=code)
1006 '%s.Tests.test_method3' % testname]
1011 output = self.run_tests("-v", "--ignorefile", filename, testname)
1032 testname = self.create_test(code=code)
[all …]
/third_party/icu/icu4j/perf-tests/
Dperftests.pl83 my $testname = $shortNames[$index];
95 my $testName = "DateFmt-$testname-pat$patternCounter-JDK";
105 my $testName = "DateFmt-$testname-pat$patternCounter";
128 my $testname = $shortNames[$index];
139 my $testName = "NumFmt-$testname-$patternName-JDK";
149 my $testName = "NumFmt-$testname-$patternName";
230 my $testname = "Coll-$locale-data$counter-StrCol";
232 $ICU->setAttribute("test"=> $testname);
238 my $testname = "Coll-$locale-data$counter-keyGen";
239 $Key->setAttribute("test"=> $testname);
[all …]
/third_party/elfutils/tests/
Dbacktrace-subr.sh76 testname=$3
77 check_main $bt $testname
78 check_gsignal $bt $testname
79 check_err $err $testname
85 testname=$2
87 echo >&2 $testname: arch not supported
96 testname=$2
97 check_unsupported $err $testname
105 echo >&2 $testname: arm needs debuginfo installed for all libraries
/third_party/ltp/testcases/open_posix_testsuite/bin/
Drun-tests.sh45 testname="$TEST_PATH/${1%.*}"
47 complog=$(basename $testname).log.$$
54 echo "$testname: execution: PASS" >> "${LOGFILE}"
79 echo "$testname: execution: $msg: Output: " >> "${LOGFILE}"
81 echo "$testname: execution: $msg "
83 echo "$testname: execution: SKIPPED (test not present)"
/third_party/mesa3d/src/freedreno/decode/scripts/
Danalyze.lua34 local testname = nil
48 testname = posix.basename(name)
57 gpu["tests"][testname] = test
95 table.insert(drawlist, testname .. "." .. didx)
108 testname = nil
113 for testname,test in pairs(gpu["tests"]) do
114 io.write(" " .. testname .. ", draws=" .. #test["draws"] .. "\n")
/third_party/musl/ndk-test/sanitize/ubsan/
DCMakeLists.txt11 get_filename_component(testname ${srcfile} NAME_WE)
14 if (${testname} STREQUAL "add-overflow")
21 elseif(${testname} STREQUAL "div-zero")
31 elseif(${testname} STREQUAL "shift")
51 elseif(${testname} STREQUAL "uadd-overflow")
58 elseif(${testname} STREQUAL "cast-overflow")
61 elseif(${testname} STREQUAL "unreachable")
65 add_executable(${testname} ${srcfile})
/third_party/protobuf/kokoro/linux/
Dmake_test_output.py50 for testname in os.listdir(basedir + "/logs/1"):
51 test = tests[testname]
53 with open(basedir + "/logs/1/" + testname + "/stdout") as f:
56 with open(basedir + "/logs/1/" + testname + "/stderr") as f:
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dcctest.cc86 char* testname = strchr(arg_copy, '/'); in main() local
87 if (testname) { in main()
90 *testname = 0; in main()
92 char* name = testname + 1; in main()
/third_party/gstreamer/gstreamer/tests/validate/
Dgst-tester.c58 const gchar *testname; member
136 g_print ("ok 1 %s\n", app->testname); in _run_app()
138 g_print ("not ok 1 %s # Got a critical report\n", app->testname); in _run_app()
140 g_print ("not ok 1 %s # Unknown reason\n", app->testname); in _run_app()
165 app.testname = argv[1]; in main()
/third_party/musl/ndk-test/sanitize/fuzz/
DCMakeLists.txt12 get_filename_component(testname ${srcfile} NAME_WE)
13 add_executable(${testname} ${srcfile})
14 # target_compile_options(${testname} PRIVATE -fsanitize=fuzzer)
/third_party/googletest/googletest/src/hwext/
Dgtest-ext.cc121 int TestDefManager::getLevel(const std::string testcasename, const std::string testname) const in getLevel()
154 && matchNaming(testname.c_str(), info->name, test_name_mt); in getLevel()
167 …int* TestDefManager::getTestFlags (const std::string testcasename, const std::string testname) con… in getTestFlags()
203 && matchNaming(testname.c_str(), info->name, test_name_mt); in getTestFlags()
/third_party/musl/ndk-test/sanitize/cfi/
DCMakeLists.txt11 get_filename_component(testname ${srcfile} NAME_WE)
12 add_executable( ${testname} ${srcfile})
/third_party/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp668 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
670 name = #testname;\
690 #define TEST_KEYGEN(testname, func)\ in runIndexedTest() argument
691 TEST(testname, CmdKeyGen, col, win_langid, count, rnd_index, &CmdKeyGen::func, 0) in runIndexedTest()
700 #define TEST_ITER(testname, func)\ in runIndexedTest() argument
701 TEST(testname, CmdIter, col, count, icu_data, &CmdIter::func,0,0) in runIndexedTest()
707 #define TEST_ITER_ALL(testname, func)\ in runIndexedTest() argument
708 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0) in runIndexedTest()
714 #define TEST_QSORT(testname, func)\ in runIndexedTest() argument
715 TEST(testname, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0) in runIndexedTest()
[all …]
/third_party/musl/ndk-test/sanitize/trace-pc-guard/
DCMakeLists.txt11 get_filename_component(testname ${srcfile} NAME_WE)
12 add_executable( ${testname} ${srcfile})
/third_party/ltp/testcases/realtime/scripts/
Drun_c_files.sh31 for testname in $*
37 if [ "$1" = "$TEST_REL_DIR" -a "$2" = "$testname" ] ; then
/third_party/flutter/skia/modules/canvaskit/tests/
Dutil.js5 function reportSurface(surface, testname, done) { argument
16 reportCanvas(reportingCanvas, testname).then(() => {
/third_party/musl/ndk-test/sanitize/asan/
DCMakeLists.txt11 get_filename_component(testname ${srcfile} NAME_WE)
12 add_executable( ${testname} ${srcfile})
/third_party/openssl/test/testutil/
Ddriver.c137 static int check_single_test_params(char *name, char *testname, char *itname) in check_single_test_params() argument
160 testname, 1, num_tests); in check_single_test_params()
191 char *testname = NULL; in process_shared_options() local
209 testname = opt_arg(); in process_shared_options()
229 if (!check_single_test_params(testname, flag_test, flag_iter)) in process_shared_options()
/third_party/musl/ndk-test/sanitize/scudo/
DCMakeLists.txt11 get_filename_component(testname ${srcfile} NAME_WE)
12 add_executable(${testname} ${srcfile})

123