Lines Matching refs:tests

11 **Warning:** you MUST run the tests from an unprivileged account
14 If some tests fail, take a look at the section Test Failures below.
19 If some tests fail, look at the output. There may be reasons for the failure
30 Verbosity on failed (sub-)tests only
35 Verbosity on failed (sub-)tests, in addition progress on succeeded (sub-)tests
40 If you want to run just one or a few specific tests, you can use
52 You can find the list of available tests like this:
54 $ make list-tests # Unix
55 $ mms list-tests ! OpenVMS
56 $ nmake list-tests # Windows
71 with which you can specify a set of tests to be performed. With a "current
72 set of tests" in mind, initially being empty, here are the possible tokens:
74 alltests The current set of tests becomes the whole set of available
75 tests (as listed when you do 'make list-tests' or similar).
77 xxx Adds the test 'xxx' to the current set of tests.
79 -xxx Removes 'xxx' from the current set of tests. If this is the
80 first token in the list, the current set of tests is first
81 assigned the whole set of available tests, effectively making
85 set of tests.
87 -nn Removes the test group 'nn' from the current set of tests.
89 tests is first assigned the whole set of available tests,
99 Run all tests except for the fuzz tests:
107 Run all tests that have a name starting with "test_ssl" but not those
116 Run all tests except the slow group (group 99):
120 Run all tests in test groups 80 to 99 except for tests in group 90:
124 To run specific fuzz tests you can use for instance:
136 By default the test harness will execute the selected tests sequentially.
148 To run up to four tests in parallel at any given time:
152 Random numbers in tests
155 Some tests use random numbers as part of the test. In some cases a test failure
159 variable which additionally randomises the order tests are run in (see below).
170 By default, the test harness will execute tests in the order they were added.
173 generator used within the tests as described in the section above. If a randomly
176 tests in the same order and will also seed the test random number generator.
184 To run the tests using the order defined by the random seed `42`: