[pypy-commit] pypy default: Add tests for tb_next.

2015-10-14 Thread devin . jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r80201:954e1682cf0d Date: 2015-10-12 02:04 -0700 http://bitbucket.org/pypy/pypy/changeset/954e1682cf0d/ Log:Add tests for tb_next. diff --git a/pypy/module/cpyext/test/test_traceback.py b/pypy/module/cpyext/test/test_traceback.py --- a/pypy/modul

[pypy-commit] pypy default: Add tests for 341027e99d33.

2014-12-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r74995:41c42127ea0c Date: 2014-12-17 17:57 + http://bitbucket.org/pypy/pypy/changeset/41c42127ea0c/ Log:Add tests for 341027e99d33. diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/test

[pypy-commit] pypy default: add tests to prove issue 1713 and issue 1673

2014-05-28 Thread wenzhuman
Author: wenzhuman Branch: Changeset: r71757:5d13e1a985f6 Date: 2014-03-19 22:19 -0400 http://bitbucket.org/pypy/pypy/changeset/5d13e1a985f6/ Log:add tests to prove issue 1713 and issue 1673 diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module

[pypy-commit] pypy default: Add tests

2014-02-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r69096:4d5c3e138c63 Date: 2014-02-08 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/4d5c3e138c63/ Log:Add tests diff --git a/rpython/jit/metainterp/test/test_history.py b/rpython/jit/metainterp/test/test_history.py --- a/rpython/jit/metainterp/te

[pypy-commit] pypy default: add tests

2013-10-14 Thread mattip
Author: Matti Picus Branch: Changeset: r67367:ed63cc82bf1b Date: 2013-10-14 07:03 +0300 http://bitbucket.org/pypy/pypy/changeset/ed63cc82bf1b/ Log:add tests diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module/micronumpy/tes

[pypy-commit] pypy default: add tests for edgecases of longlong bitfields that fail on 32bit

2013-06-19 Thread bivab
Author: David Schneider Branch: Changeset: r64938:82cd3868d29c Date: 2013-06-18 04:00 -0500 http://bitbucket.org/pypy/pypy/changeset/82cd3868d29c/ Log:add tests for edgecases of longlong bitfields that fail on 32bit diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_bitfields.py b/py

[pypy-commit] pypy default: add tests for the instructions generated by _{push, pop}_all_regs_{to, from}_jitframe

2013-05-20 Thread bivab
Author: David Schneider Branch: Changeset: r64367:d2e5c70de403 Date: 2013-05-20 11:27 -0500 http://bitbucket.org/pypy/pypy/changeset/d2e5c70de403/ Log:add tests for the instructions generated by _{push,pop}_all_regs_{to,from}_jitframe diff --git a/rpython/jit/backend/arm/test/test_p

[pypy-commit] pypy default: add tests for vldm and vstm

2013-05-02 Thread bivab
Author: David Schneider Branch: Changeset: r63799:8cc8ee5b0f01 Date: 2013-05-02 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/8cc8ee5b0f01/ Log:add tests for vldm and vstm diff --git a/rpython/jit/backend/arm/test/test_assembler.py b/rpython/jit/backend/arm/test/test_assembler.py --

[pypy-commit] pypy default: add tests that expose crashes

2013-04-04 Thread mattip
Author: Matti Picus Branch: Changeset: r63015:8ac3a0de8854 Date: 2013-04-04 19:21 +0300 http://bitbucket.org/pypy/pypy/changeset/8ac3a0de8854/ Log:add tests that expose crashes diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/py

[pypy-commit] pypy default: Add tests for the previous commit

2012-09-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r57312:f07eec99afa5 Date: 2012-09-13 01:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f07eec99afa5/ Log:Add tests for the previous commit diff --git a/pypy/rlib/test/test_streamio.py b/pypy/rlib/test/test_streamio.py --- a/pypy/rlib/test/t

[pypy-commit] pypy default: Add tests, and write the missing corners (non-translated casts

2012-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r54782:3260900bdd46 Date: 2012-04-28 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3260900bdd46/ Log:Add tests, and write the missing corners (non-translated casts from/to None) diff --git a/pypy/rpython/annlowlevel.py b/pypy/rpython/annl

[pypy-commit] pypy default: Add tests for unicodeobjects against is* methods.

2012-03-14 Thread aliles
Author: aliles Branch: Changeset: r53538:607f5b904425 Date: 2012-03-13 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/607f5b904425/ Log:Add tests for unicodeobjects against is* methods. diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobje

[pypy-commit] pypy default: Add tests for two special cases of "MOV" in INSN().

2011-11-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r48678:5478d1f631fa Date: 2011-11-03 08:36 +0100 http://bitbucket.org/pypy/pypy/changeset/5478d1f631fa/ Log:Add tests for two special cases of "MOV" in INSN(). diff --git a/pypy/jit/backend/x86/regloc.py b/pypy/jit/backend/x86/regloc.py --- a/pypy/jit/b

[pypy-commit] pypy default: Add tests for the numpy target and fix it

2011-06-10 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r44877:bb28deeb33f5 Date: 2011-06-10 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/bb28deeb33f5/ Log:Add tests for the numpy target and fix it diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py new file mo