[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 --- a/rpython/jit/metainte

[pypy-commit] pypy default: fix this test

2015-06-23 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/struct/test/test_st

[pypy-commit] pypy default: fix this test

2015-06-23 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/cpyext/test/test_

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

2015-05-17 Thread arigo
Author: Armin Rigo 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 b/rpython/jit/metainterp/test/test_ff

[pypy-commit] pypy default: Fix this test

2014-12-15 Thread arigo
Author: Armin Rigo 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 --- a/rpython/rtyper/lltype

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

2014-10-10 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/micronumpy/test/test_arrayops.py --- a/pypy/mod

[pypy-commit] pypy default: fix this test on older cpythons

2014-08-29 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73180:48a6c8cd92f1 Date: 2014-08-29 13:15 -0400 http://bitbucket.org/pypy/pypy/changeset/48a6c8cd92f1/ Log:fix this test on older cpythons diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib/test/test_rfi

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

2014-08-29 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/_file/test/test_file_extra.py ---

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

2013-11-17 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/test_lib_pypy/test_grp_extra.py --- a

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

2013-11-12 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/test_lib_pypy/test_grp_extra.py --- a

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

2013-11-11 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/imp/test/test_import.py --- a/pypy/

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

2013-06-11 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/i

[pypy-commit] pypy default: fix this test

2013-05-15 Thread fijal
Author: Maciej Fijalkowski 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 --- a/rpython/tra

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

2013-05-15 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/jit/metainterp/test/test

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

2013-04-20 Thread arigo
Author: Armin Rigo 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 --- a/rpython/jit/backe

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

2013-04-05 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/_socket/test/test_sock_app.py --- a/pypy

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

2013-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62436:e282c55cfd4e Date: 2013-03-18 22:03 -0700 http://bitbucket.org/pypy/pypy/changeset/e282c55cfd4e/ Log:fix this test too diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend/l

[pypy-commit] pypy default: fix this test

2013-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62435:bcb957f2c397 Date: 2013-03-18 22:02 -0700 http://bitbucket.org/pypy/pypy/changeset/bcb957f2c397/ Log:fix this test diff --git a/rpython/jit/backend/arm/test/test_calling_convention.py b/rpython/jit/backend/arm/test/test_calling_conventio

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

2013-02-25 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/test_lib_pypy/numpypy/test_

[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 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 no-seek-available test diff --gi

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

2013-02-07 Thread bdkearns
Author: Brian Kearns 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 --- a/pypy/module/posix/te

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

2012-11-29 Thread arigo
Author: Armin Rigo 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 b/pypy/module/posix/test/test_pos

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

2012-10-31 Thread arigo
Author: Armin Rigo 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 b/pypy/module/_multiprocessing/test/test_connection.py --- a

[pypy-commit] pypy default: fix this test

2012-10-31 Thread arigo
Author: Armin Rigo 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 --- a/pypy/interpre

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

2012-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r54813:3aeefa9caa40 Date: 2012-04-30 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/3aeefa9caa40/ Log:Fix this test for f6fbfecb93fd. diff --git a/pypy/jit/backend/llsupport/test/test_asmmemmgr.py b/pypy/jit/backend/llsupport/test/test_asmmemmgr.

[pypy-commit] pypy default: Fix this test

2012-02-23 Thread arigo
Author: Armin Rigo 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 --- a/pypy/translator/san

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

2012-02-06 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/pypyji

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

2011-11-01 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/array/test/test_arra

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

2011-10-28 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/module/pypyjit/test_pypy_c/test_contai

[pypy-commit] pypy default: fix this test

2011-10-27 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic

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

2011-09-06 Thread arigo
Author: Armin Rigo 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 loop. diff --g

[pypy-commit] pypy default: Fix this test by retrying in bad cases.

2011-09-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r47009:ec222879764c Date: 2011-09-02 10:16 +0200 http://bitbucket.org/pypy/pypy/changeset/ec222879764c/ Log:Fix this test by retrying in bad cases. diff --git a/pypy/objspace/std/test/test_methodcache.py b/pypy/objspace/std/test/test_methodcache.py ---

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

2011-08-28 Thread alex_gaynor
Author: Alex Gaynor 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 --- a/pypy/module/pypyj

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

2011-08-03 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/py

[pypy-commit] pypy default: fix this test

2011-07-27 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r46011:ca9f485900d4 Date: 2011-07-27 12:15 +0200 http://bitbucket.org/pypy/pypy/changeset/ca9f485900d4/ Log:fix this test diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py +++ b/lib_pypy/_ctype

[pypy-commit] pypy default: Fix this test: when running on top of pypy, lltype.Ptr(S) returns

2011-07-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r45968:06d6597d6647 Date: 2011-07-25 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/06d6597d6647/ Log:Fix this test: when running on top of pypy, lltype.Ptr(S) returns a pointer to the old S from the previous test which hasn't been freed

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

2011-07-05 Thread antocuni
Author: Antonio Cuni 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 b/pypy/module/pypyjit/tes

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

2011-05-26 Thread alex_gaynor
Author: Alex Gaynor 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 b/pypy/module/pypyjit/test_pyp

[pypy-commit] pypy default: fix this test for the "fake_pypy_c" case

2011-05-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44295:6cf7f3104cea Date: 2011-05-19 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/6cf7f3104cea/ Log:fix this test for the "fake_pypy_c" case diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py --- a/py