[pypy-commit] pypy py3.5: fix test for py3

2018-08-29 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95039:553bafd3b1ec Date: 2018-08-29 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/553bafd3b1ec/ Log:fix test for py3 diff --git a/pypy/module/cpyext/test0/test_floatobject.py b/pypy/module/cpyext/test0/test_floatobject.py ---

[pypy-commit] pypy py3.5: fix test for python3 api

2018-08-16 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95006:0ebfd8239706 Date: 2018-08-17 02:50 +0300 http://bitbucket.org/pypy/pypy/changeset/0ebfd8239706/ Log:fix test for python3 api diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py ---

[pypy-commit] pypy py3.5: Fix test

2018-05-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94658:33ccfe808125 Date: 2018-05-23 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/33ccfe808125/ Log:Fix test diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmultiobject.py ---

[pypy-commit] pypy py3.5: fix test, implement userslot for __call__ needed for python-defined class

2018-03-26 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94142:c9ce25047019 Date: 2018-03-27 01:10 +0300 http://bitbucket.org/pypy/pypy/changeset/c9ce25047019/ Log:fix test, implement userslot for __call__ needed for python-defined class diff --git

[pypy-commit] pypy py3.5: Fix test (os.environ != posix.environ)

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93833:f7cdc20cd320 Date: 2018-02-19 20:22 + http://bitbucket.org/pypy/pypy/changeset/f7cdc20cd320/ Log:Fix test (os.environ != posix.environ) diff --git a/pypy/module/posix/test/test_posix2.py

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

2018-02-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93832:5e9a14e1be53 Date: 2018-02-19 19:33 + http://bitbucket.org/pypy/pypy/changeset/5e9a14e1be53/ Log:fix test diff --git a/pypy/module/cpyext/test/test_longobject.py b/pypy/module/cpyext/test/test_longobject.py ---

[pypy-commit] pypy py3.5: fix test for python3

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93798:8c123f06687c Date: 2018-02-11 09:00 -0500 http://bitbucket.org/pypy/pypy/changeset/8c123f06687c/ Log:fix test for python3 diff --git a/pypy/module/cpyext/test/test_longobject.py

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

2017-12-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93514:1dd2914caff4 Date: 2017-12-20 14:31 +0100 http://bitbucket.org/pypy/pypy/changeset/1dd2914caff4/ Log:fix test diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

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

2017-12-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93447:ea2056d81509 Date: 2017-12-16 07:08 + http://bitbucket.org/pypy/pypy/changeset/ea2056d81509/ Log:fix test diff --git a/pypy/module/_cppyy/test/test_datatypes.py b/pypy/module/_cppyy/test/test_datatypes.py ---

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

2017-12-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93299:0451e5fe8470 Date: 2017-12-07 04:34 + http://bitbucket.org/pypy/pypy/changeset/0451e5fe8470/ Log:fix test diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py

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

2017-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93260:6025539c2c58 Date: 2017-12-03 19:59 + http://bitbucket.org/pypy/pypy/changeset/6025539c2c58/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py

[pypy-commit] pypy py3.5: Fix test: pick an obscure module that won't have been imported yet

2017-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93257:5afa98675f99 Date: 2017-12-03 18:37 + http://bitbucket.org/pypy/pypy/changeset/5afa98675f99/ Log:Fix test: pick an obscure module that won't have been imported yet diff --git

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

2017-12-03 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93256:18ca07086209 Date: 2017-12-03 18:22 + http://bitbucket.org/pypy/pypy/changeset/18ca07086209/ Log:fix test diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py

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

2017-12-01 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93238:c31995f66da2 Date: 2017-12-02 04:40 + http://bitbucket.org/pypy/pypy/changeset/c31995f66da2/ Log:fix test diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py ---

[pypy-commit] pypy py3.5: Fix test to work on PyPy

2017-11-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93043:12f1fb4860ac Date: 2017-11-15 16:23 + http://bitbucket.org/pypy/pypy/changeset/12f1fb4860ac/ Log:Fix test to work on PyPy diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py ---

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

