[pypy-commit] pypy default: failing test ' ' + np.string_('abc') should not call np.string_.__radd__

2017-08-27 Thread mattip
Author: Matti Picus Branch: Changeset: r92269:fc115074c233 Date: 2017-08-27 19:20 +0300 http://bitbucket.org/pypy/pypy/changeset/fc115074c233/ Log:failing test ' ' + np.string_('abc') should not call np.string_.__radd__ diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pyp

[pypy-commit] pypy default: Failing test

2015-05-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r77165:078cf2a4aa22 Date: 2015-05-06 19:41 +0200 http://bitbucket.org/pypy/pypy/changeset/078cf2a4aa22/ Log:Failing test diff --git a/rpython/jit/metainterp/test/test_virtualizable.py b/rpython/jit/metainterp/test/test_virtualizable.py --- a/rpython/ji

[pypy-commit] pypy default: Failing test

2015-03-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r76597:03b673428d67 Date: 2015-03-27 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/03b673428d67/ Log:Failing test diff --git a/pypy/module/pypyjit/test_pypy_c/test_00_model.py b/pypy/module/pypyjit/test_pypy_c/test_00_model.py --- a/pypy/module/

[pypy-commit] pypy default: Failing test: untranslated, we get a string index out of range.

2014-09-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r73712:19252e1566a1 Date: 2014-09-26 08:55 +0200 http://bitbucket.org/pypy/pypy/changeset/19252e1566a1/ Log:Failing test: untranslated, we get a string index out of range. Translated, it mostly works, because the string happens to be padded

[pypy-commit] pypy default: Failing test for issue1743

2014-04-26 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71007:a726eef8da83 Date: 2014-04-26 11:57 -0700 http://bitbucket.org/pypy/pypy/changeset/a726eef8da83/ Log:Failing test for issue1743 diff --git a/pypy/module/test_lib_pypy/test_greenlet.py b/pypy/module/test_lib_pypy/test_greenlet.py --- a/pypy/modu

[pypy-commit] pypy default: failing test

2014-03-14 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r69954:f51b42dd2ed4 Date: 2014-03-14 15:14 +0100 http://bitbucket.org/pypy/pypy/changeset/f51b42dd2ed4/ Log:failing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/test/test_optimizeb

[pypy-commit] pypy default: failing test for hash of record dtypes

2014-02-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69317:f33ed1c13f41 Date: 2014-02-23 18:14 -0500 http://bitbucket.org/pypy/pypy/changeset/f33ed1c13f41/ Log:failing test for hash of record dtypes diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --

[pypy-commit] pypy default: failing test

2013-08-15 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r66162:6e2656749ce4 Date: 2013-08-15 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/6e2656749ce4/ Log:failing test diff --git a/pypy/module/array/test/test_array.py b/pypy/module/array/test/test_array.py --- a/pypy/module/array/test/test_array.py

[pypy-commit] pypy default: failing test - SliceArray has no astype

2013-02-08 Thread mattip
Author: Matti Picus Branch: Changeset: r60961:18f31c26605b Date: 2013-02-08 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/18f31c26605b/ Log:failing test - SliceArray has no astype diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.p

[pypy-commit] pypy default: failing test

2013-01-05 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59716:9b6da2d2d5c6 Date: 2013-01-05 12:16 +0200 http://bitbucket.org/pypy/pypy/changeset/9b6da2d2d5c6/ Log:failing test diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test_ajit.py --- a/pypy/jit/metainterp/test/t

[pypy-commit] pypy default: Failing test. With OptRewrite disabled, the resulting trace might contain

2012-05-08 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54966:eefc3ac79e9f Date: 2012-05-08 19:44 +0200 http://bitbucket.org/pypy/pypy/changeset/eefc3ac79e9f/ Log:Failing test. With OptRewrite disabled, the resulting trace might contain guard_false(0) which makes the x86 backend crash as there is

[pypy-commit] pypy default: failing test for 667dc968eea6 (plus some)

2012-05-08 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r54961:3171339b6d63 Date: 2012-05-08 17:03 +0200 http://bitbucket.org/pypy/pypy/changeset/3171339b6d63/ Log:failing test for 667dc968eea6 (plus some) diff --git a/pypy/jit/metainterp/test/test_loop_unroll.py b/pypy/jit/metainterp/test/test_loop_unroll.

