[pypy-commit] pypy default: a test and a fix

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79974:accbdbfd3b8e Date: 2015-10-04 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/accbdbfd3b8e/ Log:a test and a fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl.py +++ b/rpyt

[pypy-commit] pypy default: a test and a fix

2015-09-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79714:e809b9eb72e9 Date: 2015-09-20 10:06 +0200 http://bitbucket.org/pypy/pypy/changeset/e809b9eb72e9/ Log:a test and a fix diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a/rpython/jit/

[pypy-commit] pypy default: a test and a fix

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79597:75a3c9bce078 Date: 2015-09-13 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/75a3c9bce078/ Log:a test and a fix diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/rpython/jit/metainterp/optimizeopt/test/test

[pypy-commit] pypy default: a test and a fix for numpy crash

2015-09-13 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79596:b4456aa540b3 Date: 2015-09-13 10:55 +0200 http://bitbucket.org/pypy/pypy/changeset/b4456aa540b3/ Log:a test and a fix for numpy crash diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py --

[pypy-commit] pypy default: a test and a fix for multiple threads in call_release_gil

2013-04-15 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63362:a9073815e95a Date: 2013-04-15 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a9073815e95a/ Log:a test and a fix for multiple threads in call_release_gil diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpyth

[pypy-commit] pypy default: a test and a fix

2013-02-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61751:c225aecf8a0d Date: 2013-02-25 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/c225aecf8a0d/ Log:a test and a fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/pyjitpl

[pypy-commit] pypy default: a test and a fix

2013-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r60482:ee9892ab4807 Date: 2013-01-25 21:52 +0200 http://bitbucket.org/pypy/pypy/changeset/ee9892ab4807/ Log:a test and a fix diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py

[pypy-commit] pypy default: a test and a fix

2013-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59781:dc75dbc8a7dd Date: 2013-01-05 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/dc75dbc8a7dd/ Log:a test and a fix diff --git a/pypy/rlib/rgc.py b/pypy/rlib/rgc.py --- a/pypy/rlib/rgc.py +++ b/pypy/rlib/rgc.py @@ -140,10 +140,11 @@

[pypy-commit] pypy default: a test and a fix

2012-10-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58450:36f4ff25d012 Date: 2012-10-26 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/36f4ff25d012/ Log:a test and a fix diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/mi

[pypy-commit] pypy default: a test and a fix

2012-10-01 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57698:bb0006ff2df4 Date: 2012-10-01 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/bb0006ff2df4/ Log:a test and a fix diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/mi

[pypy-commit] pypy default: a test and a fix

2012-08-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r56830:4c56cbe6d6b3 Date: 2012-08-23 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/4c56cbe6d6b3/ Log:a test and a fix diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy/strides.py --- a/pypy/module/micronumpy/strides

[pypy-commit] pypy default: a test and a fix for boxes identity

2012-01-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51766:3890a6e149fa Date: 2012-01-25 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/3890a6e149fa/ Log:a test and a fix for boxes identity diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/p

[pypy-commit] pypy default: a test and a fix

2012-01-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51419:80570f9631d7 Date: 2012-01-17 21:29 +0200 http://bitbucket.org/pypy/pypy/changeset/80570f9631d7/ Log:a test and a fix diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py

[pypy-commit] pypy default: A test and a fix

2011-12-05 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50168:6b51800a7ece Date: 2011-12-05 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/6b51800a7ece/ Log:A test and a fix diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/jit/backend/llsupport/gc.py

[pypy-commit] pypy default: a test and a fix. test_zjit still fails, has to be investigated deeper

2011-11-28 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49940:7bd54cc2db83 Date: 2011-11-29 09:54 +0200 http://bitbucket.org/pypy/pypy/changeset/7bd54cc2db83/ Log:a test and a fix. test_zjit still fails, has to be investigated deeper diff --git a/pypy/module/micronumpy/compile.py b/pypy/mod

[pypy-commit] pypy default: a test and a fix

2011-11-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49392:3cbd94863224 Date: 2011-11-14 10:53 +0100 http://bitbucket.org/pypy/pypy/changeset/3cbd94863224/ Log:a test and a fix diff --git a/pypy/translator/platform/posix.py b/pypy/translator/platform/posix.py --- a/pypy/translator/platform/posix