| /freebsd-13.1/contrib/unbound/testdata/svcb.tdir/ |
| H A D | svcb.success-cases.zone.cmp | 1 success-cases. 3600 IN SOA primary.success-cases. admin.success-cases. 0 0 0 0 0 2 s01.success-cases. 3600 IN SVCB 0 . key123 3 s02.success-cases. 3600 IN SVCB 0 . ech 4 s03.success-cases. 3600 IN HTTPS 0 . alpn="h2,h3" no-default-alpn 5 s04.success-cases. 3600 IN HTTPS 0 . no-default-alpn 6 s05.success-cases. 3600 IN HTTPS 0 . mandatory=port alpn="dot" no-default-alpn port=853 7 s06.success-cases. 3600 IN HTTPS 0 . ech="aGVsbG93b3JsZCE=" 8 s07.success-cases. 3600 IN HTTPS 0 . ech="aGVsbG93b3JsZCE=" 9 s08.success-cases. 3600 IN HTTPS 0 . key11="a" key12="a" key13="a" key14="a" key15="a" key16="a" ke… 10 s09.success-cases. 3600 IN HTTPS 0 . alpn="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
|
| H A D | svcb.test | 54 # check all the failure cases 55 if $PRE/readzone svcb.failure-cases-01 61 elif $PRE/readzone svcb.failure-cases-02 67 elif $PRE/readzone svcb.failure-cases-03 73 elif $PRE/readzone svcb.failure-cases-04 79 echo "All failure cases test successfully" 84 if ! $PRE/readzone svcb.success-cases.zone > svcb.success-cases.zone.out 86 echo "Some particular success cases did not succeed to parse" 89 elif ! diff svcb.success-cases.zone.out svcb.success-cases.zone.cmp 91 echo "Some success cases could not be printed" [all …]
|
| H A D | svcb.failure-cases-02 | 1 $ORIGIN failure-cases.
|
| H A D | svcb.failure-cases-04 | 1 $ORIGIN failure-cases.
|
| /freebsd-13.1/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'. 273 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-13.1/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-13.1/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 292 case_list *cases; in def_union() local 302 tailp = &defp->def.un.cases; in def_union() 308 cases = XALLOC(case_list); in def_union() 309 cases->case_name = tok.str; in def_union() 315 cases->contflag = 1; in def_union() 317 *tailp = cases; in def_union() 318 tailp = &cases->next; in def_union() 319 cases = XALLOC(case_list); in def_union() 326 cases->case_decl = dec; in def_union() 328 *tailp = cases; in def_union() [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_coverage.c | 207 __sanitizer_cov_trace_switch(uint64_t val, uint64_t *cases) in __sanitizer_cov_trace_switch() argument 216 count = cases[0]; in __sanitizer_cov_trace_switch() 219 switch (cases[1]) { in __sanitizer_cov_trace_switch() 239 if (!trace_cmp(type, val, cases[i + 2], ret)) in __sanitizer_cov_trace_switch()
|
| /freebsd-13.1/cddl/usr.sbin/dtrace/tests/tools/ |
| H A D | gentest.sh | 6 Generate ATF test cases from a set of DTrace tests. 10 excludes: A shell script which defines test cases that are to be skipped,
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testfloat-history.txt | 23 -- Integrated the generation of test cases and the checking of system 27 -- Improved the sequence of test cases. 35 generating test cases. (Previously naively expected `random' to be able
|
| /freebsd-13.1/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. 323 instead of just listing them as having 0 test cases. 345 turns out to be bad. First, use.fs=false prevents bogus test cases 392 * Added expected failures support to test cases and atf-run. These 479 specify which test cases require file system access. This is to 507 debugging of faulty test cases. 650 * Added the 'timeout' property to test cases, useful to set an [all …]
|
| /freebsd-13.1/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-13.1/contrib/libevent/test/ |
| H A D | tinytest.c | 287 for (j=0; groups[i].cases[j].name; ++j) { 288 struct testcase_t *testcase = &groups[i].cases[j]; 432 for (j=0; groups[i].cases[j].name; ++j) 433 if (groups[i].cases[j].flags & TT_ENABLED_) 435 &groups[i].cases[j]);
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | tinytest.c | 287 for (j=0; groups[i].cases[j].name; ++j) { 288 struct testcase_t *testcase = &groups[i].cases[j]; 432 for (j=0; groups[i].cases[j].name; ++j) 433 if (groups[i].cases[j].flags & TT_ENABLED_) 435 &groups[i].cases[j]);
|
| /freebsd-13.1/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-13.1/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-13.1/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-13.1/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 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 304 in `kyua-testers` 0.2 to isolate test cases into their own sessions 371 invoke test cases any more, which provides for better modularity, [all …]
|
| /freebsd-13.1/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-13.1/share/examples/tests/ |
| H A D | README | 26 To inspect the available sample test cases from an installed system: 30 To run the full suite of sample test cases:
|
| /freebsd-13.1/tools/test/netfibs/ |
| H A D | README | 3 This directory holds scripts and a support program for multiple test cases 4 exercising multi-IP FIBs. At this time only IPv6 test cases are provided. 17 intiator.sh runs two local test cases, one which shows a documented
|
| /freebsd-13.1/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
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | user-libaio.m4 | 2 dnl # Check for libaio - only used for libaiot test cases.
|