On Mon 02 Dec 2002 12:28, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote: > On Mon 02 Dec 2002 02:32, David Wheeler <[EMAIL PROTECTED]> wrote: > > Tim, > > > > Got just one warning with the new 1.32 release on Mac OS X 10.2.2: > > HP-UX 10.20 and 11.00 all fine. AIX get errors: > > t/01basics.............ok > t/02dbidrv.............ok > t/03hleak..............ok > t/04mods...............ok > t/05thrclone...........skipped > all skipped: perl 5.008 not configured to support iThreads > t/06attrs..............ok 57/125# Failed test 61 in t/06attrs.t at line 101 > t/06attrs..............NOK 61# t/06attrs.t line 101 is: ok( $err =~ >/^DBD::ExampleP::st execute failed: opendir\(foo\): No such file or directory/ ); > t/06attrs..............NOK 62# Test 62 got: 'opendir(foo): A file or directory in >the path name does not exist.' (t/06attrs.t at line 104) > # Expected: 'opendir(foo): No such file or directory' > # t/06attrs.t line 104 is: ok( $sth->errstr, 'opendir(foo): No such file or >directory' ); > t/06attrs..............FAILED tests 61-62 > Failed 2/125 tests, 98.40% okay
It's just AIX error messages that differ: not ok 62 # Test 62 got: 'opendir(foo): A file or directory in the path name does not exist.' (t/06attrs.t at line 104) # Expected: 'opendir(foo): No such file or directory' # t/06attrs.t line 104 is: ok( $sth->errstr, 'opendir(foo): No such file or directory' ); -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11. Smoking perl CORE: [EMAIL PROTECTED] http:[EMAIL PROTECTED]/ [EMAIL PROTECTED] send smoke reports to: [EMAIL PROTECTED], QA: http://qa.perl.org
