anfedorov / psutil

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

test_vmem_free() failure on OS X 10.8.4 #402

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
======================================================================
FAIL: test_vmem_free (_osx.OSXSpecificTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jloden/src/psutil/test/test_psutil.py", line 223, in wrapper
    return fun(*args, **kwargs)
  File "/Users/jloden/src/psutil/test/_osx.py", line 105, in test_vmem_free
    self.assertAlmostEqual(psutil.virtual_memory().free, num, TOLERANCE)
AssertionError: 2498625536L != 2402390016 within 512000 places

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

GoogleCodeExporter commented 8 years ago
Fixed in revision 9ece704f0982.

Original comment by g.rodola on 10 Jul 2013 at 2:16