[issue19999] test_monotonic fails on x86 OpenIndiana

Zachary Ware report at bugs.python.org
Mon Dec 23 16:51:06 CET 2013


Zachary Ware added the comment:

That's weird.  I ran the same test on the same computer with an installed 64-bit 3.3.2, and got the same results (70+% failure).  I just ran the same test on a different computer (32-bit Windows 7), and also got the same results with both 3.4.0b1+ and 3.3.2 (installed).

FTR:
>>> time.get_clock_info('monotonic')
namespace(adjustable=False, implementation='GetTickCount64()', monotonic=True, resolution=0.015600099999999999)

I believe it's the same for all four Pythons tested.

Shall I open a new issue for this, or is it related enough to stay here? :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19999>
_______________________________________


More information about the Python-bugs-list mailing list