[pypy-commit] pypy default: add a failing test for s390x

2016-11-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r88139:92c57b09e8b5 Date: 2016-11-04 18:57 +0100 http://bitbucket.org/pypy/pypy/changeset/92c57b09e8b5/ Log:add a failing test for s390x diff --git a/rpython/jit/backend/zarch/vector_ext.py b/rpython/jit/backend/zarch/vector_ext.py --- a/rpython/

[pypy-commit] pypy default: add a failing test

2013-11-22 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r68283:a3c3b75a7f2b Date: 2013-11-22 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/a3c3b75a7f2b/ Log:add a failing test diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test/test_ndarrayobject.py --- a/pypy/modul

[pypy-commit] pypy default: Add a failing test for the rint ufunc

2013-08-20 Thread rguillebert
Author: Romain Guillebert Branch: Changeset: r66271:a643b3face13 Date: 2013-08-21 03:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a643b3face13/ Log:Add a failing test for the rint ufunc diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.p

[pypy-commit] pypy default: Add a failing test

2013-04-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r63047:a163d0d435d5 Date: 2013-04-05 11:57 +0200 http://bitbucket.org/pypy/pypy/changeset/a163d0d435d5/ Log:Add a failing test diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -218,7 +218,

[pypy-commit] pypy default: add a failing test, so we dont forget

2012-05-29 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r55205:fa5c10146857 Date: 2012-05-29 18:50 +0200 http://bitbucket.org/pypy/pypy/changeset/fa5c10146857/ Log:add a failing test, so we dont forget diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numar

[pypy-commit] pypy default: Add a failing test.

2012-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r52511:51c1f7757f0d Date: 2012-02-15 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/51c1f7757f0d/ Log:Add a failing test. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runner_

[pypy-commit] pypy default: Add a failing test for fixedview() on a list of floats

2011-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r50295:15d89540a5c3 Date: 2011-12-08 11:07 + http://bitbucket.org/pypy/pypy/changeset/15d89540a5c3/ Log:Add a failing test for fixedview() on a list of floats that expands to too much stuff for now. diff --git a/pypy/jit/codewriter/codewrite

[pypy-commit] pypy default: Add a failing test.

2011-12-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r50174:0d1f6b514b53 Date: 2011-12-05 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0d1f6b514b53/ Log:Add a failing test. diff --git a/pypy/jit/metainterp/test/test_recursive.py b/pypy/jit/metainterp/test/test_recursive.py --- a/pypy/jit/metainte

[pypy-commit] pypy default: Add a failing test.

2011-10-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r48116:0b99a4b937e0 Date: 2011-10-17 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/0b99a4b937e0/ Log:Add a failing test. diff --git a/pypy/jit/metainterp/test/test_quasiimmut.py b/pypy/jit/metainterp/test/test_quasiimmut.py --- a/pypy/jit/metain

[pypy-commit] pypy default: add a failing test

2011-07-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45830:f653dfeacbc6 Date: 2011-07-21 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/f653dfeacbc6/ Log:add a failing test diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp/

[pypy-commit] pypy default: Add a failing test.

2011-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r45146:521fbd1aef45 Date: 2011-06-27 19:42 +0200 http://bitbucket.org/pypy/pypy/changeset/521fbd1aef45/ Log:Add a failing test. diff --git a/pypy/jit/backend/x86/test/test_runner.py b/pypy/jit/backend/x86/test/test_runner.py --- a/pypy/jit/backend/x86/