anfedorov / psutil

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

test_vmem_active() failure on OS X 10.8.4 #401

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
======================================================================
FAIL: test_vmem_active (_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 110, in test_vmem_active
    self.assertAlmostEqual(psutil.virtual_memory().active, num, TOLERANCE)
AssertionError: 2789736448L != 2790035456 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