Re: [Python-Dev] Whole bunch of test failures on OSX

2006-04-03 Thread Tim Peters
[Neal Norwitz, on -R testing] > ... > For the latest results, see: > http://docs.python.org/dev/results/make-test-refleak.out > > Several tests fail consistently with -R. These are the most recent > from the link above: test_decimal test_difflib test_logging > test_optparse test_warnings. > > It

[Python-Dev] Whole bunch of test failures on OSX

2006-04-03 Thread skip
I'm not sure this is going to be all that helpful. If there's more I can do to help track down these problems, let me know. Last night I ran make test EXTRATESTOPTS='-R :: -uall -r' on my Mac laptop after a fresh svn up. I wasn't ready for how long that would run! I got plenty of test fai

Re: [Python-Dev] Whole bunch of test failures on OSX

2006-04-02 Thread Tim Peters
[EMAIL PROTECTED] > I'm not sure this is going to be all that helpful. If there's more I can do > to help track down these problems, let me know. Sure: you can do _everything_ to track them down ;-) > Last night I ran > > make test EXTRATESTOPTS='-R :: -uall -r' > > on my Mac laptop after a

Re: [Python-Dev] Whole bunch of test failures on OSX

2006-04-02 Thread Neal Norwitz
On 4/2/06, Tim Peters <[EMAIL PROTECTED]> wrote: > > Does anyone else routinely use -R? If anyone does, do all the tests > pass for them? Yes and no. Every 12 hours, see Misc/build.sh For the latest results, see: http://docs.python.org/dev/results/make-test-refleak.out Several tests fail cons