[pypy-commit] pypy default: fix test_pypy_c for iterator changes

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74801:651d67d1059e Date: 2014-12-03 19:27 -0500 http://bitbucket.org/pypy/pypy/changeset/651d67d1059e/ Log:fix test_pypy_c for iterator changes diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_mi

[pypy-commit] pypy default: Fix test_pypy_c/model to be a bit less lenient in matching vars. For

2014-11-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r74657:736da94c7b02 Date: 2014-11-24 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/736da94c7b02/ Log:Fix test_pypy_c/model to be a bit less lenient in matching vars. For example, it doesn't make sense that an expected variable matches

[pypy-commit] pypy default: fix test_pypy_c

2014-10-07 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r73832:a65ca7b61625 Date: 2014-10-07 09:58 +0200 http://bitbucket.org/pypy/pypy/changeset/a65ca7b61625/ Log:fix test_pypy_c diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.py --- a/pypy/mod

[pypy-commit] pypy default: fix test_pypy_c/test_ffi.py

2014-03-17 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70011:3da8cfa97734 Date: 2014-03-17 08:37 -0400 http://bitbucket.org/pypy/pypy/changeset/3da8cfa97734/ Log:fix test_pypy_c/test_ffi.py diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/

[pypy-commit] pypy default: fix test_pypy_c after d026840bbc03

2014-03-16 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r70002:d4e0f726ebc2 Date: 2014-03-16 22:15 -0700 http://bitbucket.org/pypy/pypy/changeset/d4e0f726ebc2/ Log:fix test_pypy_c after d026840bbc03 diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

[pypy-commit] pypy default: Fix test_pypy_c, at least on tannit64.

2013-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r64683:25b2bcefa539 Date: 2013-05-31 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/25b2bcefa539/ Log:Fix test_pypy_c, at least on tannit64. diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/test_pypy_c/test_co

[pypy-commit] pypy default: Fix test_pypy_c.

2011-06-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r45136:ff284eff23fd Date: 2011-06-26 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ff284eff23fd/ Log:Fix test_pypy_c. diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py b/pypy/module/pypyjit/test_pypy_c/test_array.py --- a/pypy/module/py