Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-11 Thread Robert Kern
On Fri, Jul 11, 2008 at 02:39, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > 2008/7/11 Robert Kern <[EMAIL PROTECTED]>: >>> Branches may also be built using the buildbot. >> >> What is the procedure for requesting this? Do we just email you and >> ask for the buildbots to build a particular bran

Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-11 Thread Stéfan van der Walt
2008/7/11 Robert Kern <[EMAIL PROTECTED]>: >> Branches may also be built using the buildbot. > > What is the procedure for requesting this? Do we just email you and > ask for the buildbots to build a particular branch? Go to the waterfall display and click on a build-slave name at the top. Use "F

Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-11 Thread Robert Kern
On Fri, Jul 11, 2008 at 02:06, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > 2008/7/11 Robert Kern <[EMAIL PROTECTED]>: >> On Thu, Jul 10, 2008 at 09:26, Alan McIntyre <[EMAIL PROTECTED]> wrote: >>> On Thu, Jul 10, 2008 at 10:06 AM, Christopher Hanley <[EMAIL PROTECTED]> >>> wrote: From t

Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-11 Thread Stéfan van der Walt
2008/7/11 Robert Kern <[EMAIL PROTECTED]>: > On Thu, Jul 10, 2008 at 09:26, Alan McIntyre <[EMAIL PROTECTED]> wrote: >> On Thu, Jul 10, 2008 at 10:06 AM, Christopher Hanley <[EMAIL PROTECTED]> >> wrote: >>> From the svn log it looks like the tests are intended to fail? However >>> I would prefe

Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-10 Thread Robert Kern
On Thu, Jul 10, 2008 at 19:20, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Thu, Jul 10, 2008 at 8:14 PM, Robert Kern <[EMAIL PROTECTED]> wrote: >> For things that you don't expect to be platform specific, there is no >> need. For things that you do expect to be platform specific on >> platforms t

Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-10 Thread Alan McIntyre
On Thu, Jul 10, 2008 at 8:14 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > For things that you don't expect to be platform specific, there is no > need. For things that you do expect to be platform specific on > platforms that you cannot access, please ask for volunteers. Make an > SVN branch if the

Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-10 Thread Robert Kern
On Thu, Jul 10, 2008 at 09:26, Alan McIntyre <[EMAIL PROTECTED]> wrote: > On Thu, Jul 10, 2008 at 10:06 AM, Christopher Hanley <[EMAIL PROTECTED]> > wrote: >> From the svn log it looks like the tests are intended to fail? However >> I would prefer tests that are designed only to fail when probl

Re: [Numpy-discussion] new chararray test fails on Mac OS X

2008-07-10 Thread Alan McIntyre
On Thu, Jul 10, 2008 at 10:06 AM, Christopher Hanley <[EMAIL PROTECTED]> wrote: > From the svn log it looks like the tests are intended to fail? However > I would prefer tests that are designed only to fail when problems > occur. Otherwise we end up with problems with our automatic build and >

[Numpy-discussion] new chararray test fails on Mac OS X

2008-07-10 Thread Christopher Hanley
From the svn log it looks like the tests are intended to fail? However I would prefer tests that are designed only to fail when problems occur. Otherwise we end up with problems with our automatic build and test scripts. Thanks, Chris ==