[pypy-commit] pypy default: fix tests for win32

2019-08-12 Thread mattip
Author: Matti Picus Branch: Changeset: r97160:d08393b13818 Date: 2019-08-12 11:54 +0300 http://bitbucket.org/pypy/pypy/changeset/d08393b13818/ Log:fix tests for win32 diff --git a/extra_tests/ctypes_tests/test_win32.py b/extra_tests/ctypes_tests/test_win32.py --- a/extra_tests/ctypes_tests

[pypy-commit] pypy default: fix tests to pass on win32

2018-11-11 Thread mattip
Author: Matti Picus Branch: Changeset: r95297:956dce5d3456 Date: 2018-11-11 00:25 -0800 http://bitbucket.org/pypy/pypy/changeset/956dce5d3456/ Log:fix tests to pass on win32 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/t

[pypy-commit] pypy default: fix tests

2018-06-25 Thread mattip
Author: Matti Picus Branch: Changeset: r94781:2ae825a19da0 Date: 2018-06-25 21:42 -0700 http://bitbucket.org/pypy/pypy/changeset/2ae825a19da0/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py --- a/pypy/module/cpyext/t

[pypy-commit] pypy default: fix tests

2018-06-25 Thread mattip
Author: Matti Picus Branch: Changeset: r94780:9272d1b47f51 Date: 2018-06-25 21:35 -0700 http://bitbucket.org/pypy/pypy/changeset/9272d1b47f51/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_pystrtod.py b/pypy/module/cpyext/test/test_pystrtod.py --- a/pypy/module/cpyext/test/test_p

[pypy-commit] pypy default: fix tests

2017-11-03 Thread mattip
Author: Matti Picus Branch: Changeset: r92916:503b1a72abab Date: 2017-11-03 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/503b1a72abab/ Log:fix tests diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release/pa

[pypy-commit] pypy default: fix tests, hopefully

2017-09-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r92362:e2f4a15ea640 Date: 2017-09-09 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/e2f4a15ea640/ Log:fix tests, hopefully diff --git a/rpython/jit/codewriter/test/test_longlong.py b/rpython/jit/codewriter/test/test_longlong.py -

[pypy-commit] pypy default: fix tests and scatter real_time parameter to other functions needed

2017-06-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91525:82f30247c9bb Date: 2017-06-05 09:06 -0400 http://bitbucket.org/pypy/pypy/changeset/82f30247c9bb/ Log:fix tests and scatter real_time parameter to other functions needed diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_v

[pypy-commit] pypy default: fix tests

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90186:56d384d17f52 Date: 2017-02-19 09:55 +0100 http://bitbucket.org/pypy/pypy/changeset/56d384d17f52/ Log:fix tests diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py --- a/rpython/rlib/test/test_rposix.py +++ b/rpython/r

[pypy-commit] pypy default: fix tests that import test_vector

2017-01-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r89686:858ae6e5cbfe Date: 2017-01-22 17:35 +0100 http://bitbucket.org/pypy/pypy/changeset/858ae6e5cbfe/ Log:fix tests that import test_vector diff --git a/rpython/jit/backend/ppc/test/test_ppcvector.py b/rpython/jit/backend/ppc/test/test_ppcvector.py -

[pypy-commit] pypy default: fix tests

2016-11-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r88205:4c405c663a1c Date: 2016-11-08 11:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4c405c663a1c/ Log:fix tests diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/error.py @@ -

[pypy-commit] pypy default: Fix tests (test_throw1 and test_throw2 were identical at this point)

2016-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r87137:f6eabcc3367c Date: 2016-09-16 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f6eabcc3367c/ Log:Fix tests (test_throw1 and test_throw2 were identical at this point) diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/tes

[pypy-commit] pypy default: Fix tests, now that 'lltype.typeOf(very_large_long)' gives an error

2016-07-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r85917:0cafa40b38a9 Date: 2016-07-29 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0cafa40b38a9/ Log:Fix tests, now that 'lltype.typeOf(very_large_long)' gives an error diff --git a/pypy/objspace/std/test/test_stdobjspace.py b/pypy/objspace/std/

