diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-04 18:38:39 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-04 18:38:39 (GMT) |
commit | 245d915e3ecba012b3d42d750460997e3e0a95d4 (patch) | |
tree | 1e51e860788da98580d95948b193e184d86eb851 /Misc/NEWS | |
parent | 82d31e9b20274ee6adf498ee583a3c3825a115ac (diff) | |
download | cpython-245d915e3ecba012b3d42d750460997e3e0a95d4.zip cpython-245d915e3ecba012b3d42d750460997e3e0a95d4.tar.gz cpython-245d915e3ecba012b3d42d750460997e3e0a95d4.tar.bz2 |
Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds
(and also, with luck, on the x86 FreeBSD buildbot), by making sure
that some user time is used in test_itimer_virtual.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1436,6 +1436,8 @@ Extension Modules Tests ----- +- Issue #7042: Fix test_signal (test_itimer_virtual) failure on OS X 10.6. + - Issue #6806: test_platform failed under OS X 10.6.0 because ``sw_ver`` leaves off the trailing 0 in the version number. |