Skip Menu |

This queue is for tickets about the SDL-Tutorial-3DWorld CPAN distribution.

Report information
The Basics
Id: 129415
Status: new
Priority: 0/
Queue: SDL-Tutorial-3DWorld

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.33
Fixed in: (no value)



Subject: SEGV in test suite
The test suite segfaults on my smoker systems (various OS): ... PERL_DL_NONLAZY=1 "/opt/perl-5.28.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t ..... ok t/02_new.t ......... ok t/03_texture.t ..... Failed 2/3 subtests t/04_mesh.t ........ ok t/05_collection.t .. ok t/06_rwx.t ......... Failed 5/7 subtests t/07_obj.t ......... ok t/08_mtl.t ......... ok Test Summary Report ------------------- t/03_texture.t (Wstat: 11 Tests: 1 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 3 tests but ran 1. t/06_rwx.t (Wstat: 11 Tests: 2 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 7 tests but ran 2. ...