[pypy-commit] pypy default: fix tests for win32

2016-07-07 Thread mattip
Author: Matti Picus Branch: Changeset: r85599:8ab2ec92dcfc Date: 2016-07-07 18:11 +0300 http://bitbucket.org/pypy/pypy/changeset/8ab2ec92dcfc/ Log:fix tests for win32 diff --git a/pypy/module/cpyext/test/foo.c b/pypy/module/cpyext/test/foo.c --- a/pypy/module/cpyext/test/foo.c +++ b/pypy/mo

[pypy-commit] pypy default: fix tests for 32 bit and running as root in chroot

2016-05-08 Thread mattip
Author: Matti Picus Branch: Changeset: r84315:392dd419f5d0 Date: 2016-05-09 03:19 + http://bitbucket.org/pypy/pypy/changeset/392dd419f5d0/ Log:fix tests for 32 bit and running as root in chroot tests still fail since rffi.INTPTR_T is ending up as a 'Signed' in the ptr-to

[pypy-commit] pypy default: fix tests

2015-10-26 Thread mattip
Author: mattip Branch: Changeset: r80460:53d7da76969d Date: 2015-10-26 23:32 +1100 http://bitbucket.org/pypy/pypy/changeset/53d7da76969d/ Log:fix tests diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py --- a/pypy/module/cpyext/test/t

[pypy-commit] pypy default: Fix tests

2015-08-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r79061:ae500e6ab940 Date: 2015-08-19 17:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ae500e6ab940/ Log:Fix tests diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_vmprof/test/test__vmprof.py --- a/pypy/module/_vmprof/test/test__

[pypy-commit] pypy default: fix tests, error messages to be strictly numpy 1.9.0

2015-05-30 Thread mattip
Author: mattip Branch: Changeset: r77717:acba2565aeee Date: 2015-05-29 16:21 +0300 http://bitbucket.org/pypy/pypy/changeset/acba2565aeee/ Log:fix tests, error messages to be strictly numpy 1.9.0 diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module

[pypy-commit] pypy default: Fix tests: the EF numbers have shifted

2015-04-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r76745:2133c4325644 Date: 2015-04-08 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/2133c4325644/ Log:Fix tests: the EF numbers have shifted diff --git a/pypy/module/pypyjit/test_pypy_c/test_buffers.py b/pypy/module/pypyjit/test_pypy_c/test_buffe

[pypy-commit] pypy default: fix tests

2014-12-30 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75158:f5be5d01dac9 Date: 2014-12-30 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f5be5d01dac9/ Log:fix tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_virtualstate.py b/rpython/jit/metainterp/optimizeopt/test/test_virtu

[pypy-commit] pypy default: fix tests

2014-12-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r75156:15909b35f447 Date: 2014-12-30 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/15909b35f447/ Log:fix tests diff --git a/rpython/tool/jitlogparser/parser.py b/rpython/tool/jitlogparser/parser.py --- a/rpython/tool/jitlogparser/parser.

[pypy-commit] pypy default: fix tests on 32bit

2014-10-09 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r73878:aab89610d3d8 Date: 2014-10-10 00:24 -0400 http://bitbucket.org/pypy/pypy/changeset/aab89610d3d8/ Log:fix tests on 32bit diff --git a/pypy/module/micronumpy/test/test_arrayops.py b/pypy/module/micronumpy/test/test_arrayops.py --- a/pypy/module/

[pypy-commit] pypy default: fix tests for changeset 5ed628789a2c

2013-11-23 Thread mattip
Author: Matti Picus Branch: Changeset: r68292:287eb01c11f4 Date: 2013-11-23 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/287eb01c11f4/ Log:fix tests for changeset 5ed628789a2c diff --git a/rpython/jit/backend/x86/test/test_ztranslation_basic.py b/rpython/jit/backend/x86/test/test_z

[pypy-commit] pypy default: Fix tests

2013-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67304:731bb6f2c1d4 Date: 2013-10-11 09:01 +0200 http://bitbucket.org/pypy/pypy/changeset/731bb6f2c1d4/ Log:Fix tests diff --git a/rpython/rtyper/test/test_rstr.py b/rpython/rtyper/test/test_rstr.py --- a/rpython/rtyper/test/test_rstr.py +++ b/rpython/r

[pypy-commit] pypy default: fix tests for 32 bit

2013-05-26 Thread mattip
Author: mattip Branch: Changeset: r64573:af17470a3036 Date: 2013-05-26 23:52 +0300 http://bitbucket.org/pypy/pypy/changeset/af17470a3036/ Log:fix tests for 32 bit diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/micronum

[pypy-commit] pypy default: Fix tests when run with -A: CPython folds constants differently.

2013-04-26 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r63665:d47342f86927 Date: 2013-04-26 22:07 +0200 http://bitbucket.org/pypy/pypy/changeset/d47342f86927/ Log:Fix tests when run with -A: CPython folds constants differently. In particular, unused values are not removed from co_consts. d

[pypy-commit] pypy default: fix tests

2013-03-24 Thread bivab
Author: David Schneider Branch: Changeset: r62722:9c3bfca89540 Date: 2013-03-24 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/9c3bfca89540/ Log:fix tests diff --git a/rpython/jit/backend/arm/test/test_regalloc2.py b/rpython/jit/backend/arm/test/test_regalloc2.py --- a/rpython/jit/ba

[pypy-commit] pypy default: fix tests for -A

2012-12-12 Thread mattip
Author: mattip Branch: Changeset: r59410:5b0bb368c5e1 Date: 2012-12-12 14:35 -0800 http://bitbucket.org/pypy/pypy/changeset/5b0bb368c5e1/ Log:fix tests for -A diff --git a/pypy/module/micronumpy/test/test_complex.py b/pypy/module/micronumpy/test/test_complex.py --- a/pypy/module/micronumpy

[pypy-commit] pypy default: Fix tests for missing 'itertools'.

2012-10-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r58561:5bdab3fa8259 Date: 2012-10-29 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/5bdab3fa8259/ Log:Fix tests for missing 'itertools'. diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py --- a/pypy/module/imp/test/te

[pypy-commit] pypy default: Fix tests around utf8 encoding

2012-09-25 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r57589:10e2fbb7bcec Date: 2012-09-25 23:51 +0200 http://bitbucket.org/pypy/pypy/changeset/10e2fbb7bcec/ Log:Fix tests around utf8 encoding diff --git a/pypy/objspace/std/ropeunicodeobject.py b/pypy/objspace/std/ropeunicodeobject.py --- a/pypy

[pypy-commit] pypy default: Fix tests.

2012-06-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r55280:0bf477245547 Date: 2012-06-03 11:07 +0200 http://bitbucket.org/pypy/pypy/changeset/0bf477245547/ Log:Fix tests. diff --git a/pypy/jit/backend/x86/rx86.py b/pypy/jit/backend/x86/rx86.py --- a/pypy/jit/backend/x86/rx86.py +++ b/pypy/jit/backend/x86

[pypy-commit] pypy default: Fix tests.

2012-03-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r53175:0541ffa5b060 Date: 2012-03-04 11:57 +0100 http://bitbucket.org/pypy/pypy/changeset/0541ffa5b060/ Log:Fix tests. diff --git a/pypy/jit/backend/x86/test/test_gc_integration.py b/pypy/jit/backend/x86/test/test_gc_integration.py --- a/pypy/jit/backe

[pypy-commit] pypy default: fix tests and translation. decrease the wait time

2011-10-26 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r48469:d40090f37f98 Date: 2011-10-26 09:37 +0200 http://bitbucket.org/pypy/pypy/changeset/d40090f37f98/ Log:fix tests and translation. decrease the wait time diff --git a/pypy/module/rctime/interp_time.py b/pypy/module/rctime/interp_time.py ---

[pypy-commit] pypy default: fix tests

2011-09-28 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47656:c54d4c8c465a Date: 2011-09-28 10:19 -0400 http://bitbucket.org/pypy/pypy/changeset/c54d4c8c465a/ Log:fix tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_min_max.py b/pypy/module/pypyjit/test_pypy_c/test_min_max.py --- a/pypy/module/pypy

[pypy-commit] pypy default: Fix tests on OS/X (hopefully).

2011-09-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r47130:5190d760b26c Date: 2011-09-07 13:05 +0200 http://bitbucket.org/pypy/pypy/changeset/5190d760b26c/ Log:Fix tests on OS/X (hopefully). diff --git a/pypy/module/pypyjit/test_pypy_c/test__ffi.py b/pypy/module/pypyjit/test_pypy_c/test__ffi.py --- a/py

[pypy-commit] pypy default: Fix tests.

2011-09-04 Thread arigo
Author: Armin Rigo Branch: Changeset: r47069:8fa344e25292 Date: 2011-09-04 12:48 +0200 http://bitbucket.org/pypy/pypy/changeset/8fa344e25292/ Log:Fix tests. diff --git a/pypy/module/test_lib_pypy/test_distributed/test_distributed.py b/pypy/module/test_lib_pypy/test_distributed/test_distrib

[pypy-commit] pypy default: Fix tests, and a clean up, by not reusing a Descr across various loops.

2011-08-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r46231:7f3f578cb546 Date: 2011-08-03 08:26 +0200 http://bitbucket.org/pypy/pypy/changeset/7f3f578cb546/ Log:Fix tests, and a clean up, by not reusing a Descr across various loops. diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp

[pypy-commit] pypy default: fix tests to consistenty use array descrs

2011-07-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r45833:2ead4778c7ac Date: 2011-07-21 18:56 +0200 http://bitbucket.org/pypy/pypy/changeset/2ead4778c7ac/ Log:fix tests to consistenty use array descrs diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/o

[pypy-commit] pypy default: fix tests and improve signature

2011-07-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45799:2c43451adecb Date: 2011-07-21 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/2c43451adecb/ Log:fix tests and improve signature diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a

[pypy-commit] pypy default: fix tests

2011-07-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45666:a3c110ceadc2 Date: 2011-07-16 10:16 +0200 http://bitbucket.org/pypy/pypy/changeset/a3c110ceadc2/ Log:fix tests diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/p

[pypy-commit] pypy default: fix tests

2011-07-16 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45664:f12c4e733acd Date: 2011-07-16 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f12c4e733acd/ Log:fix tests diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy/compile.py +++

[pypy-commit] pypy default: Fix tests and parser

2011-06-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44827:fe3a1d1ecbb9 Date: 2011-06-08 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/fe3a1d1ecbb9/ Log:Fix tests and parser diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser

[pypy-commit] pypy default: fix tests

2011-06-06 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44750:a32dd231d58c Date: 2011-06-06 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a32dd231d58c/ Log:fix tests diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/pypy/jit/backend/llgraph/llimpl.py

[pypy-commit] pypy default: Fix tests.

2011-06-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r44714:382ce2271a5b Date: 2011-06-05 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/382ce2271a5b/ Log:Fix tests. diff --git a/pypy/jit/metainterp/test/test_warmstate.py b/pypy/jit/metainterp/test/test_warmstate.py --- a/pypy/jit/metainterp/test/t

[pypy-commit] pypy default: fix tests

2011-05-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44396:4836f121496e Date: 2011-05-24 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/4836f121496e/ Log:fix tests diff --git a/pypy/rlib/test/test_debug.py b/pypy/rlib/test/test_debug.py --- a/pypy/rlib/test/test_debug.py +++ b/pypy/rlib/tes

[pypy-commit] pypy default: fix tests

2011-05-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44227:46e0c62dd02e Date: 2011-05-17 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/46e0c62dd02e/ Log:fix tests diff --git a/pypy/jit/metainterp/test/test_optimizeutil.py b/pypy/jit/metainterp/test/test_optimizeutil.py --- a/pypy/jit/meta

[pypy-commit] pypy default: Fix tests in the _ssl module

2011-05-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r44179:8e8463e113ae Date: 2011-05-15 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/8e8463e113ae/ Log:Fix tests in the _ssl module diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp