aigeano / pympler

Automatically exported from code.google.com/p/pympler
Apache License 2.0
0 stars 0 forks source link

Test failure Windows 7 64bit with ActivePython 2.7 #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

> python2.7 setup.py try

What is the expected output? What do you see instead?

FAIL: test_snapshot_members (tracker.test_classtracker.SnapshotTestCase)
Test existence and value of snapshot members.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Users\ludwig\Projects\pympler\test\tracker\test_classtracker.py", line 195, in test_snapshot_members
    self.assert_(fp.system_total.vsz >= fp.system_total.rss)
AssertionError: False is not true

Please use labels and text to provide additional information.

Original issue reported on code.google.com by lhae...@gmail.com on 30 Jul 2011 at 12:56

GoogleCodeExporter commented 9 years ago

Original comment by lhae...@gmail.com on 30 Jul 2011 at 5:42