summaryrefslogtreecommitdiff
path: root/lib/Config.t
Commit message (Collapse)AuthorAgeFilesLines
* Rework the @Config{/sig.*/} tests.Jarkko Hietaniemi2003-03-141-5/+2
| | | p4raw-id: //depot/perl@18977
* Config.t wasn't getting the sig_num and sig_size relationshipGurusamy Sarathy2003-03-141-1/+1
| | | | | | | | right, and therefore failed test#35 on windows note that config_h.SH documents that $sig_size does NOT include the final NULL in $sig_num! p4raw-id: //depot/perl@18967
* Skip the last test of Config.t on HP-UX.Rafael Garcia-Suarez2003-03-131-1/+4
| | | | | | | (This test should be skipped for every system that actually defines a negative signal number. Maybe that test should be removed, to be future-proof.) p4raw-id: //depot/perl@18964
* A new test, to check that signal numbers are actually positive,Rafael Garcia-Suarez2003-03-101-11/+18
| | | | | and that there is a consistent number of signals available. p4raw-id: //depot/perl@18891
* Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flagNicholas Clark2003-03-101-3/+3
| | | | | Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18888
* Document and test Config::config_re().Michael G. Schwern2002-11-031-6/+16
| | | | | | (with tweaks) Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@18077
* test grandfathered Config variablesMichael G. Schwern2002-09-041-1/+11
| | | | | Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17837
* Integrate change #17588 from macperl:Jarkko Hietaniemi2002-07-171-1/+4
| | | | | | | | | | | | | Small test fixes for Mac OS $Config{cc} is generated dynamically on MacPerl, so looking at raw config_sh() fails op/glob.t never worked before, oops :-) p4raw-link: @17588 on //depot/macperl: 7fdc85a41049dbfd266b46a271bdc2992d732831 p4raw-id: //depot/perl@17602 p4raw-integrated: from //depot/macperl@17601 'copy in' lib/Config.t t/op/glob.t (@17528..)
* Re: Clock skew failures in Memoize test suiteJarkko Hietaniemi2002-07-121-1/+1
| | | | | | | | | | | | | | | | | From: Mark-Jason Dominus <mjd@plover.com> Date: Fri, 12 Jul 2002 14:17:56 -0400 Message-ID: <20020712181756.9595.qmail@plover.com> To: sthoenna@efn.org (Yitzchak Scott-Thoennes) (an accidental dual submit...) Subject: lib/Config.t : why 900 entries? From: "Craig A. Berry" <craigberry@mac.com> Date: Fri, 12 Jul 2002 16:02:59 -0500 Message-Id: <a05111b04b954f27fd5a7@[172.16.52.1]> (dropping the limit from 750 down to 500) p4raw-id: //depot/perl@17508
* Too much cut-and-paste from Term::Complete.t;Jarkko Hietaniemi2002-07-101-12/+15
| | | | | be more paranoid on readonlyness p4raw-id: //depot/perl@17459
* Test Config.Jarkko Hietaniemi2002-07-091-0/+93
p4raw-id: //depot/perl@17458