google-code-export / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

test_get_ext_memory_info() failure on OS X 10.8.4 #398

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
    ======================================================================
    FAIL: test_get_ext_memory_info (proc=psutil.Process(pid=45, name='fseventsd'), ret=meminfo(rss=8351744L, vms=2654044160L, pfaults=5896286208, pageins=4071424)))
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "test/test_psutil.py", line 1937, in test_fetch_all
        meth(ret)
      File "test/test_psutil.py", line 2049, in get_ext_memory_info
        assert ret.vms > value, ret
    AssertionError: meminfo(rss=8351744L, vms=2654044160L, pfaults=5896286208, pageins=4071424)

Original issue reported on code.google.com by jlo...@gmail.com on 18 Jun 2013 at 12:44