[pypy-commit] pypy guard-compatible: fix test

2016-05-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r84625:20d460c0b039 Date: 2016-05-23 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/20d460c0b039/ Log:fix test diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainter

[pypy-commit] pypy guard-compatible: fix test

2016-03-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: guard-compatible Changeset: r83189:6874376877b6 Date: 2016-03-20 13:12 +0100 http://bitbucket.org/pypy/pypy/changeset/6874376877b6/ Log:fix test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_compatible.py b/rpython/jit/metainterp/optimizeopt/t

[pypy-commit] pypy guard-compatible: fix test

2016-03-14 Thread arigo
Author: Armin Rigo Branch: guard-compatible Changeset: r83033:a4bd899899fc Date: 2016-03-14 11:38 +0100 http://bitbucket.org/pypy/pypy/changeset/a4bd899899fc/ Log:fix test diff --git a/rpython/jit/backend/x86/test/test_assembler.py b/rpython/jit/backend/x86/test/test_assembler.py --- a/rpyt