Lines Matching refs:a
13 …t case has a description which succinctly describes for a human audience what the test does. The f…
17 * Test descriptions must be unique within a `.data` file. If you can't think of a better descriptio…
18 …Rationale: make it easy to relate a failure log to the test data. Avoid confusion between cases in…
19 * Test descriptions should be a maximum of **66 characters**. <br>
20 …rs on an 80-column line). Longer descriptions may be truncated or may break a visual alignment. <b…
21 …We have a lot of test cases with longer descriptions, but they should be avoided. At least please …
23 * Avoid changing the description of an existing test case without a good reason. This breaks the tr…
33 Each test case in `ssl-opt.sh` has a description which succinctly describes for a human audience wh…
43 Unit tests and `ssl-opt.sh` record the outcome of each test case in a **test outcome file**. This f…
49 The outcome file is in a CSV format using `;` (semicolon) as the delimiter and no quoting. This mea…
53 * **Platform**: a description of the platform, e.g. `Linux-x86_64` or `Linux-x86_64-gcc7-msan`.
54 * **Configuration**: a unique description of the configuration (`mbedtls_config.h`).