[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 --- a/pypy/module/pypyjit/t

[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 b/lib-python/3/test/test_exceptions