[pypy-commit] pypy default: Failing test for an elidable function with arguments that become pure as a result of the vstring optimization.

2012-04-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r54723:dd34d145d841 Date: 2012-04-24 10:11 -0400 http://bitbucket.org/pypy/pypy/changeset/dd34d145d841/ Log:Failing test for an elidable function with arguments that become pure as a result of the vstring optimization. diff --git a/pypy/jit/met

[pypy-commit] pypy default: failing test

2012-02-28 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r52998:53bddc9e650a Date: 2012-02-28 19:21 +0100 http://bitbucket.org/pypy/pypy/changeset/53bddc9e650a/ Log:failing test diff --git a/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py b/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py ---

[pypy-commit] pypy default: Failing test where i73 is assigned twice in the optimized trace.

2012-02-27 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r52957:9a45d7852b5b Date: 2012-02-28 08:15 +0100 http://bitbucket.org/pypy/pypy/changeset/9a45d7852b5b/ Log:Failing test where i73 is assigned twice in the optimized trace. diff --git a/pypy/jit/metainterp/optimizeopt/test/test_multilabel.py b/pypy/jit

[pypy-commit] pypy default: Failing test for issue 1048 and a passing test of a similar situation not invalving labels

2012-02-16 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r52576:80d15a9a3932 Date: 2012-02-17 07:59 +0100 http://bitbucket.org/pypy/pypy/changeset/80d15a9a3932/ Log:Failing test for issue 1048 and a passing test of a similar situation not invalving labels diff --git a/pypy/jit/metainterp/optimizeopt/t

[pypy-commit] pypy default: Failing test for issue 996

2012-01-22 Thread dripton
Author: David Ripton Branch: Changeset: r51679:6141b7352630 Date: 2012-01-22 16:18 -0500 http://bitbucket.org/pypy/pypy/changeset/6141b7352630/ Log:Failing test for issue 996 diff --git a/pypy/module/test_lib_pypy/test_sqlite3.py b/pypy/module/test_lib_pypy/test_sqlite3.py new file mode 10

[pypy-commit] pypy default: failing test

2011-11-02 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r48669:a6f23c0ae3e6 Date: 2011-11-02 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/a6f23c0ae3e6/ Log:failing test diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py b/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py --

[pypy-commit] pypy default: failing test

2011-11-01 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r48652:1dde33279496 Date: 2011-11-01 21:10 -0400 http://bitbucket.org/pypy/pypy/changeset/1dde33279496/ Log:failing test diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator.py --- a/pypy/interpreter/test/test_ge

[pypy-commit] pypy default: failing test in optimizebasic form, if this code is invalid then this test can be removed

2011-10-22 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r48352:6be78cdf609b Date: 2011-10-22 17:24 -0700 http://bitbucket.org/pypy/pypy/changeset/6be78cdf609b/ Log:failing test in optimizebasic form, if this code is invalid then this test can be removed diff --git a/pypy/jit/metainterp/optimizeopt/t

[pypy-commit] pypy default: failing test, now in optizeopt form.

2011-09-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r47580:828612bef579 Date: 2011-09-24 13:33 -0400 http://bitbucket.org/pypy/pypy/changeset/828612bef579/ Log:failing test, now in optizeopt form. diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/pypy/jit/metainterp/optimizeopt/

[pypy-commit] pypy default: Failing test (from an example from Remi_M on irc).

2011-08-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r46947:bc7de5b41f0c Date: 2011-08-31 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/bc7de5b41f0c/ Log:Failing test (from an example from Remi_M on irc). diff --git a/pypy/jit/metainterp/test/test_warmspot.py b/pypy/jit/metainterp/test/test_warmsp

[pypy-commit] pypy default: failing test. unerased pointers make any dereference in the short preamble unsafe

2011-08-05 Thread hakanardo
Author: Hakan Ardo Branch: Changeset: r46285:2ca138be14a7 Date: 2011-08-05 09:40 +0200 http://bitbucket.org/pypy/pypy/changeset/2ca138be14a7/ Log:failing test. unerased pointers make any dereference in the short preamble unsafe diff --git a/pypy/jit/metainterp/test/test_loop.py b/p