Howdy, Just FYI, the failure with t/library/pg.t is relating to our tests assuming a certain version of Postgres, so some tests fail on older (and possibly newer) versions which have a slightly different API.
t/library/pg.t failures are orthogonal to the threads branch. Just wanted to dispell a red herring... This ticket needs to be updated and/or closed: https://github.com/parrot/parrot/issues/389 Going forward, we need to check which version of Postgres we are talking to and either selectively skip certain tests or modify them based on which API Postgres wants. Duke On Thu, Aug 2, 2012 at 6:17 PM, James E Keenan <[email protected]> wrote: > On 8/2/12 8:04 PM, James E Keenan wrote: >> >> On 8/2/12 7:52 PM, James E Keenan wrote: >>> >>> On 8/1/12 8:19 PM, Andrew Whitworth wrote: >>> >>>> >> >>> >>> It continues to build on Parrot master and, as of July 24, the >>> whiteknight/io_cleanup1 branch was PASSing 'make test' here as well. (I >>> am re-running that branch now to double check.) >>> >> >> I misspoke. On *both* Darwin/PPC and Linux/i386, I am getting two test >> failures in the whiteknight/io_cleanup1 branch: >> >> t/pmc/filehandle.t .......................... >> Dubious, test returned 1 (wstat 256, 0x100) >> Failed 1/32 subtests >> (less 2 skipped subtests: 29 okay) > > > Further correction :-( > > In the whiteknight/io_cleanup1 branch on Darwin/PPC, I am getting a failure > only in test 28 of t/pmc/filehandle.t. However it is in the course of > running this file that I get the "Your startup disk is nearly full" pop-up I > have previously mentioned. > > In the whiteknight/io_cleanup1 branch on Linux/i386, I get failures in both > tests 14 and 28 of t/pmc/filehandle.t. > > And on Darwin/i386, I get failures only in t/library/pg.t. > > So the io_cleanup1 branch's test results are all over the place. :-( again. > > jimk > > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev -- Jonathan "Duke" Leto <[email protected]> Leto Labs LLC http://labs.leto.net 209.691.DUKE http://dukeleto.pl _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
