CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1567
content-type: text/html; charset=utf-8
last-modified: Mon, 13 Oct 2025 19:37:38 GMT
traceparent: a20fece2df651f57b48dd6374e6b8d2a
strict-transport-security: max-age=15768000
Re: Which test files need to use the watchdog() function? - nntp.perl.org
Front page | perl.perl5.porters |
Postings from July 2008
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

Re: Which test files need to use the watchdog() function?
Thread Previous | Thread NextFrom:
Jerry D. HeddenDate:
July 7, 2008 05:57Subject:
Re: Which test files need to use the watchdog() function?Message ID:
1ff86f510807070556h423b194am68fce10ce7d1f466@mail.gmail.comJerry D. Hedden wrote: > If anyone knows of core test files that would benefit from > using the forthcoming watchdog() function that will be > added to test.pl, please let me know so I can start > generating patches. Thanks. Steve Hay wrote: > What about tests in dual-lived modules, rather than core > tests? > > My last two VC++ smokes of bleadperl hung on > ext/IO/t/io_linenum.t and eventually led to the whole > smoke job getting killed (I run each smoke as a > Win32::Job). > > But IO is a dual-lived module, so its tests use Test > rather than test.pl and hence don't have the watchdog() > function available. If the dual-lived module already includes a copy of core's test.pl, then the module can update the copy in their CPAN module and make use of the watchdog() function. IO is such a module. (However, there still appears to be some issue with watchdog(), so please don't use it yet.)Thread Previous | Thread Next
- Which test files need to use the watchdog() function? by Jerry D. Hedden
- RE: Which test files need to use the watchdog() function? by Steve Hay
- Re: Which test files need to use the watchdog() function? by Jerry D. Hedden
- Fwd: Which test files need to use the watchdog() function? by Zsbán Ambrus
- Re: Which test files need to use the watchdog() function? by Jerry D. Hedden
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About