[pypy-commit] pypy remove-raisingops: fix tests

2016-05-27 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84744:6686cab4b2f2 Date: 2016-05-27 23:20 +0100 http://bitbucket.org/pypy/pypy/changeset/6686cab4b2f2/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_shift.py b/pypy/module/pypyjit/test_pypy_c/test_shift.py --- a/pypy

[pypy-commit] pypy remove-raisingops: Fix the logic in newformat for value == -sys.maxint-1: we can't call

2016-05-26 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84710:a66f6ef2340a Date: 2016-05-26 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/a66f6ef2340a/ Log:Fix the logic in newformat for value == -sys.maxint-1: we can't call abs(value) on that. diff --git a/pypy/objspace/std/

[pypy-commit] pypy remove-raisingops: fix fix fix

2016-05-08 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84291:f69d3f2271bd Date: 2016-05-08 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/f69d3f2271bd/ Log:fix fix fix diff --git a/rpython/jit/metainterp/optimizeopt/dependency.py b/rpython/jit/metainterp/optimizeopt/dependency.py --

[pypy-commit] pypy remove-raisingops: Fix a few more tests

2016-05-08 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84286:ec8b32c158c1 Date: 2016-05-08 16:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ec8b32c158c1/ Log:Fix a few more tests diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpy

[pypy-commit] pypy remove-raisingops: Fix test

2016-05-08 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r84285:dd0d964c6dec Date: 2016-05-08 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/dd0d964c6dec/ Log:Fix test diff --git a/rpython/jit/codewriter/test/test_jtransform.py b/rpython/jit/codewriter/test/test_jtransform.py --- a/rpy

[pypy-commit] pypy remove-raisingops: fix test

2016-04-27 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r83985:72f1e6ff2d9b Date: 2016-04-27 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/72f1e6ff2d9b/ Log:fix test diff --git a/rpython/translator/test/test_simplify.py b/rpython/translator/test/test_simplify.py --- a/rpython/transla

[pypy-commit] pypy remove-raisingops: fix

2016-04-27 Thread arigo
Author: Armin Rigo Branch: remove-raisingops Changeset: r83984:0e92c3689359 Date: 2016-04-27 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/0e92c3689359/ Log:fix diff --git a/rpython/rlib/rerased.py b/rpython/rlib/rerased.py --- a/rpython/rlib/rerased.py +++ b/rpython/rlib/rerased.py @