[pypy-commit] pypy all_ordered_dicts: Fix

2015-01-16 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75396:2cc55683107d Date: 2015-01-16 18:31 +0100 http://bitbucket.org/pypy/pypy/changeset/2cc55683107d/ Log:Fix diff --git a/rpython/rtyper/lltypesystem/lltype.py b/rpython/rtyper/lltypesystem/lltype.py --- a/rpython/rtyper/lltypesyste

[pypy-commit] pypy all_ordered_dicts: Fix this test (unsure if it's worth it but well)

2015-01-16 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75391:dfe68418c314 Date: 2015-01-16 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/dfe68418c314/ Log:Fix this test (unsure if it's worth it but well) diff --git a/rpython/translator/tool/staticsizereport.py b/rpython/translator/

[pypy-commit] pypy all_ordered_dicts: fix

2015-01-16 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75388:6f3785abbca0 Date: 2015-01-16 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/6f3785abbca0/ Log:fix diff --git a/rpython/memory/gctypelayout.py b/rpython/memory/gctypelayout.py --- a/rpython/memory/gctypelayout.py +++ b/rpyt

[pypy-commit] pypy all_ordered_dicts: fix tests

2015-01-15 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75363:8cadc4e264d0 Date: 2015-01-15 22:52 +0100 http://bitbucket.org/pypy/pypy/changeset/8cadc4e264d0/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_containers.py

[pypy-commit] pypy all_ordered_dicts: fix

2015-01-15 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75356:72231428d947 Date: 2015-01-15 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/72231428d947/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a/rpython/jit/meta

[pypy-commit] pypy all_ordered_dicts: fix test

2014-12-22 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75064:85069f5f1bb8 Date: 2014-12-22 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/85069f5f1bb8/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pypyjit/test_pypy_c/test_instance.py --- a

[pypy-commit] pypy all_ordered_dicts: Fix test

2014-12-22 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75063:f2ded50e70cd Date: 2014-12-22 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/f2ded50e70cd/ Log:Fix test diff --git a/lib-python/2.7/test/test_collections.py b/lib-python/2.7/test/test_collections.py --- a/lib-python/2.7/te

[pypy-commit] pypy all_ordered_dicts: fix, skip, or kill tests

2014-12-22 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75061:33f58b3c63f5 Date: 2014-12-22 15:42 +0100 http://bitbucket.org/pypy/pypy/changeset/33f58b3c63f5/ Log:fix, skip, or kill tests diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtype

[pypy-commit] pypy all_ordered_dicts: fix test

2014-12-22 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75060:bc4e9c652d8d Date: 2014-12-22 15:28 +0100 http://bitbucket.org/pypy/pypy/changeset/bc4e9c652d8d/ Log:fix test diff --git a/rpython/annotator/test/test_annrpython.py b/rpython/annotator/test/test_annrpython.py --- a/rpython/annot

[pypy-commit] pypy all_ordered_dicts: Fix, and tweak the tests with comments.

2014-12-22 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r75056:6c2e77d6ceb6 Date: 2014-12-22 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/6c2e77d6ceb6/ Log:Fix, and tweak the tests with comments. diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimi

[pypy-commit] pypy all_ordered_dicts: Fix another CPython test

2014-12-16 Thread arigo
Author: Armin Rigo Branch: all_ordered_dicts Changeset: r74963:e283fc272bc7 Date: 2014-12-16 20:03 + http://bitbucket.org/pypy/pypy/changeset/e283fc272bc7/ Log:Fix another CPython test diff --git a/lib-python/2.7/test/test_collections.py b/lib-python/2.7/test/test_collections.py --- a/l