Boost logo

Boost :

Subject: Re: [boost] Release branch regression testing failures
From: Steve M. Robbins (steve_at_[hidden])
Date: 2009-07-23 11:29:57


On Thu, Jul 23, 2009 at 09:30:14AM -0400, David Abrahams wrote:
>
> on Wed Jul 22 2009, Beman Dawes <bdawes-AT-acm.org> wrote:
>
> > python - Linux platforms failing
>
> These have the usual cause: improperly/incompletely configured test
> machine.

OK. I run one of the test machines ("Debian-Sid"), can you help
me completely and properly configure it?

I'm testing with python 2.5.4. There is one python test failing for
me (http://tinyurl.com/lswbtc) which produces an exception:

**********************************************************************
File "../libs/python/test/slice.py", line 23, in __main__
Failed example:
    try:
        from numarray import array, all
    except:
        print 1
    else:
        check_numeric_array_rich_slice('numarray', 'NDArray', all)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.5/doctest.py", line 1228, in __run
        compileflags, 1) in test.globs
      File "<doctest __main__[4]>", line 6, in <module>
        check_numeric_array_rich_slice('numarray', 'NDArray', all)
      File "/usr/lib/python2.5/site-packages/numarray/generic.py", line 652, in _dualbroadcast
        raise ValueError("Arrays have incompatible shapes");
    ValueError: Arrays have incompatible shapes
**********************************************************************

I'm willing to help debug this, but I don't know where to begin.

Thanks,
-Steve




Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk