[pypy-commit] pypy default: Fix the tests for #2904

2019-01-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r95628:d0187cf2f1b7 Date: 2019-01-13 19:21 +0100 http://bitbucket.org/pypy/pypy/changeset/d0187cf2f1b7/ Log:Fix the tests for #2904 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 default: fix the tests

2013-10-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67577:05f2c0f37596 Date: 2013-10-24 19:56 +0200 http://bitbucket.org/pypy/pypy/changeset/05f2c0f37596/ Log:fix the tests diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit/codewriter/call.py +++ b/rpy

[pypy-commit] pypy default: Fix the tests

2013-06-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r65098:839b05ae6bb9 Date: 2013-06-29 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/839b05ae6bb9/ Log:Fix the tests diff --git a/pypy/module/test_lib_pypy/test_ctypes_config_cache.py b/pypy/module/test_lib_pypy/test_ctypes_config_cache.py --- a/p

[pypy-commit] pypy default: fix the tests

2013-03-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62814:0b5f91142e97 Date: 2013-03-26 11:20 -0700 http://bitbucket.org/pypy/pypy/changeset/0b5f91142e97/ Log:fix the tests diff --git a/pypy/module/zipimport/test/test_zipimport_deflated.py b/pypy/module/zipimport/test/test_zipimport_deflated.py

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

2012-03-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r53255:1c24b15d25b5 Date: 2012-03-04 23:22 +0100 http://bitbucket.org/pypy/pypy/changeset/1c24b15d25b5/ Log:Fix the tests. diff --git a/pypy/annotation/description.py b/pypy/annotation/description.py --- a/pypy/annotation/description.py +++ b/pypy/annot

[pypy-commit] pypy default: - fix the tests to expect the new format of descrs.

2011-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r50758:85a5e1fe1ad8 Date: 2011-12-20 14:53 + http://bitbucket.org/pypy/pypy/changeset/85a5e1fe1ad8/ Log:- fix the tests to expect the new format of descrs. - fix match() to always raise InvalidMatch if the match fails because I found

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

2011-10-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r48120:0bd82cbe735b Date: 2011-10-17 13:53 +0200 http://bitbucket.org/pypy/pypy/changeset/0bd82cbe735b/ Log:Fix the tests. diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy/module/py

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

2011-07-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r45309:f09af652dc8e Date: 2011-07-03 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/f09af652dc8e/ Log:Fix the tests. diff --git a/lib-python/modified-2.7/test/test_descr.py b/lib-python/modified-2.7/test/test_descr.py --- a/lib-python/modified-2.