[pypy-commit] pypy py3.5: fix tests, remaining test_rename failure succeeds on cpython3

2018-03-10 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93967:19f63e72f7ce Date: 2018-03-11 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/19f63e72f7ce/ Log:fix tests, remaining test_rename failure succeeds on cpython3 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/

[pypy-commit] pypy py3.5: fix tests

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93840:a5f69bc67c34 Date: 2018-02-20 03:10 + http://bitbucket.org/pypy/pypy/changeset/a5f69bc67c34/ Log:fix tests diff --git a/pypy/module/thread/test/test_local.py b/pypy/module/thread/test/test_local.py --- a/pypy/module/thread/test/test_loc

[pypy-commit] pypy py3.5: fix tests

2017-12-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93239:13acefc43cbf Date: 2017-12-02 04:54 + http://bitbucket.org/pypy/pypy/changeset/13acefc43cbf/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpye

[pypy-commit] pypy py3.5: Fix tests to match PyPy behaviour

2017-11-20 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93104:5c2561dd0c89 Date: 2017-11-20 19:06 + http://bitbucket.org/pypy/pypy/changeset/5c2561dd0c89/ Log:Fix tests to match PyPy behaviour diff --git a/lib-python/3/test/test_pydoc.py b/lib-python/3/test/test_pydoc.py --- a/lib-python/3/test/tes

[pypy-commit] pypy py3.5: fix tests

2017-06-05 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91527:11a97e2aa4be Date: 2017-06-05 15:13 +0100 http://bitbucket.org/pypy/pypy/changeset/11a97e2aa4be/ Log:fix tests diff --git a/pypy/module/struct/test/test_struct.py b/pypy/module/struct/test/test_struct.py --- a/pypy/module/struct/test/test_s

[pypy-commit] pypy py3.5: fix tests

2017-01-24 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89732:321e73239593 Date: 2017-01-24 14:02 + http://bitbucket.org/pypy/pypy/changeset/321e73239593/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test/test_memoryobject.py --- a/pypy/module/cpyext

[pypy-commit] pypy py3.5: fix tests

2017-01-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89656:4991383b53ef Date: 2017-01-18 12:55 +0100 http://bitbucket.org/pypy/pypy/changeset/4991383b53ef/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py --- a/pypy/m

[pypy-commit] pypy py3.5: fix tests

2017-01-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89653:608eb2f6470b Date: 2017-01-18 10:38 +0100 http://bitbucket.org/pypy/pypy/changeset/608eb2f6470b/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py --- a/pypy/module/pypyji

[pypy-commit] pypy py3.5: fix tests

2016-11-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88772:804de614b905 Date: 2016-11-30 15:11 + http://bitbucket.org/pypy/pypy/changeset/804de614b905/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py --- a/pypy/module/pypyji

[pypy-commit] pypy py3.5: fix tests

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88724:865fcea6b0e0 Date: 2016-11-29 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/865fcea6b0e0/ Log:fix tests diff --git a/lib-python/3/unittest/test/test_assertions.py b/lib-python/3/unittest/test/test_assertions.py --- a/lib-python/3/uni

[pypy-commit] pypy py3.5: Fix tests for CPython -A

2016-11-23 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88590:b5e49d334122 Date: 2016-11-23 19:29 + http://bitbucket.org/pypy/pypy/changeset/b5e49d334122/ Log:Fix tests for CPython -A diff --git a/pypy/module/cpyext/test/test_arraymodule.py b/pypy/module/cpyext/test/test_arraymodule.py --- a/pypy/

[pypy-commit] pypy py3.5: Fix tests for audioop.byteswap(), and test_wave passes.

2016-09-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r87296:f7828bc4b08d Date: 2016-09-22 01:38 +0200 http://bitbucket.org/pypy/pypy/changeset/f7828bc4b08d/ Log:Fix tests for audioop.byteswap(), and test_wave passes. diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py --- a/lib_pypy/audi