Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-05 | Patch for bug 271964: tests 1 and 3 from the testing suite shouldn't fail ↵ | jocuri%softhome.net | 1 | -1/+1 | |
when $^X contains spaces; patch by me, r=jouni, a=justdave. | |||||
2002-12-10 | Fix for bug 180955: Remove dual-license from test files | zach%zachlipton.com | 1 | -13/+1 | |
Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz, and myself (as gleamed from bonsai and the contributors lines and indicated in the bug report). a=justdave. | |||||
2002-10-24 | require Perl 5.6 | justdave%syndicomm.com | 1 | -0/+6 | |
2002-05-09 | Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up | zach%zachlipton.com | 1 | -41/+45 | |
test code. Patch makes the tests much better now. r=zach x2 | |||||
2001-11-18 | Fix the double testing of .pm files. | zach%zachlipton.com | 1 | -7/+3 | |
No review needed for tests at this time. | |||||
2001-10-25 | Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵ | jake%acutex.net | 1 | -5/+5 | |
runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files. | |||||
2001-10-24 | Bug 106424 - We weren't going orange on warnings such as "used only once". ↵ | jake%acutex.net | 1 | -3/+9 | |
This script now properly outputs the --WARNING and fails on such a condition. | |||||
2001-10-20 | Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵ | jake%acutex.net | 1 | -19/+18 | |
also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me. | |||||
2001-10-07 | Allow compile tests for files that run in taint mode | jake%acutex.net | 1 | -1/+8 | |
No review needed for tests at this time. NOT PART OF BUILD | |||||
2001-10-06 | Get rid of our which causes errors on 5.005. | zach%zachlipton.com | 1 | -1/+5 | |
No review needed for tests at this time. NOT PART OF BUILD | |||||
2001-09-23 | Renaming *.t to be 00*.t to solve any sorting issues down the road as per | zach%zachlipton.com | 1 | -0/+76 | |
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD |