Searched refs:Tests (Results 1 – 25 of 131) sorted by relevance
123456
62 /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}
9 Title = DES ECB Tests (from destest)53 Title = DES Tests (from FIPS PUB 81)78 Title = DES Tests (various sources)
9 # Tests start with one of these keywords14 Title = DES3 Tests
9 # Tests start with one of these keywords14 Title = SM3 Tests
9 # Tests start with one of these keywords262 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)
3 # Tests start with one of these keywords
9 # Tests start with one of these keywords
9 # Tests start with one of these keywords269 Title = FIPS Tests (using different key sizes and digests)324 Title = Fips Negative Tests (using different key sizes and digests)
9 # Tests start with one of these keywords14 Title = Poly1305 Tests (from RFC 7539 and others)
7 Short Tests16 Medium Tests28 Long Tests
19 * 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
14 1. Tests should be *independent* and *repeatable*. It's a pain to debug a test18 2. Tests should be well *organized* and reflect the structure of the tested23 3. Tests should be *portable* and *reusable*. Google has a lot of code that is37 6. Tests should be *fast*. With GoogleTest, you can reuse shared resources86 *Tests* use assertions to verify the tested code's behavior. If a test crashes145 ## Simple Tests167 and its individual name. Tests from different test suites can have the same179 // 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 …]
1 Using OpenSSL Tests65 see section Running Selected Tests below.67 Running Selected Tests133 Running Tests in Parallel
24 and must not contain underscores (`_`). Tests in different test suites can have66 [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 more260 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more284 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests) for more313 [Type-Parameterized Tests](../advanced.md#type-parameterized-tests).596 type-parameterized test suite. See [Typed Tests](../advanced.md#typed-tests) and[all …]
17 echo All Tests Passed
13 \ Tests for password -- executes autoboot first if a password was defined
18 \ Tests for password -- executes autoboot first if a password was defined
7 Tests should be implemented in files with a .t extension. Each .t file59 Tests that are for parts of the base system should go into a directory here