Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)

2005-12-17 Thread demerphq
On 12/17/05, chromatic <[EMAIL PROTECTED]> wrote: > On Saturday 17 December 2005 08:23, demerphq wrote: > > > It seemed to me that > > a better patch would be to change the way harness handles directives > > so it recognizes TODO & SKIP as being a valid directive. > > What would that mean? SKIP te

Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)

2005-12-17 Thread chromatic
On Saturday 17 December 2005 08:23, demerphq wrote: > It seemed to me that > a better patch would be to change the way harness handles directives > so it recognizes TODO & SKIP as being a valid directive. What would that mean? SKIP tests don't run. TODO tests do. If the test doesn't run, I thi

Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)

2005-12-17 Thread demerphq
On 12/16/05, Steve Hay <[EMAIL PROTECTED]> wrote: > The real bummer, though, is that I'm now away until Jan 3rd and I'm > switching my machine off now, so you can't see the fruits of your > efforts in my overnight smokes until next year :-( If its any help to you guys I built and tested just now o

Re: Test::Harness spitting an error

2005-12-17 Thread Ian Langworth
No one else has replied, so here's a shot in the dark: Try setting the PERLIO environment variable to "crlf" (without quotes). -- Ian Langworth