On Tue, Nov 1, 2011 at 12:56 AM, Buddy Burden <barefootco...@gmail.com> wrote:
>> t/rand_time.t      (Wstat: 9 Tests: 1764021 Failed: 0)
>>   Non-zero wait status: 9
>
>> *** Signal 9

That one is obvious, it has been SIGKILLed. Probably the tester
thought the tests were hanging.

>> t/rand_time.t      (Wstat: 139 Tests: 996881 Failed: 0)
>>   Non-zero wait status: 139
>>   Parse errors: No plan found in TAP output

If you're using done_testing, you should explicitly have a test/build
requirement on Test::More 0.88.

>> Out of memory!
>> Segmentation Fault - core dumped
>> make: *** [test_dynamic] Error 139

Yeah, Test::Builder maintains some state for every test result. See
https://metacpan.org/module/Test::Builder#MEMORY for some suggestions
on how to handle that.

Leon

Reply via email to