List Info

Thread: Re: testing blead on seeds of Mac OS X 10.5 Leopard




Re: testing blead on seeds of Mac OS X 10.5 Leopard
user name
2007-10-20 09:13:17
On 19/10/2007, Darren Duncan <darrendarrenduncan.net> wrote:
> To summarize, I rsynced blead about an hour ago, and
did a
> configure/make with all the default options.  My test
machine is
> June-1997 LED-screen Macbook Pro, the gcc is 4.0.1.
>
> All tests passed but for two:
>
> t/op/pwent......FAILED at test 1
> lib/locale......FAILED at test 99
>
> Failed 2 tests out of 1384, 99.86% okay.

Doesn't look too bad.

lib/locale.t has this snippet :

if ($^O eq 'darwin') {
    # Darwin 8/Mac OS X 10.4 has bad Basque locales: perl
bug #35895,
    # Apple bug ID# 4139653. It also has a problem in
Byelorussian.
    if ($Config ge '8' and $Config lt '9')
{
        debug "# Skipping eu_ES, be_BY locales -- buggy
in Darwinn";
        Locale = grep ! m/^(eu_ES|be_BY.CP1131$)/, Locale;
    }
}

What's osvers on Leopard ? (perl -V:osvers should give it)
Maybe this
test needs to be skipped there, or maybe that's a new test
that is
failing. A verbose run of the test might help (cd t
&& ./perl -TI.
-MTestInit ../lib/locale.t)

It would be also helpful to have a verbose run of op/pwent.t
and see
why it's failing.

Thanks for testing!

Re: testing blead on seeds of Mac OS X 10.5 Leopard
user name
2007-10-20 15:18:24
So I rsynced blead again today, and re-ran the make/test, 
superficially the same results.

At 4:13 PM +0200 10/20/07, Rafael Garcia-Suarez wrote:
>Doesn't look too bad.
>
>lib/locale.t has this snippet :
>
>if ($^O eq 'darwin') {
>     # Darwin 8/Mac OS X 10.4 has bad Basque locales:
perl bug #35895,
>     # Apple bug ID# 4139653. It also has a problem in
Byelorussian.
>     if ($Config ge '8' and $Config lt
'9') {
>         debug "# Skipping eu_ES, be_BY locales --
buggy in Darwinn";
>         Locale = grep ! m/^(eu_ES|be_BY.CP1131$)/,
Locale;
>     }
>}
>
>What's osvers on Leopard ? (perl -V:osvers should give
it)

perl -V:osvers on this Leopard gives 9.0.

>  Maybe this
>test needs to be skipped there, or maybe that's a new
test that is
>failing. A verbose run of the test might help (cd t
&& ./perl -TI.
>-MTestInit ../lib/locale.t)

Doing that spat out reams of text, with the last line
saying

   None of your locales were broken.

But a few lines prior to that, it said:

   The locale of definition

     be_BY.CP1131

   on your system may have errors because the locale test 99
failed on 
that locale.

>It would be also helpful to have a verbose run of
op/pwent.t and see
>why it's failing.

Running this:

   cd t && ./perl -TI . -MTestInit ../op/pwent.t

Resulted in this immediate death:

   Insecure $ENV while running with -T switch at
op/pwent.t line 22.
   BEGIN failed--compilation aborted at op/pwent.t line 68.

>Thanks for testing!

And keep in mind that if you think there are bugs in the OS,
that my 
copy is two months out of date, the latest that came to me
on a DVD 
so far.

-- Darren Duncan

[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )