/freebsd/crypto/openssl/test/ |
H A D | sparse_array_test.c | 34 } cases[] = { in test_sparse_array() local 49 for (i = 0; i < OSSL_NELEM(cases); i++) { in test_sparse_array() 50 if (!TEST_true(ossl_sa_char_set(sa, cases[i].n, cases[i].v))) { in test_sparse_array() 55 if (!TEST_str_eq(ossl_sa_char_get(sa, cases[j].n), cases[j].v)) { in test_sparse_array() 73 } cases[] = { in test_sparse_array_num() local 87 for (i = 0; i < OSSL_NELEM(cases); i++) in test_sparse_array_num() 88 if (!TEST_true(ossl_sa_char_set(sa, cases[i].n, cases[i].v)) in test_sparse_array_num() 89 || !TEST_size_t_eq(ossl_sa_char_num(sa), cases[i].num)) in test_sparse_array_num() 106 const struct index_cases_st *cases; member 114 const struct index_cases_st *cases = doall_data->cases; in leaf_check_all() local [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | acc_tests.c | 60 struct AccountingTestCase cases[] = { in START_TEST() local 241 const size_t countCases = sizeof(cases) / sizeof(cases[0]); in START_TEST() 245 = strlen(cases[u].primaryText); in START_TEST() 247 = (cases[u].firstExternalText ? strlen(cases[u].firstExternalText) : 0) in START_TEST() 248 + (cases[u].secondExternalText ? strlen(cases[u].secondExternalText) in START_TEST() 250 + cases[u].expectedCountBytesIndirectExtra; in START_TEST() 254 if (cases[u].firstExternalText) { in START_TEST() 257 XML_SetUserData(parser, (void *)&cases[u]); in START_TEST() 261 = _XML_Parse_SINGLE_BYTES(parser, cases[u].primaryText, in START_TEST() 262 (int)strlen(cases[u].primaryText), XML_TRUE); in START_TEST() [all …]
|
H A D | ns_tests.c | 688 struct test_case cases[] = { in START_TEST() local 696 for (; i < sizeof(cases) / sizeof(cases[0]); i++) { in START_TEST() 697 set_subtest("%s", cases[i].doc); in START_TEST() 698 XML_Parser parser = XML_ParserCreateNS(NULL, cases[i].namesep); in START_TEST() 700 if (_XML_Parse_SINGLE_BYTES(parser, cases[i].doc, (int)strlen(cases[i].doc), in START_TEST() 702 != cases[i].expectedStatus) { in START_TEST()
|
H A D | basic_tests.c | 327 struct TestCase cases[] = { in START_TEST() local 347 for (; i < sizeof(cases) / sizeof(*cases); i++) { in START_TEST() 348 const char *fromLim = cases[i].input + strlen(cases[i].input); in START_TEST() 352 _INTERNAL_trim_to_complete_utf8_characters(cases[i].input, &fromLim); in START_TEST() 355 if (actualMovementInChars != cases[i].expectedMovementInChars) { in START_TEST() 360 (unsigned)(i + 1), (int)cases[i].expectedMovementInChars, in START_TEST() 362 for (; j < strlen(cases[i].input); j++) { in START_TEST() 363 printf("\\x%02x", (unsigned char)cases[ in START_TEST() 1211 struct TestCase cases[] = { START_TEST() local 1697 struct CaseData cases[] START_TEST() local 1761 struct CaseData cases[] = { START_TEST() local 4715 struct test_case cases[] = { START_TEST() local [all...] |
/freebsd/contrib/kyua/integration/ |
H A D | cmd_report_test.sh | 69 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 81 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 126 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 155 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 174 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed 184 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed 203 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 207 kyua: W: No test cases matched by the filter 'first'. 208 kyua: W: No test cases matched by the filter 'simple_all_pass:second'. 275 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed [all …]
|
H A D | cmd_list_test.sh | 192 kyua: W: No test cases matched by the filter 'first1'. 219 kyua: W: No test cases matched by the filter 'fifth'. 220 kyua: W: No test cases matched by the filter 'fourth'. 448 kyua: W: No test cases matched by the filter 'second'. 464 kyua: W: No test cases matched by the filter 'first:foobar'.
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | test-map.c | 53 static struct example cases[] = { variable 94 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); ++i) in main() 95 failures += try(&cases[i]); in main()
|
H A D | gen-punycode-examples.py | 79 cases.append([codes, m.group(1), desc]) 83 cases = [] variable 113 for x in cases: 128 "const size_t punycode_examples_size = %u;\n\n" % len(cases))
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 282 case_list *cases; in def_union() local 292 tailp = &defp->def.un.cases; in def_union() 298 cases = XALLOC(case_list); in def_union() 299 cases->case_name = tok.str; in def_union() 305 cases->contflag = 1; in def_union() 307 *tailp = cases; in def_union() 308 tailp = &cases->next; in def_union() 309 cases = XALLOC(case_list); in def_union() 310 cases->case_name = tok.str; in def_union() 316 cases->case_decl = dec; in def_union() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_coverage.c | 202 __sanitizer_cov_trace_switch(uint64_t val, uint64_t *cases) in __sanitizer_cov_trace_switch() argument 211 count = cases[0]; in __sanitizer_cov_trace_switch() 214 switch (cases[1]) { in __sanitizer_cov_trace_switch() 234 if (!trace_cmp(type, val, cases[i + 2], ret)) in __sanitizer_cov_trace_switch()
|
/freebsd/contrib/atf/ |
H A D | NEWS | 42 * Added a new "require.diskspace" metadata property to test cases so that 66 make test cases fail fast when they run unprotected commands. However, 176 cases from breaking xsltproc later. 192 detect defined but unused test cases. 247 atf-report so that invalid data in the output of test cases does not 260 ensure that test cases are properly defined in test programs and helps 263 * PR bin/44882: Made atf-run connect the stdin of test cases to /dev/zero. 267 * Made atf-run hardcode TZ=UTC for test cases. It used to undefine TZ, but 276 test cases to specify installed files that must be present for the test 323 instead of just listing them as having 0 test cases. [all …]
|
/freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
H A D | gentest.sh | 5 Generate ATF test cases from a set of DTrace tests. 9 excludes: A shell script which defines test cases that are to be skipped,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MSA.txt | 6 the implementation. In a small number of cases, this can cause different 19 same cases. andi.b should use fractionally less power than bclri.b in 24 constant since shf.w covers exactly the same cases. shf.w is used 48 It is not possible to emit splati.w since shf.w covers the same cases. 79 for both cases.
|
/freebsd/sys/contrib/device-tree/Bindings/slimbus/ |
H A D | bus.txt | 18 In some cases it may be necessary to describe non-probeable device 20 such cases, child nodes for those devices will be present as 28 Instance ID Is for the cases where multiple Devices of the
|
/freebsd/contrib/kyua/bootstrap/ |
H A D | testsuite.at | 94 AT_SETUP([test program with zero test cases]) 99 re='plain_helpers:__test_cases_list__.*broken.*No test cases' 143 AT_SETUP([run two test cases, success]) 156 AT_SETUP([run two test cases, failure]) 169 AT_SETUP([run mixed test cases])
|
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
H A D | cosf.tst | 1 ; cosf.tst - Directed test cases for SP cosine 14 ; SDCOMP-26094: check cosf in the cases for which the range reducer
|
H A D | sinf.tst | 1 ; sinf.tst - Directed test cases for SP sine 17 ; SDCOMP-26094: check sinf in the cases for which the range reducer
|
/freebsd/contrib/kyua/ |
H A D | NEWS.md | 18 * Fixed execution of test cases as an unprivileged user, at least under 21 test cases might have previously failed for mysterious reasons when 46 cases in parallel. This is a big deal because test cases are rarely 51 cases. With sequential execution, a full test suite run takes around 12 63 * Issue #2: Implemented support to execute test cases in parallel when 67 suites contain test cases with side-effects that might fail when run in 89 problems when running Kyua as root and executing test cases that require 137 * Added support to print the details of all test cases (metadata and 143 metadata property, which can also be provided by ATF test cases as 160 where test cases could only do this from their body and cleanup [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | iommu.txt | 44 the specific IOMMU. Below are a few examples of typical use-cases: 51 In such cases the number of cells will usually be 1 as in the next case. 53 in order to enable translation for a given master. In such cases the single 54 address cell corresponds to the master device's ID. In some cases more than 62 Note that these are merely examples and real-world use-cases may use different 85 have a means to turn off translation. But it is invalid in such cases to
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 37 The ``warn-backrefs`` option provides information that helps identify cases 50 violations (albeit unable to catch all cases). There are two cases where GNU ld 81 There are two cases like a library sandwich where GNU ld will select a 92 redundant but benign. In some cases ``A.a`` and ``B`` should be surrounded by
|
/freebsd/share/examples/tests/ |
H A D | README | 25 To inspect the available sample test cases from an installed system: 29 To run the full suite of sample test cases:
|
/freebsd/tools/test/netfibs/ |
H A D | README | 2 This directory holds scripts and a support program for multiple test cases 3 exercising multi-IP FIBs. At this time only IPv6 test cases are provided. 16 intiator.sh runs two local test cases, one which shows a documented
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | tinytest.c | 373 for (j=0; groups[i].cases[j].name; ++j) { 374 struct testcase_t *testcase = &groups[i].cases[j]; 526 for (j = 0; group->cases[j].name; ++j) { 527 struct testcase_t *testcase = &group->cases[j];
|
/freebsd/contrib/libevent/test/ |
H A D | tinytest.c | 373 for (j=0; groups[i].cases[j].name; ++j) { 374 struct testcase_t *testcase = &groups[i].cases[j]; 526 for (j = 0; group->cases[j].name; ++j) { 527 struct testcase_t *testcase = &group->cases[j];
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-s3c2410.txt | 18 Required for all cases except "samsung,s3c2440-hdmiphy-i2c": 22 cases except for "samsung,s3c2440-hdmiphy-i2c" whose input/output
|