[pypy-commit] pypy default: fix the test

2011-08-02 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r46178:9a373a3bf245 Date: 2011-08-02 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/9a373a3bf245/ Log:fix the test diff --git a/pypy/jit/backend/x86/test/test_runner.py b/pypy/jit/backend/x86/test/test_runner.py ---

[pypy-commit] pypy default: Fix the test to properly close() the file.

2011-08-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r46160:efee3187f6ff Date: 2011-08-01 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/efee3187f6ff/ Log:Fix the test to properly close() the file. diff --git a/lib-python/modified-2.7/test/test_multibytecodec.py

[pypy-commit] pypy default: Fix the test. This gives a first approximation of the .NET

2011-07-30 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r46116:e7121092d73f Date: 2011-07-30 22:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e7121092d73f/ Log:Fix the test. This gives a first approximation of the .NET AddMemoryPressure(). This version is simpler than a counter

[pypy-commit] pypy default: fix the test

2011-07-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r45831:531879ba26f2 Date: 2011-07-21 18:14 +0200 http://bitbucket.org/pypy/pypy/changeset/531879ba26f2/ Log:fix the test diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py ---

[pypy-commit] pypy default: Fix the test by always clear()ing _cache_fields if can_cache=False.

2011-07-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45678:e911b2205846 Date: 2011-07-16 20:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e911b2205846/ Log:Fix the test by always clear()ing _cache_fields if can_cache=False. Rewrote some redundant try:except KeyError: code by

[pypy-commit] pypy default: fix this test, we do not care about the exact guard number

2011-07-05 Thread antocuni
Author: Antonio Cuni anto.c...@gmail.com Branch: Changeset: r45352:1085869752d2 Date: 2011-07-05 11:23 +0200 http://bitbucket.org/pypy/pypy/changeset/1085869752d2/ Log:fix this test, we do not care about the exact guard number diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py

[pypy-commit] pypy default: Fix the test.

2011-06-27 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r45147:58a43ab8a5b4 Date: 2011-06-27 19:47 +0200 http://bitbucket.org/pypy/pypy/changeset/58a43ab8a5b4/ Log:Fix the test. diff --git a/pypy/jit/backend/x86/regloc.py b/pypy/jit/backend/x86/regloc.py --- a/pypy/jit/backend/x86/regloc.py

[pypy-commit] pypy default: fix another test

2011-06-07 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r44788:6dde20140953 Date: 2011-06-07 15:35 +0200 http://bitbucket.org/pypy/pypy/changeset/6dde20140953/ Log:fix another test diff --git a/pypy/jit/metainterp/test/test_warmspot.py b/pypy/jit/metainterp/test/test_warmspot.py ---

[pypy-commit] pypy default: Fix this test for the new inlining of ll_append.

2011-05-26 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r44522:e0c28ab687be Date: 2011-05-26 10:04 -0700 http://bitbucket.org/pypy/pypy/changeset/e0c28ab687be/ Log:Fix this test for the new inlining of ll_append. diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py

<    1   2