[pypy-commit] pypy default: Fix these tests to actually run the optimizations.

2014-01-23 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r68864:b4f8189e6b0b Date: 2014-01-23 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b4f8189e6b0b/ Log:Fix these tests to actually run the optimizations. diff --git a/rpython/translator/c/test/test_backendoptimized.py b/rpython/translator/c/test/

[pypy-commit] pypy default: fix these tests

2013-01-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r60393:90e9534b0602 Date: 2013-01-23 13:55 -0600 http://bitbucket.org/pypy/pypy/changeset/90e9534b0602/ Log:fix these tests diff --git a/rpython/rlib/unicodedata/test/test_unicodedata.py b/rpython/rlib/unicodedata/test/test_unicodedata.py --- a/rpytho

[pypy-commit] pypy default: Fix these tests

2012-12-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r59214:892ba424789f Date: 2012-12-02 09:25 -0800 http://bitbucket.org/pypy/pypy/changeset/892ba424789f/ Log:Fix these tests diff --git a/pypy/rpython/memory/gctransform/test/test_framework.py b/pypy/rpython/memory/gctransform/test/test_framework.py ---

[pypy-commit] pypy default: Fix these tests too by forcing them to run with the old value

2012-09-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r57547:4897f95b3103 Date: 2012-09-25 09:52 +0200 http://bitbucket.org/pypy/pypy/changeset/4897f95b3103/ Log:Fix these tests too by forcing them to run with the old value 'max_unroll_loops=5'. diff --git a/pypy/jit/metainterp/test/test_send.py b

[pypy-commit] pypy default: fix these tests, assertRaises deosn't eval like py.test.raises

2011-10-14 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r48063:3ea73d1d6fb1 Date: 2011-10-14 13:33 -0400 http://bitbucket.org/pypy/pypy/changeset/3ea73d1d6fb1/ Log:fix these tests, assertRaises deosn't eval like py.test.raises diff --git a/lib-python/modified-2.7/test/test_array.py b/lib-python/modified-2.

[pypy-commit] pypy default: fix these tests, the resop int_mod returns a negative value for mixed operand signs.

2011-08-04 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r46276:b93fffded57b Date: 2011-08-04 10:54 -0700 http://bitbucket.org/pypy/pypy/changeset/b93fffded57b/ Log:fix these tests, the resop int_mod returns a negative value for mixed operand signs. diff --git a/pypy/jit/metainterp/optimizeopt/intbou