develooper Front page | perl.perl5.porters | Postings from June 2013

Re: [perl #118603] t/op/stash.t: 3 new test failures on Darwin/PPC

Thread Previous | Thread Next
From:
James E Keenan
Date:
June 22, 2013 23:03
Subject:
Re: [perl #118603] t/op/stash.t: 3 new test failures on Darwin/PPC
Message ID:
20130622230300.17265.qmail@lists-nntp.develooper.com
On 6/22/13 5:32 PM, Nicholas Clark wrote:
> On Sat, Jun 22, 2013 at 10:22:57PM +0100, Nicholas Clark wrote:
>> On Sat, Jun 22, 2013 at 02:20:26PM -0700, Father Chrysostomos via RT wrote:
>>> On Sat Jun 22 13:10:53 2013, nicholas wrote:
>>
>>>> --- a/sv.h
>>>> +++ b/sv.h
>>>> @@ -531,7 +531,7 @@ struct xpvgv {
>>>>       union _xnvu xnv_u;
>>>>   };
>>>>
>>>> -typedef U16 cv_flags_t;
>>>> +typedef U32 cv_flags_t;
>>>>
>>>>   #define _XPVCV_COMMON								\
>>>>       HV *	xcv_stash;							\
>>>
>>> Yes, that is it.
>>
>> I've bisected on a big endian linux machine I have access to, and that's it.
>> Running tests on a fix...
>
> Try this:
>
> commit 13d58115f07b12133a2df2821b893f0fc20065d9
> Author: Nicholas Clark<nick@ccl4.org>
> Date:   Sat Jun 22 14:25:26 2013 -0700
>

>
> Pushed as origin/smoke-me/nicholas/RT-118603
>

t/op/stash.t PASS in this branch; now running full make test

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About