CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1427
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 15:46:32 GMT
traceparent: 1c080bd1fe2a0804a95d3bfc560ed15f
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:
Steve HayDate:
July 7, 2008 01:19Subject:
RE: Which test files need to use the watchdog() function?Message ID:
1B32FF956ABF414C9BCE5E487A1497E702015037@ukmail02.planit.groupJerry 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. 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.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