[pypy-commit] pypy default: merge expose-gc-time:

2018-11-30 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95390:c8b8ee6787e9 Date: 2018-11-30 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/c8b8ee6787e9/ Log:merge expose-gc-time: expose the total time spent in the GC, also switch to using seconds in the GC hooks diff

[pypy-commit] pypy default: fix test

2018-11-30 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95389:a2d417aec82f Date: 2018-11-30 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/a2d417aec82f/ Log:fix test diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/test_standalone.py ---

[pypy-commit] pypy default: Skip the test as showing an unrelated and maybe not fatal problem.

2018-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r95388:6ee30aff8e5c Date: 2018-11-30 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/6ee30aff8e5c/ Log:Skip the test as showing an unrelated and maybe not fatal problem. Add a new test that really shows the problem, unless I'm confused