On Tue, 31 Aug 2010, ?var Arnfj?r? Bjarmason wrote: > On Tue, Aug 31, 2010 at 17:10, Jesse Vincent <jesse@fsck.com> wrote: > > > It's very important that you test this release with any software written > > in Perl which you use or maintain. If no "showstopper" class bugs are > > found in the next few days, we will release a virtually identical > > tarball as Perl 5.12.2. > > I haven't kept up so I don't know if this is known, but on 5.12.1 and > 5.12.2 lib/locale.t fails on Solaris 10: [I don't have the ar_SA.UTF-8 locale installed, so I can't test that.] > However, this is new in this RC: > > op/stash.t > (Wstat: 0 Tests: 31 Failed: 0) > TODO passed: 26 > > Which is: > > ok 25 - ...and an __ANON__ stash > Segmentation Fault - core dumped > not ok 26 - anon CVs in undefed stash don't segfault # TODO anon > CVs not accounted for yet > # Failed at t/op/stash.t line 148 I can't reproduce the "TODO passed" on either Solaris 8/SPARC or OpenSolaris/x86, either on 5.12.1 or 5.12.2-RC1. When running the test in verbose mode on either 5.12.1 or 5.12.2-RC1: On Solaris 8/SPARC, I do get the core dump, and see the 'Segmentation Fault -- core dumped' message in the output, but the TODO doesn't pass. On OpenSolaris/x86, I also get the core dump, and the TODO also doesn't pass, but the 'Segmentation Fault -- core dumped' message doesn't appear in the output. In short, I see no changes at all between 5.12.1 and 5.12.2-RC1 in regards to this TODO test, on either Solaris 8 or OpenSolaris. I don't think it's worth worrying about for the release. -- Andy Dougherty doughera@lafayette.eduThread Previous | Thread Next