kiranvizru / psutil

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

test_swapmem_total() failure on OS X 10.8.4 #400

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
======================================================================
FAIL: test_swapmem_total (_osx.OSXSpecificTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/jloden/src/psutil/test/_osx.py", line 141, in test_swapmem_total
    self.assertEqual(tot1, tot2)
AssertionError: 6442450944L != 15032385536

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

GoogleCodeExporter commented 9 years ago
Fixed in revision 9ece704f0982.

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