]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Threads tests may not be able to spawn all the threads
authorVincent Pit <vince@profvince.com>
Mon, 24 Oct 2011 19:57:55 +0000 (21:57 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 24 Oct 2011 20:06:25 +0000 (22:06 +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 ;
- don't set a plan in threads tests.


No differences found