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 sdaoden
Recipients sdaoden
Date 2011-03-14.13:09:49
SpamBayes Score 7.456702e-09
Marked as misclassified No
Message-id <1300108190.33.0.710504606658.issue11452@psf.upfronthosting.co.za>
In-reply-to
Content
It happened again.

13:27 ~/src/cpython $ ./python.exe -E -Wd -m test -r -w
== CPython 3.3a0 (default:a49bda5ff3d5, Mar 14 2011, 13:24:44) [GCC 4.2.1 (Apple Inc. build 5664)]
==   Darwin-10.6.0-i386-64bit little-endian
[...]
326 tests OK.
1 test altered the execution environment:
    test_site
23 tests skipped:
[...]
Those skips are all expected on darwin.
[1167563 refs]


13:33 ~/usr/opt $ python3 -E -Wd -m test -r -w
== CPython 3.3a0 (default:a49bda5ff3d5, Mar 14 2011, 13:24:44) [GCC 4.2.1 (Apple Inc. build 5664)]
==   Darwin-10.6.0-i386-64bit little-endian
[...]
325 tests OK.
2 tests failed:
    test_inspect test_trace
23 tests skipped:
[...]
Those skips are all expected on darwin.
Re-running failed tests in verbose mode
[...]
Diff is 2168 characters long. Set self.maxDiff to None to see it.
[1170964 refs]

The very same messages as in msg130452!
I'll try to write a patch which uses realpath() this evening
or so, and if this works i'll upload it.
Someone should take care about that, then, i think ...

B-) -- now this:

14:06 ~/usr/opt $ python3 -E -Wd -m test -r -w test_inspect test_trace
Using random seed 9018489
[1/2] test_inspect
[2/2] test_trace
All 2 tests OK.
[113082 refs]
History
Date User Action Args
2011-03-14 13:09:50sdaodensetrecipients: + sdaoden
2011-03-14 13:09:50sdaodensetmessageid: <1300108190.33.0.710504606658.issue11452@psf.upfronthosting.co.za>
2011-03-14 13:09:49sdaodenlinkissue11452 messages
2011-03-14 13:09:49sdaodencreate