[pypy-commit] pypy optresult: fix test_optimizebasic to the new reality

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75238:176d9cb5ad7d Date: 2015-01-05 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/176d9cb5ad7d/ Log:fix test_optimizebasic to the new reality diff --git a/rpython/jit/metainterp/optimizeopt/intbounds.py b/rpython/jit/metainterp

[pypy-commit] pypy optresult: fix llgraph backend

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75239:f3578293202a Date: 2015-01-05 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f3578293202a/ Log:fix llgraph backend diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/ji

[pypy-commit] pypy optresult: start whacking at the backend

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75240:035392d23801 Date: 2015-01-05 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/035392d23801/ Log:start whacking at the backend diff --git a/rpython/jit/backend/llsupport/regalloc.py b/rpython/jit/backend/llsupport/regalloc.p

[pypy-commit] pypy default: reinstantiate the check

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75241:49a1def6fefd Date: 2015-01-05 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/49a1def6fefd/ Log:reinstantiate the check diff --git a/rpython/jit/metainterp/optimizeopt/util.py b/rpython/jit/metainterp/optimizeopt/util.py --- a/rpyth

[pypy-commit] pypy default: Fix. Obscure case causing endless troubles. See irc discussion.

2015-01-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r75242:cd4b0dd3d1e3 Date: 2015-01-05 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/cd4b0dd3d1e3/ Log:Fix. Obscure case causing endless troubles. See irc discussion. diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metai

[pypy-commit] pypy optresult: fix the test. unskip test that shows problem with our infrastructure (and let

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75244:f5bc3c7a6d3d Date: 2015-01-05 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/f5bc3c7a6d3d/ Log:fix the test. unskip test that shows problem with our infrastructure (and let it fail for now) diff --git a/rpython/jit/

[pypy-commit] pypy optresult: failing test

2015-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r75243:fae2f865fc7d Date: 2015-01-05 15:53 +0200 http://bitbucket.org/pypy/pypy/changeset/fae2f865fc7d/ Log:failing test diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py ---

[pypy-commit] pypy.org extradoc: update the values

2015-01-05 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r558:42f2e825e69a Date: 2015-01-05 16:15 +0100 http://bitbucket.org/pypy/pypy.org/changeset/42f2e825e69a/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy libgccjit-backend: Get test_increment_debug_counter to pass

2015-01-05 Thread dmalcolm
Author: David Malcolm Branch: libgccjit-backend Changeset: r75247:72cda48c154f Date: 2015-01-05 14:59 -0500 http://bitbucket.org/pypy/pypy/changeset/72cda48c154f/ Log:Get test_increment_debug_counter to pass diff --git a/rpython/jit/backend/libgccjit/assembler.py b/rpython/jit/backend/libgc

[pypy-commit] pypy libgccjit-backend: Provide a way to turn off the comments

2015-01-05 Thread dmalcolm
Author: David Malcolm Branch: libgccjit-backend Changeset: r75245:a87b97f2b383 Date: 2014-12-24 05:20 -0500 http://bitbucket.org/pypy/pypy/changeset/a87b97f2b383/ Log:Provide a way to turn off the comments Running pytest under the profile module shows >50% wallclock time spen

[pypy-commit] pypy libgccjit-backend: Get test_ooops/test_ooops_non_gc to pass

2015-01-05 Thread dmalcolm
Author: David Malcolm Branch: libgccjit-backend Changeset: r75246:207274050e18 Date: 2014-12-24 05:30 -0500 http://bitbucket.org/pypy/pypy/changeset/207274050e18/ Log:Get test_ooops/test_ooops_non_gc to pass diff --git a/rpython/jit/backend/libgccjit/assembler.py b/rpython/jit/backend/libgc

[pypy-commit] pypy py3.3: Function.__repr__ now uses the __qualname__ attribute.

2015-01-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75249:c27d75f38838 Date: 2015-01-05 22:35 +0100 http://bitbucket.org/pypy/pypy/changeset/c27d75f38838/ Log:Function.__repr__ now uses the __qualname__ attribute. diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/as

[pypy-commit] pypy py3.3: Port CPython issue18109, which has no test :-/

2015-01-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75248:bbfa38c0f158 Date: 2015-01-05 22:34 +0100 http://bitbucket.org/pypy/pypy/changeset/bbfa38c0f158/ Log:Port CPython issue18109, which has no test :-/ diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.

[pypy-commit] pypy py3.3: CPython Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw

2015-01-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75250:4eebc41245ad Date: 2015-01-05 23:45 +0100 http://bitbucket.org/pypy/pypy/changeset/4eebc41245ad/ Log:CPython Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw stream's read() returns more bytes

[pypy-commit] pypy py3.3: Unskip test about ast.Try, and fix it.

2015-01-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75251:8c6a64ce91ed Date: 2015-01-06 00:30 +0100 http://bitbucket.org/pypy/pypy/changeset/8c6a64ce91ed/ Log:Unskip test about ast.Try, and fix it. diff --git a/pypy/interpreter/astcompiler/test/test_validate.py b/pypy/interpreter/astcomp