]> git.vpit.fr Git - perl/modules/Lexical-Types.git/commitdiff
Threads tests may not be able to spawn all the threads
authorVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 12:35:46 +0000 (10:35 -0200)
committerVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 12:35:46 +0000 (10:35 -0200)
To work around this :
- move all the threads boilerplate to a new helper test module ;
- capture the warnings/errors that threads->create may throw and reprint
them properly as diagnostics ;
- do not hardcode the plan and use 'no_plan' instead.


No differences found