Re: [PATCH] Re: Some VMS errors in DBI trunk - dbi_vms_20100918.patch (1/1)
Tim Bunce <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Sep 20, 2010 at 02:45:27PM +0200, Jens Rehsack wrote: > 2010/9/19 Craig A. Berry <[email protected]>: > > In article <[email protected]>, > > [email protected] (Tim Bunce) wrote: > > > >> On Thu, Sep 09, 2010 at 06:05:09PM -0500, Craig A. Berry wrote: > >> > In article <[email protected]>, > >> > [email protected] ("Martin J. Evans") wrote: > >> > > >> > > I ran DBI trunk on VMS (perl, v5.8.1 built for VMS_AXP) just to check it > >> > > out. > >> > > There were a lot of failures. > > > >> > I'm pretty sure DBI passed all tests on VMS sometime in the last year or > >> > two, so hopefully there's nothing too fundamental wrong. I see what I > >> > can find. > >> > >> Wonderful. Many thanks Craig! > > Here's what's in the patch: [...] all makes sense. I've committed your patch as r14436. I saw one test failure (on OS X) due to the extra line in the t/zv*_ test files: t/zvg_40profile.t .......... 1/60 # Failed test at ./t/40profile.t line 85. # Structures begin differing at: # $got->{Data}{do}{40profile.t line 80 via zvg_40profile.t line 3} = Does not exist # $expected->{Data}{do}{40profile.t line 80 via zvg_40profile.t line 3} = ARRAY(0x115d060) t/zvg_40profile.t .......... 44/60 # Looks like you failed 1 test of 60. I've checked in a fix for that as r14437. Many thanks again Craig! Tim.