[pypy-commit] pypy py3.5: fix the tests in test_pyframe that fail in combination with other files

2018-07-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.5 Changeset: r94921:dfda715a5495 Date: 2018-07-28 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/dfda715a5495/ Log:fix the tests in test_pyframe that fail in combination with other files diff --git

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

2017-12-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93450:413ffdce2e44 Date: 2017-12-17 15:03 + http://bitbucket.org/pypy/pypy/changeset/413ffdce2e44/ Log:fix 2 tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py

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

2017-12-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93436:71a2dd4b2fa2 Date: 2017-12-16 04:38 + http://bitbucket.org/pypy/pypy/changeset/71a2dd4b2fa2/ Log:fix AppTestWriteBytecode tests diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3.5: Fix some tests

2017-06-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91601:609a3cdf9cf7 Date: 2017-06-13 10:20 +0200 http://bitbucket.org/pypy/pypy/changeset/609a3cdf9cf7/ Log:Fix some tests diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c/model.py ---

[pypy-commit] pypy py3.5: Fix remaining tests

2017-01-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89464:aa6799139d13 Date: 2017-01-10 09:49 +0100 http://bitbucket.org/pypy/pypy/changeset/aa6799139d13/ Log:Fix remaining tests diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py ---

[pypy-commit] pypy py3.5: Fix two tests, remove two other old-style class tests

2017-01-03 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89342:e3a207b54c14 Date: 2017-01-03 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/e3a207b54c14/ Log:Fix two tests, remove two other old-style class tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py

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

2016-12-16 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89095:31775eeb3581 Date: 2016-12-16 12:54 +0100 http://bitbucket.org/pypy/pypy/changeset/31775eeb3581/ Log:fix for tests diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy py3.5: "Fix" these tests by changing 'str_or_None' to mean that bytes are not

2016-12-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89072:7d75f981d293 Date: 2016-12-15 15:35 +0100 http://bitbucket.org/pypy/pypy/changeset/7d75f981d293/ Log:"Fix" these tests by changing 'str_or_None' to mean that bytes are not acceptable diff --git

[pypy-commit] pypy py3.5: fix some tests and make others fail for a good reason

2016-12-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88935:f715c203cac3 Date: 2016-12-07 14:13 +0100 http://bitbucket.org/pypy/pypy/changeset/f715c203cac3/ Log:fix some tests and make others fail for a good reason diff --git a/lib-python/3/test/test_exceptions.py

[pypy-commit] pypy py3.5: Fix many tests in module/_ssl

2016-09-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r87300:d58ded0f71fb Date: 2016-09-22 03:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d58ded0f71fb/ Log:Fix many tests in module/_ssl diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy py3.5: Fix validate tests, ast classes "arguments", "classdef" and "call" don't have stararg and kwarg anymore

2016-08-11 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r86161:14df96842b97 Date: 2016-08-11 21:54 +0200 http://bitbucket.org/pypy/pypy/changeset/14df96842b97/ Log:Fix validate tests, ast classes "arguments", "classdef" and "call" don't have stararg and kwarg

[pypy-commit] pypy py3.5: Fix astbuilder tests for call and matmul->matmult

2016-07-08 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85608:eb7755aa6d90 Date: 2016-07-08 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/eb7755aa6d90/ Log:Fix astbuilder tests for call and matmul->matmult diff --git