[pypy-commit] pypy fast-slowpath: Fix this test for cond_call

2013-07-28 Thread arigo
Author: Armin Rigo Branch: fast-slowpath Changeset: r65745:e8646d8bfe61 Date: 2013-07-28 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/e8646d8bfe61/ Log:Fix this test for cond_call diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b/pypy/module/pypyjit/test_pypy_c/test_call.p

[pypy-commit] pypy fast-slowpath: "Fix" this test.

2013-07-27 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65702:ccb3ce114fc2 Date: 2013-07-27 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/ccb3ce114fc2/ Log:"Fix" this test. diff --git a/rpython/translator/backendopt/test/test_all.py b/rpython/translator/backendopt/test/test_all.

[pypy-commit] pypy fast-slowpath: fix this test

2013-07-25 Thread fijal
Author: Maciej Fijalkowski Branch: fast-slowpath Changeset: r65637:a040b8053e49 Date: 2013-07-25 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/a040b8053e49/ Log:fix this test diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/