[pypy-commit] pypy default: Fix for tests

2015-02-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r75676:fdb74eb88378 Date: 2015-02-03 12:00 +0100 http://bitbucket.org/pypy/pypy/changeset/fdb74eb88378/ Log:Fix for tests diff --git a/rpython/jit/metainterp/blackhole.py b/rpython/jit/metainterp/blackhole.py --- a/rpython/jit/metainterp/blackhole.py +

[pypy-commit] pypy default: fix for tests

2014-10-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74264:0e10dc92a367 Date: 2014-10-28 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/0e10dc92a367/ Log:fix for tests diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpython/jit/bac

[pypy-commit] pypy default: fix for tests in 74e8e981ffa1 and f51b42dd2ed4

2014-03-14 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r69958:40052bc7329e Date: 2014-03-14 16:27 +0100 http://bitbucket.org/pypy/pypy/changeset/40052bc7329e/ Log:fix for tests in 74e8e981ffa1 and f51b42dd2ed4 diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap

[pypy-commit] pypy default: Fix for tests: add _reuse and _drop methods in mock low-level socket objects

2013-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r65969:c30185912227 Date: 2013-08-06 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/c30185912227/ Log:Fix for tests: add _reuse and _drop methods in mock low-level socket objects diff --git a/lib-python/2.7/test/test_socket.py b/lib-pytho