[pypy-commit] pypy default: fix failing test, remove tab

2019-10-31 Thread mattip
Author: Matti Picus Branch: Changeset: r97925:d91b02c62beb Date: 2019-11-01 05:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d91b02c62beb/ Log:fix failing test, remove tab diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py --- a/lib_pypy/_curses_build.py +++

[pypy-commit] pypy default: fix failing test, rposix_scandir.has_name_bytes no longer exists

2018-01-14 Thread mattip
Author: Matti Picus Branch: Changeset: r93666:bb18ac9e65d5 Date: 2018-01-14 18:18 +0200 http://bitbucket.org/pypy/pypy/changeset/bb18ac9e65d5/ Log:fix failing test, rposix_scandir.has_name_bytes no longer exists diff --git a/rpython/rlib/test/test_rposix_scandir.py

[pypy-commit] pypy default: fix failing test, which now passes

2017-01-16 Thread mattip
Author: Matti Picus Branch: Changeset: r89620:87475b57a469 Date: 2017-01-16 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/87475b57a469/ Log:fix failing test, which now passes diff --git a/lib-python/2.7/test/test_capi.py b/lib-python/2.7/test/test_capi.py ---

[pypy-commit] pypy default: fix failing test

2013-07-04 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r65182:7617f7f1432c Date: 2013-07-04 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/7617f7f1432c/ Log:fix failing test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py