[pypy-commit] pypy py3.5: make test fail not hang on win32

2017-12-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93579:a4194a67868f Date: 2017-12-26 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a4194a67868f/ Log:make test fail not hang on win32 diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test/test_eval.py --- a/pypy/modul

[pypy-commit] pypy py3.5: make test fail not hang on win32

2017-12-24 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93559:248a5a9859ef Date: 2017-12-25 00:17 +0200 http://bitbucket.org/pypy/pypy/changeset/248a5a9859ef/ Log:make test fail not hang on win32 diff --git a/pypy/module/time/test/test_time.py b/pypy/module/time/test/test_time.py --- a/pypy/module/ti