[pypy-commit] pypy virtual-arguments: fix tests

2012-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: virtual-arguments Changeset: r56240:36df4c1f4262 Date: 2012-07-19 22:49 +0200 http://bitbucket.org/pypy/pypy/changeset/36df4c1f4262/ Log:fix tests diff --git a/pypy/jit/metainterp/resume.py b/pypy/jit/metainterp/resume.py --- a/pypy/jit/metainterp/resume.py

[pypy-commit] pypy virtual-arguments: fix some tests

2012-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: virtual-arguments Changeset: r56236:b55a5306cee4 Date: 2012-07-19 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/b55a5306cee4/ Log:fix some tests diff --git a/pypy/rpython/memory/test/test_gc.py b/pypy/rpython/memory/test/test_gc.py index e0c133e956

[pypy-commit] pypy virtual-arguments: fix pypyjit tests. not all of them have asserts, pending more changes (maybe)

2012-07-19 Thread fijal
Author: Maciej Fijalkowski Branch: virtual-arguments Changeset: r56223:9cdd3c044c5b Date: 2012-07-19 17:21 +0200 http://bitbucket.org/pypy/pypy/changeset/9cdd3c044c5b/ Log:fix pypyjit tests. not all of them have asserts, pending more changes (maybe) diff --git a/pypy/module/pypyjit/t

[pypy-commit] pypy virtual-arguments: fix one test

2012-07-13 Thread fijal
Author: Maciej Fijalkowski Branch: virtual-arguments Changeset: r56071:b53fb5510b4e Date: 2012-07-13 19:16 +0200 http://bitbucket.org/pypy/pypy/changeset/b53fb5510b4e/ Log:fix one test diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py -

[pypy-commit] pypy virtual-arguments: fix

2012-04-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: virtual-arguments Changeset: r54658:c095078e5892 Date: 2012-04-22 11:54 +0200 http://bitbucket.org/pypy/pypy/changeset/c095078e5892/ Log:fix diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++ b/p