[pypy-dev] test_logicobjspace
Aurélien Campéas
aurelien.campeas at logilab.fr
Mon Dec 4 13:00:37 CET 2006
On Mon, Dec 04, 2006 at 12:52:52PM +0100, Carl Friedrich Bolz wrote:
> Aurélien Campéas wrote:
> > On Mon, Dec 04, 2006 at 12:05:08PM +0100, Armin Rigo wrote:
> >> Hi,
> >>
> >> There are these 3 failures in test_logicobjspace that have been around
> >> for, possibly, a few months now... Anybody feeling like something needs
> >> to be done about it?
> >>
> >> AppTest_LogicFutures.test_lazy_producer_consummer
> >> AppTest_LogicFutures.test_stacklet
> >> AppTest_LogicFutures.test_wait_two
> >>
> >>
> >> Thanks!
> >>
> >> Armin
> >
> > Last time I had a look, they worked perfectly fine. I believe Anders
> > also checked positively that they worked on his machine. We both tried
> > on a fresh check-out. They pass. Locally.
> >
> > So something might be happening on snake. I don't know. This is
> > clearly out of scope for me right now. Feel free to do something about
> > it. Well, I don't think simply disabling them would be satisfying.
>
> They fail quite consistently for me too, on all the various machines I
> am developing on. I would actually prefer it if they are fixed, since
> you never know if something you changed caused the problem. If
> nobody
I tested them on a freshly checked-out pypy.
> can work on this currently, they should be skipped and fixed later.
>
How do you invoke the tests ?
I do, for instance (working dir being objspace/test) :
~/devel/pypy-dist/py/bin/py.test test_logicobjspace.py -s -k
test_stacklet
Does that trigger a failure on the machines you develop on ?
> Cheers,
>
> Carl Friedrich
>
More information about the pypy-dev
mailing list