Home
last modified time | relevance | path

Searched refs:Tests (Results 1 – 25 of 131) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dmerge_summary.awk62 /Tests with results other than PASS that are expected/{state="expected_lines"; next}
63 /Tests with result of PASS that are unexpected/{state="unexpected_pass_lines"; next}
64 /Tests with results other than PASS that are unexpected/{state="unexpected_lines"; next}
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_des.txt9 Title = DES ECB Tests (from destest)
53 Title = DES Tests (from FIPS PUB 81)
78 Title = DES Tests (various sources)
H A Devpciph_des3_common.txt9 # Tests start with one of these keywords
14 Title = DES3 Tests
H A Devpmd_sm3.txt9 # Tests start with one of these keywords
14 Title = SM3 Tests
H A Devpmac_common.txt9 # Tests start with one of these keywords
262 Title = GMAC Tests (from NIST)
271 Title = GMAC Tests (from http://www.ieee802.org/1/files/public/docs2011/bn-randall-test-vectors-051…
330 Title = KMAC Tests (From NIST)
374 Title = KMAC XOF Tests (From NIST)
429 Title = KMAC XOF Tests via ctrl (From NIST)
H A Devpkdf_x942_des.txt3 # Tests start with one of these keywords
H A Devpmac_cmac_des.txt9 # Tests start with one of these keywords
H A Devppkey_dsa.txt9 # Tests start with one of these keywords
269 Title = FIPS Tests (using different key sizes and digests)
324 Title = Fips Negative Tests (using different key sizes and digests)
H A Devpmac_sm3.txt9 # Tests start with one of these keywords
H A Devpkdf_tls11_prf.txt9 # Tests start with one of these keywords
H A Devpmd_ripemd.txt9 # Tests start with one of these keywords
H A Devpmd_whirlpool.txt9 # Tests start with one of these keywords
H A Devppbe_pkcs12.txt9 # Tests start with one of these keywords
H A Devpmac_poly1305.txt9 # Tests start with one of these keywords
14 Title = Poly1305 Tests (from RFC 7539 and others)
H A Devppbe_scrypt.txt9 # Tests start with one of these keywords
H A Devpciph_aes_siv.txt9 # Tests start with one of these keywords
/freebsd/sys/contrib/zstd/
H A DTESTING.md7 Short Tests
16 Medium Tests
28 Long Tests
/freebsd/share/examples/tests/
H A DREADME19 * tests/atf/: Tests that use the ATF libraries, including atf-c, atf-c++
22 * tests/plain/: Tests that do not use any testing framework. See
/freebsd/contrib/googletest/docs/
H A Dprimer.md14 1. Tests should be *independent* and *repeatable*. It's a pain to debug a test
18 2. Tests should be well *organized* and reflect the structure of the tested
23 3. Tests should be *portable* and *reusable*. Google has a lot of code that is
37 6. Tests should be *fast*. With GoogleTest, you can reuse shared resources
86 *Tests* use assertions to verify the tested code's behavior. If a test crashes
145 ## Simple Tests
167 and its individual name. Tests from different test suites can have the same
179 // Tests factorial of 0.
184 // Tests factorial of positive numbers.
205 ## Test Fixtures: Using the Same Data Configuration for Multiple Tests {#same-data-multiple-tests}
[all …]
/freebsd/crypto/openssl/test/
H A DREADME.md1 Using OpenSSL Tests
65 see section Running Selected Tests below.
67 Running Selected Tests
133 Running Tests in Parallel
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md24 and must not contain underscores (`_`). Tests in different test suites can have
66 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests).
135 [Value-Parameterized Tests](../advanced.md#value-parameterized-tests).
190 [Typed Tests](../advanced.md#typed-tests) for more information.
227 For more information, see [Typed Tests](../advanced.md#typed-tests).
240 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more
260 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more
284 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more
313 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests).
596 type-parameterized test suite. See [Typed Tests](../advanced.md#typed-tests) and
[all …]
/freebsd/sbin/newfs/
H A DMakefile17 echo All Tests Passed
/freebsd/stand/i386/loader/
H A Dloader.rc13 \ Tests for password -- executes autoboot first if a password was defined
/freebsd/stand/forth/
H A Dloader.rc18 \ Tests for password -- executes autoboot first if a password was defined
/freebsd/tools/regression/
H A DREADME7 Tests should be implemented in files with a .t extension. Each .t file
59 Tests that are for parts of the base system should go into a directory here

123456