[issue20964] Add support.check_time_delta()

2015-10-02 Thread STINNER Victor

Changes by STINNER Victor :


--
resolution:  -> out of date
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20964] Add support.check_time_delta()

2014-03-17 Thread STINNER Victor

STINNER Victor added the comment:

I ran test_time and test_asyncio on Linux and Windows with 
--check-time-delta=1e-9 and the tests passed.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue20964] Add support.check_time_delta()

2014-03-17 Thread STINNER Victor

New submission from STINNER Victor:

Follow-up of issue #20910: add a support.check_time_delta() function an a 
--check-time-delta command line option for Lib/test/regrtest.py. By default, 
the function tolerate a difference of 500 ms for the maximum delta.

The idea is to set the --check-time-delta option on slowest buildbots to 
tolerate larger difference.

For example, test_time_and_call_at() of test_asyncio takes 2000 ms instead of 
100 ms on the "AMD64 OpenIndiana 3.x" buildbot:
http://bugs.python.org/issue20336#msg208714

--
components: Tests
files: check_time_delta.patch
keywords: patch
messages: 213914
nosy: haypo
priority: normal
severity: normal
status: open
title: Add support.check_time_delta()
versions: Python 3.5
Added file: http://bugs.python.org/file34471/check_time_delta.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com