Test-More / TB2

Test::Builder version 2, the next generation of building testing modules in Perl
Other
1 stars 0 forks source link

Fix Test::NoWarnings for 1.5 #212

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @schwern Date: Thursday Aug 02, 2012 at 04:55 GMT Orig: https://github.com/Test-More/test-more/issues/331

1.04 fails. Appears to tickle a threading bug with subtests. Very high priority, lots of dependents.

t/02_none.t ...... lock can only be used on shared values at /Users/schwern/devel/Test-Simple/lib/TB2/EventCoordinator.pm line 223.
BEGIN failed--compilation aborted at t/02_none.t line 5.
t/02_none.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
t/03_end.t ....... lock can only be used on shared values at /Users/schwern/devel/Test-Simple/lib/TB2/EventCoordinator.pm line 223.
BEGIN failed--compilation aborted at t/03_end.t line 5.
t/03_end.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 
schwernbot commented 10 years ago

From: @schwern Date: Thursday Aug 02, 2012 at 07:32 GMT Orig: https://github.com/Test-More/test-more/issues/331#issuecomment-7448910

This is due to an older bug in Test::Tester.