Re: Improve test runner

2009-07-28 Thread Vinzent Steinberg
2009/7/28 Vinzent Steinberg vinzent.steinb...@googlemail.com: 2009/7/27 Ondrej Certik ond...@certik.cz: +    else: +        paths = [p for p in glob.glob('sympy/*/tests/test_*.py') +                 if any(a in p for a in args)] +        t.add_paths(paths) ^^ Is this going to work for more

Re: Changed XFAIL test to pass

2009-07-28 Thread Vinzent Steinberg
2009/7/27 Ondrej Certik ond...@certik.cz: On Mon, Jul 27, 2009 at 2:59 AM, Vinzent Steinbergvinzent.steinb...@googlemail.com wrote: Possibly it could still fail on x86_64, but the buildbot will tell it, so I'm +1. It works on 64bits. Please push it in. It's in. Vinzent

Re: Improve test runner

2009-07-28 Thread Ondrej Certik
On Tue, Jul 28, 2009 at 5:17 AM, Vinzent Steinbergvinzent.steinb...@googlemail.com wrote: 2009/7/28 Vinzent Steinberg vinzent.steinb...@googlemail.com: 2009/7/27 Ondrej Certik ond...@certik.cz: +    else: +        paths = [p for p in glob.glob('sympy/*/tests/test_*.py') +                 if