[pypy-commit] pypy default: backed out c051848765b6: cpyext tests still time out if run in one block

2019-12-25 Thread mattip
Author: Matti Picus Branch: Changeset: r98398:0e2826fc2c29 Date: 2019-12-26 06:46 +0200 http://bitbucket.org/pypy/pypy/changeset/0e2826fc2c29/ Log:backed out c051848765b6: cpyext tests still time out if run in one block diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py --

[pypy-commit] pypy py3.6: back out 98943a15dbc8: cpyext tests still time out if run in one block

2019-12-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98399:eb12398a35eb Date: 2019-12-26 06:47 +0200 http://bitbucket.org/pypy/pypy/changeset/eb12398a35eb/ Log:back out 98943a15dbc8: cpyext tests still time out if run in one block diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py

[pypy-commit] pypy py3.6: add missing kwarg to runappdirect tests

2019-12-25 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r98395:86b879736f67 Date: 2019-12-25 22:50 +0200 http://bitbucket.org/pypy/pypy/changeset/86b879736f67/ Log:add missing kwarg to runappdirect tests diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a

[pypy-commit] pypy winconsoleio: merge py3.6 into branch

2019-12-25 Thread mattip
Author: Matti Picus Branch: winconsoleio Changeset: r98393:a5da068662dd Date: 2019-12-25 03:13 +0200 http://bitbucket.org/pypy/pypy/changeset/a5da068662dd/ Log:merge py3.6 into branch diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -61,3 +61,12 @@ 533398cfd64e5146a07c4824e90a1

[pypy-commit] pypy winconsoleio: add a test, but it hangs trying to read from stdio, even after copying cpython

2019-12-25 Thread mattip
Author: Matti Picus Branch: winconsoleio Changeset: r98394:d199a8198079 Date: 2019-12-25 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/d199a8198079/ Log:add a test, but it hangs trying to read from stdio, even after copying cpython diff --git a/lib_pypy/_testconsole.py b/lib_p