Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1074980: Forbid the { foo => $cgi->param() } syntax to prevent data override | Frédéric Buclin | 2014-10-06 | 1 | -1/+32 |
| | | | | r=dkl,a=sgreen | ||||
* | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 2014-08-13 | 1 | -32/+39 |
| | | | | r=dkl a=sgreen | ||||
* | Remove tabs from t/002goodperl.t and CRLF characters from t/013dbschema.t | Frédéric Buclin | 2012-12-03 | 1 | -1/+1 |
| | | | | (required for bug 817634) | ||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -1/+23 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -22/+6 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Patch for bug 211188: Make testing suite check for any #! lines that are not ↵ | jocuri%softhome.net | 2004-09-09 | 1 | -4/+8 |
| | | | | /usr/bin/perl; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=justdave. | ||||
* | Patch for bug 216572: 002goodperl.t shouldn't add an extra test for every ↵ | jocuri%softhome.net | 2004-08-28 | 1 | -1/+1 |
| | | | | additional Throw*Error violation in the same file; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=justdave. | ||||
* | Bug 141006: Run edit*.cgis in taint mode. | jouni%heikniemi.net | 2004-05-23 | 1 | -7/+2 |
| | | | | | Patch by byron jones <bugzilla@glob.com.au> r=jouni, a=justdave | ||||
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -2/+2 |
| | | | | | r=justdave a=justdave | ||||
* | Partial fix for bug 192513 (processmail cleanup). Patch fixes test files | zach%zachlipton.com | 2003-02-10 | 1 | -5/+2 |
| | | | | | | | to disregard processmail since it no longer exists (it was special-cased before). r=dave, a=dave | ||||
* | Fix for bug 180955: Remove dual-license from test files | zach%zachlipton.com | 2002-12-10 | 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. | ||||
* | Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. ↵ | gerv%gerv.net | 2002-09-13 | 1 | -1/+27 |
| | | | | Patch by gerv; r=bbaetz. | ||||
* | Updating my e-mail address as jake@acutex.net is no longer valid. | jake%bugzilla.org | 2002-08-27 | 1 | -1/+1 |
| | | | | * NO CODE CHANGES * | ||||
* | Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up | zach%zachlipton.com | 2002-05-09 | 1 | -5/+6 |
| | | | | | | test code. Patch makes the tests much better now. r=zach x2 | ||||
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -3/+30 |
| | | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave | ||||
* | Additional fix for bug 112914: "Test should not `cat $file`" Previous | zach%zachlipton.com | 2002-01-11 | 1 | -27/+35 |
| | | | | | | | | patch fixed the problem, but this patch stops once it finds strict so it will not take as long to run. Patch by ddkilzer@theracingworld.com. R=zach@zachlipton.com though review is not required for tests. | ||||
* | Bug 112914 - This test was relying on the existance of the unix "cat" ↵ | jake%acutex.net | 2002-01-05 | 1 | -8/+13 |
| | | | | command instead of using perl's standard open() function. This caused a test failed when running the tinderbox script on win32. | ||||
* | Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵ | jake%acutex.net | 2001-10-25 | 1 | -1/+0 |
| | | | | 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. | ||||
* | Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵ | jake%acutex.net | 2001-10-20 | 1 | -24/+28 |
| | | | | | | | 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. | ||||
* | Renaming *.t to be 00*.t to solve any sorting issues down the road as per | zach%zachlipton.com | 2001-09-23 | 1 | -0/+75 |
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD |