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

[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 b/pypy/module/test_l

[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 b/pypy/module/cpyext/test/test_typeobject

[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 a/pypy/module/cpyext/test/test_typeobject.

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

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

[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 a/pypy/module/_vmprof/test/test__vmprof.py b/p

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

[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 fixed. diff --gi

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

[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 --- a/pypy/modul

[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 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 a/pypy/tool/release/

[pypy-commit] pypy default: Fix the test

2014-10-10 Thread arigo
Author: Armin Rigo 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 --- a/rpython/jit/me

[pypy-commit] pypy default: Fix the test

2014-06-17 Thread arigo
Author: Armin Rigo 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 --- a/rpython/jit/metain

[pypy-commit] pypy default: fix the test

2014-05-01 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/

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

2014-04-28 Thread arigo
Author: Armin Rigo 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 a/rpython/rlib/streamio.py

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

2014-04-11 Thread arigo
Author: Armin Rigo 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 diff --git a/rp

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

2014-02-08 Thread arigo
Author: Armin Rigo 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 --- a/rpython/jit/codewriter/longlon

[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 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 b/rpython/jit/backend/x86/test/test_ztranslation_basic.py ---

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

2013-09-21 Thread arigo
Author: Armin Rigo 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 b/rpython/rlib/test/test_runicode.py --- a/rpython/

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

2013-07-29 Thread arigo
Author: Armin Rigo 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 b/rpython/jit/backend/x86/assembler.py --- a/rp

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

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

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

2013-05-13 Thread fijal
Author: Maciej Fijalkowski 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 b/rpython/translator/c/gcc/t

[pypy-commit] pypy default: fix the test

2013-04-03 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/tool/jitlogparser

[pypy-commit] pypy default: fix the test

2013-03-18 Thread fijal
Author: Maciej Fijalkowski 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 +++ b/pypy/doc/whatsne

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

2013-02-16 Thread bdkearns
Author: Brian Kearns 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 b/pypy/module/__pypy__/test/test_signal.py

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

2013-02-15 Thread fijal
Author: Maciej Fijalkowski 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 --- a/rpython/rlib/tes

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

2012-11-13 Thread arigo
Author: Armin Rigo 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 b/pypy/module/micronumpy/test/test_complex.py --

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

2012-10-28 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/metainterp/test/test_lis

[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 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 a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit

[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 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 b/lib-python/2.7/t

[pypy-commit] pypy default: fix the test

2012-08-09 Thread fijal
Author: Maciej Fijalkowski 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 b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit

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

2012-07-19 Thread fijal
Author: Maciej Fijalkowski 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 b/pypy/jit/backend/x86/test/test_ztranslation.py ---

[pypy-commit] pypy default: fix the test

2012-07-19 Thread fijal
Author: Maciej Fijalkowski 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 +++ b/pypy/doc/whatsne

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

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

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

2012-06-03 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/backend/test/runner_test.p

[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 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 if you

[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 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 a/pypy/module/pypyjit/tes

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

2012-03-02 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/metainterp/test/te

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

2012-01-22 Thread arigo
Author: Armin Rigo 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 --- a/pypy/module/pypyjit

[pypy-commit] pypy default: fix the test

2012-01-12 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/jit/m

[pypy-commit] pypy default: fix the test

2011-12-27 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/jit/backend/x86

[pypy-commit] pypy default: fix the test

2011-12-27 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/jit/metainterp/

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

2011-12-26 Thread arigo
Author: Armin Rigo 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 +++ b/pypy/translator/g

[pypy-commit] pypy default: Fix the test to again test what it was intended to test. It curently fails

2011-12-23 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r50828:27228df2fb9a Date: 2011-12-23 11:04 +0100 http://bitbucket.org/pypy/pypy/changeset/27228df2fb9a/ Log:Fix the test to again test what it was intended to test. It curently fails diff --git a/pypy/jit/backend/x86/test/test_runner.py b/pypy/

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

2011-12-05 Thread arigo
Author: Armin Rigo 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 +++ b/pypy/jit/me

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

2011-11-29 Thread arigo
Author: Armin Rigo 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 --- a/pypy/jit/codewriter/effectinfo.py +++ b/p

[pypy-commit] pypy default: fix the test

2011-11-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49945:0f011382b9bc Date: 2011-11-29 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/0f011382b9bc/ Log:fix the test diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micron

[pypy-commit] pypy default: fix the test

2011-11-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r49543:a12c7868cd94 Date: 2011-11-19 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/a12c7868cd94/ Log:fix the test diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pypy/jit

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

2011-10-17 Thread arigo
Author: Armin Rigo 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 a/pypy/jit/metainterp/graphpage.py b/pypy/jit

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

2011-10-16 Thread arigo
Author: Armin Rigo 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 a/pypy/module/sys/test/test_sysmodule.py b/pypy/mod

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

2011-10-15 Thread arigo
Author: Armin Rigo 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 a/pypy/rlib/test/test_jit.py b/pypy

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

2011-08-21 Thread arigo
Author: Armin Rigo 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 a/pypy/jit/codewriter/jtransf

[pypy-commit] pypy default: fix the test

2011-08-02 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/jit/backend/x86

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

2011-08-01 Thread arigo
Author: Armin Rigo 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 b/lib-python/modified-2.7/test/test_

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

2011-07-30 Thread arigo
Author: Armin Rigo 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 that needs

[pypy-commit] pypy default: fix the test, thanks justin

2011-07-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45853:9b2cf174334c Date: 2011-07-22 01:05 +0200 http://bitbucket.org/pypy/pypy/changeset/9b2cf174334c/ Log:fix the test, thanks justin diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py ---

[pypy-commit] pypy default: fix the test

2011-07-21 Thread fijal
Author: Maciej Fijalkowski 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 --- a/pypy/jit/metainterp/test/t

[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 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 using the new

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

2011-07-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r45547:85d2142b7446 Date: 2011-07-13 14:29 +0200 http://bitbucket.org/pypy/pypy/changeset/85d2142b7446/ Log:Fix the test on 32-bit. diff --git a/pypy/jit/backend/x86/test/test_regloc.py b/pypy/jit/backend/x86/test/test_regloc.py --- a/pypy/jit/backend/

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

2011-06-27 Thread arigo
Author: Armin Rigo 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 +++ b/pypy/jit/ba

[pypy-commit] pypy default: fix the test

2011-06-06 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44735:b31644e85091 Date: 2011-06-06 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/b31644e85091/ Log:fix the test diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py --- a/pypy/m

[pypy-commit] pypy default: fix the test, now that we switched to frozenlist

2011-05-17 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r44229:4984eac57425 Date: 2011-05-17 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/4984eac57425/ Log:fix the test, now that we switched to frozenlist diff --git a/pypy/jit/metainterp/test/test_resoperation.py b/pypy/jit/metainterp/test/test_re

[pypy-commit] pypy default: Fix the test by properly calling CODEC_INIT.

2011-05-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r44107:1a382602c9d6 Date: 2011-05-12 16:46 +0200 http://bitbucket.org/pypy/pypy/changeset/1a382602c9d6/ Log:Fix the test by properly calling CODEC_INIT. diff --git a/pypy/translator/c/src/cjkcodecs/cjkcodecs.h b/pypy/translator/c/src/cjkcodecs/cjkcodec