[pypy-commit] pypy default: fix failing test, remove tab

2019-10-31 Thread mattip
Author: Matti Picus Branch: Changeset: r97925:d91b02c62beb Date: 2019-11-01 05:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d91b02c62beb/ Log:fix failing test, remove tab diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py --- a/lib_pypy/_curses_build.py +++

[pypy-commit] pypy default: Fix the test and the implementation of gcd_binary()

2019-07-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r96988:c79c569bdd04 Date: 2019-07-14 10:50 +0200 http://bitbucket.org/pypy/pypy/changeset/c79c569bdd04/ Log:Fix the test and the implementation of gcd_binary() diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py

[pypy-commit] pypy default: fix the test to match 432d816c6d7b

2019-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95673:de85e0ef8bdc Date: 2019-01-19 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/de85e0ef8bdc/ Log:fix the test to match 432d816c6d7b diff --git a/rpython/memory/gc/test/test_direct.py b/rpython/memory/gc/test/test_direct.py ---

[pypy-commit] pypy default: fix failing test, rposix_scandir.has_name_bytes no longer exists

2018-01-14 Thread mattip
Author: Matti Picus Branch: Changeset: r93666:bb18ac9e65d5 Date: 2018-01-14 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/bb18ac9e65d5/ Log:fix failing test, rposix_scandir.has_name_bytes no longer exists diff --git a/rpython/rlib/test/test_rposix_scandir.py

[pypy-commit] pypy default: fix numpy test suite fail, test needed

2017-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r92341:aa8394da03c4 Date: 2017-09-06 21:24 +0300 http://bitbucket.org/pypy/pypy/changeset/aa8394da03c4/ Log:fix numpy test suite fail, test needed diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy default: fix failing test, which now passes

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89620:87475b57a469 Date: 2017-01-16 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/87475b57a469/ Log:fix failing test, which now passes diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py ---

[pypy-commit] pypy default: Fix the test (failed on OS/X 64 because x==y==sys.maxint typically)

2016-08-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r86470:6bfe423a36a4 Date: 2016-08-24 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6bfe423a36a4/ Log:Fix the test (failed on OS/X 64 because x==y==sys.maxint typically) diff --git a/pypy/module/test_lib_pypy/test_resource.py

[pypy-commit] pypy default: fix attrs test in vmprof for empty attrs lists

2016-08-22 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r86421:6774c47a23c1 Date: 2016-08-22 14:04 +0200 http://bitbucket.org/pypy/pypy/changeset/6774c47a23c1/ Log:fix attrs test in vmprof for empty attrs lists diff --git a/rpython/rlib/rvmprof/rvmprof.py

[pypy-commit] pypy default: Fix the test (shows up on big-endian machines)

2016-05-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r84569:bf3e92056fa4 Date: 2016-05-22 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/bf3e92056fa4/ Log:Fix the test (shows up on big-endian machines) diff --git a/pypy/module/cpyext/test/test_typeobject.py

[pypy-commit] pypy default: Fix the test. Now it fails only for subclasses, which is what I

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84321:4e12001044f0 Date: 2016-05-09 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/4e12001044f0/ Log:Fix the test. Now it fails only for subclasses, which is what I originally expected diff --git

[pypy-commit] pypy default: Fix another test using PyString_Concat() in a way that is now

2016-05-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r84093:f05e9998737c Date: 2016-05-01 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f05e9998737c/ Log:Fix another test using PyString_Concat() in a way that is now crashing---and wrong according to the CPython

[pypy-commit] pypy default: fix the test

2016-03-31 Thread fijal
Author: fijal Branch: Changeset: r83465:643df004248e Date: 2016-03-31 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/643df004248e/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_virtualref.py b/rpython/jit/metainterp/test/test_virtualref.py ---

[pypy-commit] pypy default: fix the test

2016-03-29 Thread fijal
Author: fijal Branch: Changeset: r83417:7abe7ba251e5 Date: 2016-03-29 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/7abe7ba251e5/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_jitiface.py b/rpython/jit/metainterp/test/test_jitiface.py ---

[pypy-commit] pypy default: Fix the test, and then fix the code that the test really should complain about

2016-03-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r83085:d0fea664c105 Date: 2016-03-16 20:26 +0100 http://bitbucket.org/pypy/pypy/changeset/d0fea664c105/ Log:Fix the test, and then fix the code that the test really should complain about diff --git

[pypy-commit] pypy default: fix the test

2016-02-25 Thread fijal
Author: fijal Branch: Changeset: r82519:a53b593b3b95 Date: 2016-02-25 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/a53b593b3b95/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_jitdriver.py b/rpython/jit/metainterp/test/test_jitdriver.py ---

[pypy-commit] pypy default: fix a test

2016-02-08 Thread fijal
Author: fijal Branch: Changeset: r82117:b88cc59e72a4 Date: 2016-02-08 20:54 +0100 http://bitbucket.org/pypy/pypy/changeset/b88cc59e72a4/ Log:fix a test diff --git a/rpython/tool/jitlogparser/test/logtest2.log b/rpython/tool/jitlogparser/test/logtest2.log ---

[pypy-commit] pypy default: Fix the test. _PyLong_FromByteArray() always produces nonsense (i.e. a

2016-01-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r81527:e205bcf52d2f Date: 2016-01-03 02:10 +0100 http://bitbucket.org/pypy/pypy/changeset/e205bcf52d2f/ Log:Fix the test. _PyLong_FromByteArray() always produces nonsense (i.e. a different result than CPython), which needs to be

[pypy-commit] pypy default: fix the test

2015-10-05 Thread fijal
Author: fijal Branch: Changeset: r7:43f8aaef0f6e Date: 2015-10-06 07:24 +0200 http://bitbucket.org/pypy/pypy/changeset/43f8aaef0f6e/ Log:fix the test diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py b/rpython/jit/metainterp/optimizeopt/optimizer.py ---

[pypy-commit] pypy default: fix this test I hope

2015-10-04 Thread fijal
Author: fijal Branch: Changeset: r79960:2d352d04adf6 Date: 2015-10-04 10:32 +0200 http://bitbucket.org/pypy/pypy/changeset/2d352d04adf6/ Log:fix this test I hope diff --git a/rpython/jit/metainterp/test/test_fficall.py b/rpython/jit/metainterp/test/test_fficall.py ---

[pypy-commit] pypy default: fix the test

2015-10-02 Thread fijal
Author: fijal Branch: Changeset: r79936:d01d9a0ef18b Date: 2015-10-02 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/d01d9a0ef18b/ Log:fix the test diff --git a/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py b/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py ---

[pypy-commit] pypy default: fix more test(s)

2015-09-13 Thread mattip
Author: mattip Branch: Changeset: r79605:63de0ec77acd Date: 2015-09-13 14:59 +0300 http://bitbucket.org/pypy/pypy/changeset/63de0ec77acd/ Log:fix more test(s) diff --git a/pypy/module/_rawffi/array.py b/pypy/module/_rawffi/array.py --- a/pypy/module/_rawffi/array.py

[pypy-commit] pypy default: fix this test

2015-06-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78224:743f2cc270b2 Date: 2015-06-21 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/743f2cc270b2/ Log:fix this test diff --git a/pypy/module/cpyext/test/test_version.py b/pypy/module/cpyext/test/test_version.py ---

[pypy-commit] pypy default: fix this test

2015-06-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78225:6042b77b9402 Date: 2015-06-21 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/6042b77b9402/ Log:fix this test diff --git a/pypy/module/struct/test/test_struct.py b/pypy/module/struct/test/test_struct.py ---

[pypy-commit] pypy default: Fix the test by adding a _fake option that doesn't rely on a pypy-c and

2015-05-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77553:e6c259d25dc6 Date: 2015-05-25 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/e6c259d25dc6/ Log:Fix the test by adding a _fake option that doesn't rely on a pypy-c and libpypy-c.so to be actually built diff --git

[pypy-commit] pypy default: fix this test (fails in x86/test/test_fficall.py)

2015-05-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r77353:4bd19526f839 Date: 2015-05-17 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/4bd19526f839/ Log:fix this test (fails in x86/test/test_fficall.py) diff --git a/rpython/jit/metainterp/test/test_fficall.py

[pypy-commit] pypy default: Fix this test

2014-12-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r74942:db87f8d3abb8 Date: 2014-12-15 16:37 + http://bitbucket.org/pypy/pypy/changeset/db87f8d3abb8/ Log:Fix this test diff --git a/rpython/rtyper/lltypesystem/rordereddict.py b/rpython/rtyper/lltypesystem/rordereddict.py ---

[pypy-commit] pypy default: Fix the test

2014-10-10 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r73896:48ee7cfde056 Date: 2014-10-10 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/48ee7cfde056/ Log:Fix the test diff --git a/rpython/jit/metainterp/test/test_tracingopts.py b/rpython/jit/metainterp/test/test_tracingopts.py ---

[pypy-commit] pypy default: fix this test on 32bit

2014-10-10 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73900:25e3b114c5ab Date: 2014-10-10 21:29 -0400 http://bitbucket.org/pypy/pypy/changeset/25e3b114c5ab/ Log:fix this test on 32bit diff --git a/pypy/module/micronumpy/test/test_arrayops.py

[pypy-commit] pypy default: fix jtransform test

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r73831:1a1bcffa25e3 Date: 2014-10-07 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/1a1bcffa25e3/ Log:fix jtransform test diff --git a/rpython/jit/codewriter/test/test_jtransform.py

[pypy-commit] pypy default: fix this test against cpython on win32

2014-08-29 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r73175:dc7c03274026 Date: 2014-08-29 09:01 -0700 http://bitbucket.org/pypy/pypy/changeset/dc7c03274026/ Log:fix this test against cpython on win32 diff --git a/pypy/module/_file/test/test_file_extra.py

[pypy-commit] pypy default: Fix the test

2014-06-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r72086:e2b1cc741f76 Date: 2014-06-17 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/e2b1cc741f76/ Log:Fix the test diff --git a/rpython/jit/metainterp/test/test_heapcache.py b/rpython/jit/metainterp/test/test_heapcache.py ---

[pypy-commit] pypy default: fix the test

2014-05-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71132:caee1b15d940 Date: 2014-05-01 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/caee1b15d940/ Log:fix the test diff --git a/pypy/module/pypyjit/test_pypy_c/test_cprofile.py b/pypy/module/pypyjit/test_pypy_c/test_cprofile.py

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

2014-04-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r71036:d63b49940eff Date: 2014-04-28 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/d63b49940eff/ Log:Fix the test: - make it pass (O_APPEND missing) - make it fail before the O_APPEND change diff --git

[pypy-commit] pypy default: Fix the test in 43da018e7015: consistently call new methods on the metainterp

2014-04-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r70554:0d99c4a82b27 Date: 2014-04-11 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0d99c4a82b27/ Log:Fix the test in 43da018e7015: consistently call new methods on the metainterp from both the opimpl_xxx and from resume.py

[pypy-commit] pypy default: Fix x86/test/test_z*

2014-03-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r70128:855c8b15eee6 Date: 2014-03-20 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/855c8b15eee6/ Log:Fix x86/test/test_z* diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py ---

[pypy-commit] pypy default: fix array test that was failing after int bounds propagation from array operations

2014-02-16 Thread squeaky
Author: Squeaky squeaky...@gmx.com Branch: Changeset: r69181:f9b8b76b4c41 Date: 2014-02-16 21:10 +0100 http://bitbucket.org/pypy/pypy/changeset/f9b8b76b4c41/ Log:fix array test that was failing after int bounds propagation from array operations diff --git

[pypy-commit] pypy default: Fix the test on 64-bit

2014-02-08 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r69098:3a0ef8f31265 Date: 2014-02-08 11:11 +0100 http://bitbucket.org/pypy/pypy/changeset/3a0ef8f31265/ Log:Fix the test on 64-bit diff --git a/rpython/jit/codewriter/longlong.py b/rpython/jit/codewriter/longlong.py ---

[pypy-commit] pypy default: Fix the test added in ae05315ebb9c.

2014-01-23 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68866:70df1594c35f Date: 2014-01-23 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/70df1594c35f/ Log:Fix the test added in ae05315ebb9c. diff --git a/rpython/rtyper/raisingops.py b/rpython/rtyper/raisingops.py --- a/rpython/rtyper/raisingops.py

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

2013-11-18 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r68201:c4dd095a23ea Date: 2013-11-18 09:37 +0100 http://bitbucket.org/pypy/pypy/changeset/c4dd095a23ea/ Log:Fix the test. diff --git a/rpython/jit/backend/x86/test/test_ztranslation_basic.py

[pypy-commit] pypy default: fix this test for the bsd builder

2013-11-17 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68198:edd6b3a3df4d Date: 2013-11-17 22:22 -0500 http://bitbucket.org/pypy/pypy/changeset/edd6b3a3df4d/ Log:fix this test for the bsd builder diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py

[pypy-commit] pypy default: fix this test a bit more strictly

2013-11-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67984:b1014f8d559c Date: 2013-11-12 10:12 -0800 http://bitbucket.org/pypy/pypy/changeset/b1014f8d559c/ Log:fix this test a bit more strictly diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py

[pypy-commit] pypy default: fix this test on win32 (tzset is unix-only)

2013-11-11 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r67952:b87ac0ef8a37 Date: 2013-11-11 13:13 -0500 http://bitbucket.org/pypy/pypy/changeset/b87ac0ef8a37/ Log:fix this test on win32 (tzset is unix-only) diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy default: Fix the test, failing if sys.unicode==65535.

2013-09-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r67036:2e490cdd9f25 Date: 2013-09-21 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2e490cdd9f25/ Log:Fix the test, failing if sys.unicode==65535. diff --git a/rpython/rlib/test/test_runicode.py

[pypy-commit] pypy default: Fix the test and generate more efficient code.

2013-07-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r65781:caa2340430f2 Date: 2013-07-29 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/caa2340430f2/ Log:Fix the test and generate more efficient code. diff --git a/rpython/jit/backend/x86/assembler.py

[pypy-commit] pypy default: fix failing test

2013-07-04 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r65182:7617f7f1432c Date: 2013-07-04 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/7617f7f1432c/ Log:fix failing test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy default: Fix this test to also pass on CPython

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64849:93a61b856da8 Date: 2013-06-11 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/93a61b856da8/ Log:Fix this test to also pass on CPython diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

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

2013-06-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64797:cb46a58acf67 Date: 2013-06-05 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/cb46a58acf67/ Log:Fix the test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py ---

[pypy-commit] pypy default: fix one test, translation too

2013-05-29 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r64665:f1937be96ddf Date: 2013-05-30 06:37 +0300 http://bitbucket.org/pypy/pypy/changeset/f1937be96ddf/ Log:fix one test, translation too diff --git a/pypy/module/_multiprocessing/interp_connection.py

[pypy-commit] pypy default: Fix this test and remove some unused imports

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64175:e191271d612c Date: 2013-05-15 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e191271d612c/ Log:Fix this test and remove some unused imports diff --git a/rpython/jit/metainterp/test/test_compile.py

[pypy-commit] pypy default: fix this test

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64181:f87522e1a950 Date: 2013-05-15 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/f87522e1a950/ Log:fix this test diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/test_standalone.py

[pypy-commit] pypy default: fix the test - secondary callbacks now do that

2013-05-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64032:afb35608bfbf Date: 2013-05-13 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/afb35608bfbf/ Log:fix the test - secondary callbacks now do that diff --git a/rpython/translator/c/gcc/test/test_asmgcroot.py

[pypy-commit] pypy default: Fix this test on llgraph.

2013-04-20 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r63528:674d0625fe33 Date: 2013-04-20 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/674d0625fe33/ Log:Fix this test on llgraph. diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py ---

[pypy-commit] pypy default: fix this test after c2e8c09de077

2013-04-05 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r63085:80ab72ab0def Date: 2013-04-05 21:29 -0400 http://bitbucket.org/pypy/pypy/changeset/80ab72ab0def/ Log:fix this test after c2e8c09de077 diff --git a/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy default: fix the test

2013-04-03 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62957:9c17279f5949 Date: 2013-04-03 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/9c17279f5949/ Log:fix the test diff --git a/pypy/tool/jitlogparser/test/logtest.log b/pypy/tool/jitlogparser/test/logtest.log ---

[pypy-commit] pypy default: Fix gethostbyaddr() test on some versions of MacOSX.

2013-03-21 Thread chrish42
Author: Christian Hudon chr...@pianocktail.org Branch: Changeset: r62614:efd767a61b59 Date: 2013-03-19 14:11 -0700 http://bitbucket.org/pypy/pypy/changeset/efd767a61b59/ Log:Fix gethostbyaddr() test on some versions of MacOSX. diff --git a/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy default: fix the test

2013-03-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r62451:9f1099167f6a Date: 2013-03-18 23:41 -0700 http://bitbucket.org/pypy/pypy/changeset/9f1099167f6a/ Log:fix the test diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix and test adding no_nul=True annotation to strings in result of splitting on null-byte if maxsplit argument is not -1

2013-03-12 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com Branch: Changeset: r62316:5f5a391cfee4 Date: 2013-03-12 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/5f5a391cfee4/ Log:fix and test adding no_nul=True annotation to strings in result of splitting on null-byte if maxsplit

[pypy-commit] pypy default: fix this test for running against numpy

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61762:22a6275e2e6e Date: 2013-02-25 09:11 -0500 http://bitbucket.org/pypy/pypy/changeset/22a6275e2e6e/ Log:fix this test for running against numpy diff --git a/pypy/module/test_lib_pypy/numpypy/test_numpy.py

[pypy-commit] pypy default: fix the test: this now raises a thread.error

2013-02-16 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61333:b53715e21d4d Date: 2013-02-16 16:09 -0500 http://bitbucket.org/pypy/pypy/changeset/b53715e21d4d/ Log:fix the test: this now raises a thread.error diff --git a/pypy/module/__pypy__/test/test_signal.py

[pypy-commit] pypy default: fix the test for 32bit

2013-02-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r61248:57adf4d24214 Date: 2013-02-15 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/57adf4d24214/ Log:fix the test for 32bit diff --git a/rpython/rlib/test/test_rarithmetic.py b/rpython/rlib/test/test_rarithmetic.py ---

[pypy-commit] pypy default: fix this test: it wasn't testing what it claimed to because it was constructing

2013-02-12 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61160:1aa187fce1db Date: 2013-02-13 00:30 -0500 http://bitbucket.org/pypy/pypy/changeset/1aa187fce1db/ Log:fix this test: it wasn't testing what it claimed to because it was constructing seekable sources for a

[pypy-commit] pypy default: fix this test on windows

2013-02-07 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r60947:100529d2dbf1 Date: 2013-02-07 19:56 -0500 http://bitbucket.org/pypy/pypy/changeset/100529d2dbf1/ Log:fix this test on windows diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py ---

[pypy-commit] pypy default: fix till test passes

2013-01-07 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r59865:65392c9700e4 Date: 2013-01-08 00:10 +0200 http://bitbucket.org/pypy/pypy/changeset/65392c9700e4/ Log:fix till test passes diff --git a/pypy/translator/platform/test/test_platform.py

[pypy-commit] pypy default: Fix this test when run together with test_posix2.py.

2012-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r59148:e885df77366e Date: 2012-11-29 20:45 -0800 http://bitbucket.org/pypy/pypy/changeset/e885df77366e/ Log:Fix this test when run together with test_posix2.py. diff --git a/pypy/module/posix/test/test_posix_libfile.py

[pypy-commit] pypy default: Fix the test, with explanation of why.

2012-11-13 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58856:0e6161a009c6 Date: 2012-11-13 15:40 +0100 http://bitbucket.org/pypy/pypy/changeset/0e6161a009c6/ Log:Fix the test, with explanation of why. diff --git a/pypy/module/micronumpy/test/test_complex.py

[pypy-commit] pypy default: fix this test

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58655:bf186ea46cc9 Date: 2012-10-31 18:16 +0100 http://bitbucket.org/pypy/pypy/changeset/bf186ea46cc9/ Log:fix this test diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py ---

[pypy-commit] pypy default: fix this test too

2012-10-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58656:2598c9981962 Date: 2012-10-31 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/2598c9981962/ Log:fix this test too diff --git a/pypy/module/_multiprocessing/test/test_connection.py

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

2012-10-28 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r58541:e7004e804a53 Date: 2012-10-28 18:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e7004e804a53/ Log:Fix the test. diff --git a/pypy/jit/metainterp/test/test_list.py b/pypy/jit/metainterp/test/test_list.py ---

[pypy-commit] pypy default: Fix the test by forcing it to run with the old value 'max_unroll_loops=5'.

2012-09-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r57546:dc536a1f2a7e Date: 2012-09-25 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/dc536a1f2a7e/ Log:Fix the test by forcing it to run with the old value 'max_unroll_loops=5'. diff --git

[pypy-commit] pypy default: Fix the test by allowing a different exception in two corner error cases.

2012-09-24 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r57508:d6c016e3e5b1 Date: 2012-09-24 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/d6c016e3e5b1/ Log:Fix the test by allowing a different exception in two corner error cases. diff --git a/lib-python/2.7/test/test_csv.py

[pypy-commit] pypy default: fix the test

2012-08-09 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r56667:c5bf753ea9c2 Date: 2012-08-09 22:43 +0200 http://bitbucket.org/pypy/pypy/changeset/c5bf753ea9c2/ Log:fix the test diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py

[pypy-commit] pypy default: fix the test

2012-07-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r56232:1ff82b0fd699 Date: 2012-07-19 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/1ff82b0fd699/ Log:fix the test diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix the test, hopefully

2012-07-19 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r56233:c7e24af05881 Date: 2012-07-19 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c7e24af05881/ Log:fix the test, hopefully diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py

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

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55279:c6a1519817b1 Date: 2012-06-03 11:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c6a1519817b1/ Log:Fix the test. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py ---

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

2012-06-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r55284:f94ef1d4068a Date: 2012-06-03 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f94ef1d4068a/ Log:Fix the test on Linux. diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

[pypy-commit] pypy default: Fix the test. The issue is not arg+memo. The issue is that you cannot

2012-04-12 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54315:1da1c1632353 Date: 2012-04-12 17:41 +0200 http://bitbucket.org/pypy/pypy/changeset/1da1c1632353/ Log:Fix the test. The issue is not arg+memo. The issue is that you cannot call the specialize:arg function f with f(i), even

[pypy-commit] pypy default: Fix the test: the 'len' attribute is now promoted to the common base

2012-04-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r54120:27de13d1a9e7 Date: 2012-04-01 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/27de13d1a9e7/ Log:Fix the test: the 'len' attribute is now promoted to the common base class W_ArrayBase, which is ok. diff --git

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

2012-03-02 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r53114:6f07c52e6ee9 Date: 2012-03-02 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/6f07c52e6ee9/ Log:Fix the test. diff --git a/pypy/jit/metainterp/test/test_compile.py b/pypy/jit/metainterp/test/test_compile.py ---

[pypy-commit] pypy default: Fix this test

2012-02-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52813:55fd1d7090fb Date: 2012-02-23 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/55fd1d7090fb/ Log:Fix this test diff --git a/pypy/translator/sandbox/test/test_sandbox.py b/pypy/translator/sandbox/test/test_sandbox.py ---

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

2012-02-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r52123:28b333b86328 Date: 2012-02-06 10:16 +0100 http://bitbucket.org/pypy/pypy/changeset/28b333b86328/ Log:Fix this 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 default: fix the test.

2012-01-22 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r51647:7cd209e0414e Date: 2012-01-22 17:29 +0100 http://bitbucket.org/pypy/pypy/changeset/7cd209e0414e/ Log:fix the test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_math.py b/pypy/module/pypyjit/test_pypy_c/test_math.py ---

[pypy-commit] pypy default: fix the test

2012-01-12 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r51284:20ee6554e580 Date: 2012-01-12 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/20ee6554e580/ Log:fix the test diff --git a/pypy/jit/metainterp/test/test_ztranslation.py b/pypy/jit/metainterp/test/test_ztranslation.py

[pypy-commit] pypy default: fix the test

2011-12-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r50894:17fd3576a153 Date: 2011-12-27 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/17fd3576a153/ Log:fix the test diff --git a/pypy/jit/metainterp/test/test_compile.py b/pypy/jit/metainterp/test/test_compile.py ---

[pypy-commit] pypy default: fix the test

2011-12-27 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r50899:6d97be67953c Date: 2011-12-27 14:22 +0200 http://bitbucket.org/pypy/pypy/changeset/6d97be67953c/ 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.

2011-12-26 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50875:cce139c7a9c6 Date: 2011-12-26 15:31 +0100 http://bitbucket.org/pypy/pypy/changeset/cce139c7a9c6/ Log:Fix the test. diff --git a/pypy/translator/generator.py b/pypy/translator/generator.py --- a/pypy/translator/generator.py +++

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

2011-12-05 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50175:5abc8457062e Date: 2011-12-05 19:05 +0100 http://bitbucket.org/pypy/pypy/changeset/5abc8457062e/ Log:Fix the test. diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainterp/compile.py

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

2011-11-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r49991:b37ba47c5260 Date: 2011-11-30 02:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b37ba47c5260/ Log:Fix the test. diff --git a/pypy/jit/codewriter/effectinfo.py b/pypy/jit/codewriter/effectinfo.py ---

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

2011-11-01 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48638:bfd8b80c9117 Date: 2011-11-01 07:29 + http://bitbucket.org/pypy/pypy/changeset/bfd8b80c9117/ Log:Fix this test. diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py ---

[pypy-commit] pypy default: fix this test for 32-bit machines

2011-10-29 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r48597:753627dbee28 Date: 2011-10-29 02:14 -0400 http://bitbucket.org/pypy/pypy/changeset/753627dbee28/ Log:fix this test for 32-bit machines diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py

[pypy-commit] pypy default: fix this test

2011-10-27 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r48534:de9715d6219f Date: 2011-10-27 13:58 -0400 http://bitbucket.org/pypy/pypy/changeset/de9715d6219f/ Log:fix this test diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy default: Fix a test in test_optimizebasic, a bit obscurely.

2011-10-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48111:2bda02052847 Date: 2011-10-17 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/2bda02052847/ Log:Fix a test in test_optimizebasic, a bit obscurely. diff --git a/pypy/jit/metainterp/resoperation.py

[pypy-commit] pypy default: Fix the test. Add in the graphpage viewer shading in gray the

2011-10-17 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48117:849075adda3f Date: 2011-10-17 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/849075adda3f/ Log:Fix the test. Add in the graphpage viewer shading in gray the invalidated loops. diff --git

[pypy-commit] pypy default: Fix the test: calling sleep() may not release the GIL before translation.

2011-10-16 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48085:6048a0bf9e33 Date: 2011-10-16 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/6048a0bf9e33/ Log:Fix the test: calling sleep() may not release the GIL before translation. diff --git

[pypy-commit] pypy default: Fix the test. This is mostly covering for an issue with

2011-10-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r48073:659180bd3030 Date: 2011-10-15 14:56 +0200 http://bitbucket.org/pypy/pypy/changeset/659180bd3030/ Log:Fix the test. This is mostly covering for an issue with jit.isconstant(), but it is known. diff --git

[pypy-commit] pypy default: Fix this test on 64-bit: avoids that random unrelated operations

2011-09-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r47102:a41ea5a18e1c Date: 2011-09-06 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/a41ea5a18e1c/ Log:Fix this test on 64-bit: avoids that random unrelated operations show up here, by adding a dummy getattr previously in the

[pypy-commit] pypy default: Fix a test I broke, by better optimizing things :)

2011-09-02 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r47028:43ff84065e19 Date: 2011-09-02 11:21 -0400 http://bitbucket.org/pypy/pypy/changeset/43ff84065e19/ Log:Fix a test I broke, by better optimizing things :) diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py

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

2011-08-31 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r46949:efaa417ebadc Date: 2011-08-31 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/efaa417ebadc/ Log:Fix a test. diff --git a/pypy/jit/metainterp/warmstate.py b/pypy/jit/metainterp/warmstate.py ---

[pypy-commit] pypy default: fix this test.

2011-08-28 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r46873:4cb1cf2c1496 Date: 2011-08-28 18:02 -0400 http://bitbucket.org/pypy/pypy/changeset/4cb1cf2c1496/ Log:fix this test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_math.py b/pypy/module/pypyjit/test_pypy_c/test_math.py

[pypy-commit] pypy default: Fix the test by properly detecting the case during codewriting,

2011-08-21 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r46682:e5fb197506d6 Date: 2011-08-21 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/e5fb197506d6/ Log:Fix the test by properly detecting the case during codewriting, and raising NotImplementedError. diff --git

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

2011-08-03 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r46236:3a789ffe42d2 Date: 2011-08-03 10:03 +0200 http://bitbucket.org/pypy/pypy/changeset/3a789ffe42d2/ Log:Fix this test. diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

  1   2   >