Lines Matching refs:tests

23     * If we go over 100,000 tests, it used to print out a warning for
66 * Fixed incorrect "confused by tests in wrong order" error in 2.47_02.
70 * Test directives for skip tests used to be anything that matches
82 Several of the Test::Harness tests now fail on VMS with the
95 how tests are run. It also adds these messages by default.
179 * prove -v now sets TEST_VERBOSE in case your tests rely on them.
201 * All tests now do their use_ok() in a BEGIN block. Some of the
213 harness runs the tests. This is different from HARNESS_VERBOSE,
238 Schwern for the patch and the tests.
249 to run the tests as.
269 programmers work with automated tests. The prove utility runs
288 prove's "-T" runs your tests under "perl -T".
290 * prove can shuffle tests
292 that don't show up when tests are run in the same order every time.
325 --exclude for excluding certain tests. It may go back in the
348 - Added "prove" script to run a test or set of tests through the
374 - Added some isa_ok() checks to the tests.
383 up the run time for running thousands of tests. *COUGH*
405 * Stas Bekman noticed that tests with no output at all were
409 suck up all your memory" limit with legit tests. Made the check
410 smarter to allow large, planned tests to work.
412 too many tests.
416 - Ilya noticed the per test skip reason was accumlating between tests.
427 die, not return false, when any tests fail. This is silly, but
430 - Undef warning introduced in 2.24 on skipped tests with no reasons
435 * Nikola Knezevic found a bug when tests are completely skipped
442 - Changed the wait status tests to conform with POSIX standards.
443 - Quieted some SYSTEM$ABORT noise leaking out from dying test tests
464 - Taking into account VMS's special exit codes in the tests.
472 - Fixed TODO tests so Test::Harness does not display a NOK for
488 * Header-at-end tests were being interpreted as failing sometimes
528 * Fixed a bug with tests failing if they're all skipped
537 - Added internal information about number of todo tests
541 * Fixed "not ok 23 - some name # TODO" style tests
544 * Fixed bug with failing tests using header at end.
565 * Removed use of Tie::StdHandle in tests for backwards compat
567 - Added some tests from the old CPAN release
598 - This version reports a list of the tests that failed accompanied by