Lines Matching full:cases

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.
247 atf-report so that invalid data in the output of test cases does not
260 ensure that test cases are properly defined in test programs and helps
263 * PR bin/44882: Made atf-run connect the stdin of test cases to /dev/zero.
267 * Made atf-run hardcode TZ=UTC for test cases. It used to undefine TZ, but
276 test cases to specify installed files that must be present for the test
323 instead of just listing them as having 0 test cases.
338 * Changed the default timeout for test cases from 5 minutes to 30 seconds.
344 the first place to impose more control on what test cases can do, it
345 turns out to be bad. First, use.fs=false prevents bogus test cases
348 now ignore any value provided to use.fs and will allow test cases to
379 This catches many cases in which a test case is broken but it is not
392 * Added expected failures support to test cases and atf-run. These
395 These statuses can be used to denote test cases that are known to fail
397 tests separately but they do not count towards the failed test cases
453 to read by end users. As a side effect, the default for test cases is
479 specify which test cases require file system access. This is to
499 * Test programs no longer run several test cases in a row. The execution
501 case is executed. To execute several test cases, use the atf-run utility
505 test cases. They run the test case code in-process, and a crash of the
507 debugging of faulty test cases.
509 * Test programs no longer isolate their test cases. This means that they
540 proven to be mostly useless, because test cases often carry a descriptive
630 * Test programs now preserve the execution order of test cases when they
646 * Added a way for test cases to require a specific architecture and/or
650 * Added the 'timeout' property to test cases, useful to set an
683 * Removed the test cases' 'isolated' property. This was intended to
707 * Test cases now get a known umask on entry.
722 * Test cases can now define an optional cleanup routine to undo their