Re: Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-13 Thread James E Keenan
My hunch is that while Parrot's *version* number (found in top-level file 'VERSION' and reported by Parrot::BuildUtils::parrot_version()) is important for building Parrot, Parrot's repository *revision* numbers are less important. But *how much* less important, I cannot yet say. FWIW, here a

Re: Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-13 Thread James E Keenan
My hunch is that while Parrot's *version* number (found in top-level file 'VERSION' and reported by Parrot::BuildUtils::parrot_version()) is important for building Parrot, Parrot's repository *revision* numbers are less important. But *how much* less important, I cannot yet say. FWIW, here a

Re: Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-13 Thread James E Keenan
Allison Randal wrote: To answer the questions for 03-revision.t: Could you take a step back and explain what you're testing? At first glance, I don't see why we would test the revision number. Just to be sure that Parrot::Revision got some value during the configure process? I. The testi

Re: Re: Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-09 Thread Andy Dougherty
On Tue, 8 May 2007, James Keenan wrote: > Andy Dougherty wrote: > > The following oddity turned up today: > > > > t/postconfigure/02-revision_no_DEVELOPING > > # Failed test (t/postconfigure/02-revision_no_DEVELOPING.t at line 51) > > # '0' > > # ne > > # '0' > > # Look

Re: Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-08 Thread Allison Randal
To answer the questions for 03-revision.t: James Keenan wrote: 1. Can you say a bit more about the context in which you ran this test? 'make test'? 'prove t/postconfigure/*.t'? In particular, did you run it *before* running Configure.pl or *afterwards*? I ran Configure.pl a while ago (w

Re: Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-08 Thread chromatic
On Tuesday 08 May 2007 17:39:14 James Keenan wrote: > In my never-ending quest for complete code coverage, I had to devise   > a way to test both branches in that return statement, i.e., test   > under circumstances in which 'DEVELOPING' both does and -- here's the   > tricky part -- does not exis

Re: Re: Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-08 Thread James Keenan
Andy Dougherty wrote: > The following oddity turned up today: > > t/postconfigure/02-revision_no_DEVELOPING > # Failed test (t/postconfigure/02-revision_no_DEVELOPING.t at line 51) > # '0' > # ne > # '0' > # Looks like you failed 1 test of 16. > dubious >Test ret

Odd failure in t/postconfigure/02-revision_no_DEVELOPING.t

2007-05-08 Thread Andy Dougherty
The following oddity turned up today: t/postconfigure/02-revision_no_DEVELOPING # Failed test (t/postconfigure/02-revision_no_DEVELOPING.t at line 51) # '0' # ne # '0' # Looks like you failed 1 test of 16. dubious Test returned status 1 (wstat 256, 0x100) I rea