This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2011-03-23.17:20:33
SpamBayes Score 7.695781e-08
Marked as misclassified No
Message-id <1300900834.38.0.866909082776.issue11653@psf.upfronthosting.co.za>
In-reply-to
Content
At Antoine's behest, I tried running

  ./python.exe -m test -j2

in my cpython sandbox and saw several test case failures which
didn't appear when I executed a simple

    make test

He suggested I add the -W flag and try again.  I did, but I don't
see any difference in the output, so either I'm still doing something
wrong or the -W flag is somehow mishandled.  As far as I can tell the
failing tests were not re-run in verbose mode.  script command output
attached.

I ran these tests on Mac OS X Leopard (10.5.8).

S
History
Date User Action Args
2011-03-23 17:20:34skip.montanarosetrecipients: + skip.montanaro
2011-03-23 17:20:34skip.montanarosetmessageid: <1300900834.38.0.866909082776.issue11653@psf.upfronthosting.co.za>
2011-03-23 17:20:33skip.montanarolinkissue11653 messages
2011-03-23 17:20:33skip.montanarocreate