pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_read_timestamp
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x000001dca3b365d0>
def test_debug_read_timestamp(self):
from __pypy__ import debug_read_timestamp
a = debug_read_timestamp()
b = debug_read_timestamp()
> assert b > a
E (application-level) AssertionError: assert 889571091126499968 > 889571091126499968
[d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\pypy\module\__pypy__\test\test_debug.py:52]:5: AssertionError
builder: own-win-x86-64 build #2229
test: pypy/module/__pypy__/test/test_debug/py/AppTestDebug/()/test_debug_read_timestamp