From: Vincent Pit Date: Fri, 2 Nov 2012 12:35:46 +0000 (-0200) Subject: Threads tests may not be able to spawn all the threads X-Git-Tag: v0.13~30 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=a838a3bf0d49fcb56ea57da58771d2e2c77bfc26;hp=a838a3bf0d49fcb56ea57da58771d2e2c77bfc26;p=perl%2Fmodules%2FLexical-Types.git Threads tests may not be able to spawn all the threads 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. ---