Re: [perl #50298] [PATCH] Fix the glibc backtrace() configuration test

2008-01-27 Thread chromatic
On Sunday 27 January 2008 09:36:27 Art Haas wrote: > The test for the backtrace() function was failing due to the prototypes > at the start of the test code differing for those listed in the header > file. The patch below fixes things by removing the extra prototypes > and basically copying the sa

Re: [perl #50298] [PATCH] Fix the glibc backtrace() configuration test

2008-01-27 Thread Art Haas
On Sun, Jan 27, 2008 at 10:33:20AM -0800, James Keenan via RT wrote: > On Sun Jan 27 09:36:26 2008, [EMAIL PROTECTED] wrote: > > Hi. > > > > The test for the backtrace() function was failing > > > Could you post the failing test result? > > In particular, the output of 'prove -v t/steps/auto_b