[pypy-commit] pypy py3.3: Fix test so that the truncate() call actually fails

2016-02-26 Thread rlamy
Author: Ronan Lamy Branch: py3.3 Changeset: r82565:2d2859fe2901 Date: 2016-02-26 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/2d2859fe2901/ Log:Fix test so that the truncate() call actually fails diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2

[pypy-commit] pypy py3.3: Fix test by pleasing sanity check.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82335:99af7e9c0c5f Date: 2016-02-19 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/99af7e9c0c5f/ Log:Fix test by pleasing sanity check. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/modu

[pypy-commit] pypy py3.3: Fix test by inserting sys.meta_path hook at the beginning.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82269:3495c617f6d0 Date: 2016-02-15 17:16 +0100 http://bitbucket.org/pypy/pypy/changeset/3495c617f6d0/ Log:Fix test by inserting sys.meta_path hook at the beginning. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_i

[pypy-commit] pypy py3.3: Fix test by checking for correct behaviour.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82270:0a7d0c775a46 Date: 2016-02-15 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/0a7d0c775a46/ Log:Fix test by checking for correct behaviour. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/

[pypy-commit] pypy py3.3: Fix test to check for DeprecationWarning instead of PendingDeprecationWarning.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78590:2293d8db2159 Date: 2015-07-17 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2293d8db2159/ Log:Fix test to check for DeprecationWarning instead of PendingDeprecationWarning. diff --git a/pypy/objspace/std/test/test_newformat.

[pypy-commit] pypy py3.3: Fix test.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78589:5d8ec598c9cd Date: 2015-07-17 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/5d8ec598c9cd/ Log:Fix test. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/test

[pypy-commit] pypy py3.3: Fix test because repr of a class defined inside a function changed.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78586:7305d753afde Date: 2015-07-17 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7305d753afde/ Log:Fix test because repr of a class defined inside a function changed. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspac

[pypy-commit] pypy py3.3: Fix test, like in py3k branch

2014-12-30 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r75164:a03e2a0dd546 Date: 2014-12-30 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/a03e2a0dd546/ Log:Fix test, like in py3k branch diff --git a/lib-python/3/test/test_fileio.py b/lib-python/3/test/test_fileio.py --- a/lib-python/3/