Message209857
Debug info on the Windows failure:
* The busy loop took 89.99 ms
* time.motononic() (which is GetTickCount64()) has a resolution of 10.0144 ms
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7948/steps/test/logs/stdio
======================================================================
FAIL: test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\test\test_asyncio\test_base_events.py", line 129, in test_time_and_call_at
time.get_clock_info('monotonic')))
AssertionError: False is not true : (0.08999999985098839, 0.0100144, namespace(adjustable=False, implementation='GetTickCount64()', monotonic=True, resolution=0.0100144)) |
|
Date |
User |
Action |
Args |
2014-02-01 01:07:40 | vstinner | set | recipients:
+ vstinner, gvanrossum, neologix, python-dev |
2014-02-01 01:07:40 | vstinner | set | messageid: <1391216860.89.0.657147410065.issue20452@psf.upfronthosting.co.za> |
2014-02-01 01:07:40 | vstinner | link | issue20452 messages |
2014-02-01 01:07:40 | vstinner | create | |
|