2017-09-29 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92499:2fef598a1c41 Date: 2017-09-29 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/2fef598a1c41/ Log:fix test diff --git a/pypy/module/cpyext/test/test_fileobject.py b/pypy/module/cpyext/test/test_fileobject.py ---

[pypy-commit] pypy py3.5: Fix test for obscure difference with CPython

2017-09-08 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92360:44ba82e7527f Date: 2017-09-08 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/44ba82e7527f/ Log:Fix test for obscure difference with CPython (cf. test_builtin_reimport_mess() in

[pypy-commit] pypy py3.5: Fix test

2017-07-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91844:93580eb8c58e Date: 2017-07-08 17:16 +0200 http://bitbucket.org/pypy/pypy/changeset/93580eb8c58e/ Log:Fix test diff --git a/pypy/module/thread/test/test_local.py b/pypy/module/thread/test/test_local.py ---

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

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91685:c85122eab568 Date: 2017-07-04 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c85122eab568/ Log:fix test diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py ---

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

2017-06-26 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91651:9e54509d2d8f Date: 2017-06-26 18:38 +0100 http://bitbucket.org/pypy/pypy/changeset/9e54509d2d8f/ Log:fix test diff --git a/extra_tests/test_decimal.py b/extra_tests/test_decimal.py --- a/extra_tests/test_decimal.py +++

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

2017-06-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91628:44469c25a324 Date: 2017-06-19 19:21 +0100 http://bitbucket.org/pypy/pypy/changeset/44469c25a324/ Log:fix test diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py ---

[pypy-commit] pypy py3.5: Fix test

2017-06-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91619:19f65d747b8e Date: 2017-06-17 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/19f65d747b8e/ Log:Fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_weakref.py b/pypy/module/pypyjit/test_pypy_c/test_weakref.py

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

2017-06-06 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91550:b30914a448be Date: 2017-06-06 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b30914a448be/ Log:fix test diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

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

2017-05-22 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91369:619bc1ea9e6d Date: 2017-05-22 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/619bc1ea9e6d/ Log:fix test diff --git a/pypy/module/cpyext/test/test_listobject.py b/pypy/module/cpyext/test/test_listobject.py ---

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

2017-05-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91318:f74c6e0f3dd2 Date: 2017-05-16 20:57 +0100 http://bitbucket.org/pypy/pypy/changeset/f74c6e0f3dd2/ Log:fix test diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py ---

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

2017-05-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91317:a0e3281f3874 Date: 2017-05-16 20:32 +0100 http://bitbucket.org/pypy/pypy/changeset/a0e3281f3874/ Log:fix test diff --git a/pypy/interpreter/test/test_error.py b/pypy/interpreter/test/test_error.py ---

[pypy-commit] pypy py3.5: Fix test here too

2017-04-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91093:f9d363d1e2d3 Date: 2017-04-19 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/f9d363d1e2d3/ Log:Fix test here too diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py ---

[pypy-commit] pypy py3.5: Fix test, broken on several levels, and fix implementation to match.

2017-04-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91092:0c746868b18a Date: 2017-04-19 11:47 +0100 http://bitbucket.org/pypy/pypy/changeset/0c746868b18a/ Log:Fix test, broken on several levels, and fix implementation to match. diff --git a/pypy/module/posix/interp_posix.py

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

2017-03-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90710:7cd246019641 Date: 2017-03-15 16:56 + http://bitbucket.org/pypy/pypy/changeset/7cd246019641/ Log:fix test diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py ---

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

2017-03-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90709:9709a3b66222 Date: 2017-03-15 16:47 + http://bitbucket.org/pypy/pypy/changeset/9709a3b66222/ Log:fix test diff --git a/pypy/module/cpyext/test/test_tupleobject.py b/pypy/module/cpyext/test/test_tupleobject.py ---

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

2017-02-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90249:4ead37a14a0e Date: 2017-02-21 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/4ead37a14a0e/ Log:fix test diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90202:0e13d85aff3f Date: 2017-02-19 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/0e13d85aff3f/ Log:fix test diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py ---

[pypy-commit] pypy py3.5: fix test (two errors on the same call, and pypy happens to report the other one now)

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90193:a4715ec68be8 Date: 2017-02-19 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a4715ec68be8/ Log:fix test (two errors on the same call, and pypy happens to report the other one now) diff --git

[pypy-commit] pypy py3.5: fix test, but very unsure about the point

2017-02-18 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90177:2fa452b4957e Date: 2017-02-18 13:21 +0100 http://bitbucket.org/pypy/pypy/changeset/2fa452b4957e/ Log:fix test, but very unsure about the point diff --git a/pypy/module/_locale/test/test_locale.py

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

2017-02-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89977:06a83da024e0 Date: 2017-02-06 13:11 +0100 http://bitbucket.org/pypy/pypy/changeset/06a83da024e0/ Log:fix test diff --git a/lib-python/3/test/test_genericpath.py b/lib-python/3/test/test_genericpath.py ---

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

2017-02-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89913:787209f76c53 Date: 2017-02-03 19:06 +0100 http://bitbucket.org/pypy/pypy/changeset/787209f76c53/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

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

2017-02-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89878:f3679e41dc3f Date: 2017-02-01 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f3679e41dc3f/ Log:fix test diff --git a/lib-python/3/test/_test_multiprocessing.py b/lib-python/3/test/_test_multiprocessing.py ---

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

2017-02-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89871:5cac6275c51a Date: 2017-02-01 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/5cac6275c51a/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py b/pypy/module/pypyjit/test_pypy_c/test_array.py ---

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

2017-02-01 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89870:4e608fcc30a0 Date: 2017-02-01 09:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4e608fcc30a0/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py

[pypy-commit] pypy py3.5: Fix test, with explanation

2017-01-25 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89756:a780a04a65e8 Date: 2017-01-25 10:40 +0100 http://bitbucket.org/pypy/pypy/changeset/a780a04a65e8/ Log:Fix test, with explanation diff --git a/lib-python/3/test/test_fstring.py b/lib-python/3/test/test_fstring.py ---

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

2017-01-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89627:a3becf0c9331 Date: 2017-01-17 11:24 +0100 http://bitbucket.org/pypy/pypy/changeset/a3becf0c9331/ Log:fix test diff --git a/lib-python/3/test/test_json/__init__.py b/lib-python/3/test/test_json/__init__.py ---

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

2017-01-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89626:99326d8d01a0 Date: 2017-01-17 10:34 +0100 http://bitbucket.org/pypy/pypy/changeset/99326d8d01a0/ Log:fix test diff --git a/pypy/module/test_lib_pypy/test_collections.py b/pypy/module/test_lib_pypy/test_collections.py ---

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89589:d03607c05f25 Date: 2017-01-15 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d03607c05f25/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89588:8ef6606d7fc8 Date: 2017-01-15 18:01 +0100 http://bitbucket.org/pypy/pypy/changeset/8ef6606d7fc8/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

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

2017-01-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89587:08640fb67b4d Date: 2017-01-15 18:00 +0100 http://bitbucket.org/pypy/pypy/changeset/08640fb67b4d/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

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

2017-01-12 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89512:833aad96c408 Date: 2017-01-12 15:40 +0100 http://bitbucket.org/pypy/pypy/changeset/833aad96c408/ Log:fix test diff --git a/pypy/interpreter/test/test_fsencode.py b/pypy/interpreter/test/test_fsencode.py ---

[pypy-commit] pypy py3.5: fix test if run alone

2017-01-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89472:e10143ffba30 Date: 2017-01-10 12:37 +0100 http://bitbucket.org/pypy/pypy/changeset/e10143ffba30/ Log:fix test if run alone diff --git a/pypy/module/_io/test/test_fileio.py b/pypy/module/_io/test/test_fileio.py ---

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

2017-01-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89470:783976b8ae44 Date: 2017-01-10 12:17 +0100 http://bitbucket.org/pypy/pypy/changeset/783976b8ae44/ Log:fix test diff --git a/pypy/module/_io/test/test_fileio.py b/pypy/module/_io/test/test_fileio.py ---

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

2017-01-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89423:2e6e0d9eba8a Date: 2017-01-08 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/2e6e0d9eba8a/ Log:fix test diff --git a/lib-python/3/test/test_decimal.py b/lib-python/3/test/test_decimal.py ---

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

2016-12-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89068:3c82fb676089 Date: 2016-12-15 14:33 +0100 http://bitbucket.org/pypy/pypy/changeset/3c82fb676089/ Log:fix test diff --git a/lib-python/3/test/test_extcall.py b/lib-python/3/test/test_extcall.py ---

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

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89037:b70146028617 Date: 2016-12-13 11:14 + http://bitbucket.org/pypy/pypy/changeset/b70146028617/ Log:fix test diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py ---

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

2016-12-12 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89020:f04b5764c0e2 Date: 2016-12-12 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/f04b5764c0e2/ Log:fix test diff --git a/pypy/module/struct/test/test_struct.py b/pypy/module/struct/test/test_struct.py ---

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

2016-12-12 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89012:af50dbdbb236 Date: 2016-12-12 11:41 + http://bitbucket.org/pypy/pypy/changeset/af50dbdbb236/ Log:fix test diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py ---

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

2016-12-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88929:696132c95aa3 Date: 2016-12-07 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/696132c95aa3/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py ---

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

2016-12-06 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88911:18e8a3f27525 Date: 2016-12-06 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/18e8a3f27525/ Log:fix test diff --git a/lib-python/3/test/test_reprlib.py b/lib-python/3/test/test_reprlib.py ---

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

2016-12-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88829:7f6ebfa18d90 Date: 2016-12-02 17:38 +0100 http://bitbucket.org/pypy/pypy/changeset/7f6ebfa18d90/ Log:fix test diff --git a/lib-python/3/test/test_pickletools.py b/lib-python/3/test/test_pickletools.py ---

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

2016-12-02 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88816:e020df6cd749 Date: 2016-12-02 12:31 +0100 http://bitbucket.org/pypy/pypy/changeset/e020df6cd749/ Log:fix test diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py ---

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

2016-11-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88783:72ca1ab01fd4 Date: 2016-11-30 18:16 + http://bitbucket.org/pypy/pypy/changeset/72ca1ab01fd4/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pypyjit/test_pypy_c/test_instance.py

[pypy-commit] pypy py3.5: fix test, slightly improve code generated

2016-11-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88773:4ed461a08c1e Date: 2016-11-30 15:34 + http://bitbucket.org/pypy/pypy/changeset/4ed461a08c1e/ Log:fix test, slightly improve code generated diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

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

2016-11-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88764:eb1deae2805b Date: 2016-11-30 15:05 +0100 http://bitbucket.org/pypy/pypy/changeset/eb1deae2805b/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_struct.py b/pypy/module/pypyjit/test_pypy_c/test_struct.py ---

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

2016-11-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88765:a524136be13a Date: 2016-11-30 14:31 + http://bitbucket.org/pypy/pypy/changeset/a524136be13a/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

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

2016-11-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88758:c8256e8d14ee Date: 2016-11-30 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/c8256e8d14ee/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_shift.py b/pypy/module/pypyjit/test_pypy_c/test_shift.py ---

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88746:f71dea9e2218 Date: 2016-11-29 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/f71dea9e2218/ Log:fix test diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88722:2b71379daaac Date: 2016-11-29 09:13 +0100 http://bitbucket.org/pypy/pypy/changeset/2b71379daaac/ Log:fix test diff --git a/lib-python/3/test/test_asyncio/test_futures.py b/lib-python/3/test/test_asyncio/test_futures.py ---

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88721:f21619a0a9f0 Date: 2016-11-29 09:12 +0100 http://bitbucket.org/pypy/pypy/changeset/f21619a0a9f0/ Log:fix test diff --git a/lib-python/3/test/test_asyncio/test_base_events.py

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

2016-11-28 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88715:b6249dffd811 Date: 2016-11-28 18:51 +0100 http://bitbucket.org/pypy/pypy/changeset/b6249dffd811/ Log:fix test diff --git a/lib-python/3/test/test_exceptions.py b/lib-python/3/test/test_exceptions.py ---

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

2016-11-28 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88712:f6c2cac88fa1 Date: 2016-11-28 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/f6c2cac88fa1/ Log:fix test diff --git a/lib-python/3/test/test_complex.py b/lib-python/3/test/test_complex.py ---

[pypy-commit] pypy py3.5: Fix test

2016-11-21 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88522:4e312e4af969 Date: 2016-11-21 14:45 +0100 http://bitbucket.org/pypy/pypy/changeset/4e312e4af969/ Log:Fix test diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

[pypy-commit] pypy py3.5: Fix test

2016-11-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88456:b6bd9894b86e Date: 2016-11-17 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/b6bd9894b86e/ Log:Fix test diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exceptions/test/test_exc.py ---

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

2016-11-08 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88214:0496d602181c Date: 2016-11-08 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/0496d602181c/ Log:fix test diff --git a/pypy/objspace/std/test/test_mapdict.py b/pypy/objspace/std/test/test_mapdict.py ---

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

2016-11-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88131:8b664111697d Date: 2016-11-03 19:06 +0100 http://bitbucket.org/pypy/pypy/changeset/8b664111697d/ Log:fix test diff --git a/lib-python/3/test/test_bytes.py b/lib-python/3/test/test_bytes.py ---

[pypy-commit] pypy py3.5: Fix test. Testing with -A yields the same error.

2016-11-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r88039:82de3e6824df Date: 2016-11-01 17:50 +0100 http://bitbucket.org/pypy/pypy/changeset/82de3e6824df/ Log:Fix test. Testing with -A yields the same error. diff --git a/pypy/module/_codecs/test/test_codecs.py

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

2016-10-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87800:196cb232506e Date: 2016-10-15 10:59 +0200 http://bitbucket.org/pypy/pypy/changeset/196cb232506e/ Log:fix test diff --git a/pypy/interpreter/test/test_interpreter.py b/pypy/interpreter/test/test_interpreter.py ---

[pypy-commit] pypy py3.5: Fix test

2016-10-14 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87794:b24bc29f15b7 Date: 2016-10-14 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/b24bc29f15b7/ Log:Fix test diff --git a/pypy/objspace/std/test/test_newformat.py b/pypy/objspace/std/test/test_newformat.py ---

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

2016-10-14 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87793:6754a8b02ced Date: 2016-10-14 16:30 +0200 http://bitbucket.org/pypy/pypy/changeset/6754a8b02ced/ Log:fix test diff --git a/pypy/objspace/std/test/test_longobject.py b/pypy/objspace/std/test/test_longobject.py ---

[pypy-commit] pypy py3.5: Fix test

2016-08-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86757:63e420d9e2ff Date: 2016-08-30 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/63e420d9e2ff/ Log:Fix test diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py ---

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

2016-08-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86682:baa0b1b60dee Date: 2016-08-29 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/baa0b1b60dee/ Log:fix test diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py

[pypy-commit] pypy py3.5: Fix test

2016-08-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86679:549d60af4953 Date: 2016-08-29 11:55 +0200 http://bitbucket.org/pypy/pypy/changeset/549d60af4953/ Log:Fix test diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py

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

2016-08-22 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r86405:49cf5d090872 Date: 2016-08-22 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/49cf5d090872/ Log:fix test diff --git a/pypy/module/_sre/test/support_test_app_sre.py b/pypy/module/_sre/test/support_test_app_sre.py ---