summaryrefslogtreecommitdiffstats
path: root/t/001compile.t
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-25Bug 1250944 - 001compile.t doesn't set error mode, so errors exit the test suiteDylan Hardison1-0/+1
r=dkl,a=dylan
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-3/+2
dependencies r=dkl,a=dylan
2015-03-16Bug 1137674: Merge t/003safesys.t with t/001compile.tFrédéric Buclin1-3/+3
r=dylan a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-2/+4
r=dkl a=sgreen
2012-12-03Bug 817634: Tests in t/ should also check themselves where appropriateFrédéric Buclin1-2/+3
r=glob a=LpSolit
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin1-1/+1
r=mkanat a=LpSolit
2012-02-15Test 1 fails if PERLLIB contains paths with whitespace.Marc Schumann1-1/+1
r=gerv; a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=714074
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-19/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-02-12Bug 545762: Allow tests to pass when using the PERL5LIB environment variable.Gabor Szabo1-1/+6
r=mkanat, a=mkanat
2009-11-18Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org1-30/+10
Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-11-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org1-69/+75
modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-4/+3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-03-18Bug 416047 – Test 1 fails in compiling Bugzilla::Install::CPAN and ↵wurblzap%gmail.com1-2/+12
install-module.pl when Cygwin is installed. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-08-09Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com1-4/+4
warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2006-08-19Bug 349198: 001compile.t must not compile mod_perl.pl - Patch by Frédéric ↵lpsolit%gmail.com1-0/+6
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-03-02Bug 314470: Require Perl 5.8mkanat%kerio.com1-4/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2005-05-27Bug 286701: Tests fail compiling Bugzilla::DB::Pg.pmmkanat%kerio.com1-0/+14
Patch By Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat, a=justdave
2005-02-17Bug 282509: Bugzilla now requires perl 5.6.1mkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
2004-12-05Patch for bug 271964: tests 1 and 3 from the testing suite shouldn't fail ↵jocuri%softhome.net1-1/+1
when $^X contains spaces; patch by me, r=jouni, a=justdave.
2002-12-10Fix for bug 180955: Remove dual-license from test fileszach%zachlipton.com1-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-24require Perl 5.6justdave%syndicomm.com1-0/+6
2002-05-09Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com1-41/+45
test code. Patch makes the tests much better now. r=zach x2
2001-11-18Fix the double testing of .pm files.zach%zachlipton.com1-7/+3
No review needed for tests at this time.
2001-10-25Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net1-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-24Bug 106424 - We weren't going orange on warnings such as "used only once". ↵jake%acutex.net1-3/+9
This script now properly outputs the --WARNING and fails on such a condition.
2001-10-20Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net1-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-07Allow compile tests for files that run in taint modejake%acutex.net1-1/+8
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06Get rid of our which causes errors on 5.005.zach%zachlipton.com1-1/+5
No review needed for tests at this time. NOT PART OF BUILD
2001-09-23Renaming *.t to be 00*.t to solve any sorting issues down the road as perzach%zachlipton.com1-0/+76
bug 97976. No review required for tests at this time. NOT_PART_OF_BUILD