Opened 14 years ago
Closed 14 years ago
#529 closed defect (invalid)
leak_mset_items test fails for Python bindings on Windows
Reported by: | Charlie Hull | Owned by: | Richard Boulton |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Xapian-bindings (Python) | Version: | SVN trunk |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | Microsoft Windows |
Description (last modified by )
Running test: leak_mset_items... FAILED pythontest2.py:1521:Expected equality: got 7731, expected 7732 1519 gc.collect() 1520 ->1521 expect(object_count, len(gc.get_objects())) 1522 1523 def test_custom_matchspy():
Change History (7)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
jbergstroem: Thanks, that sounds like it could well be related.
charliejuggler: What Python version is that with?
comment:4 by , 14 years ago
So not specific to Python 2.7 then.
Not sure what to do, other than disable this testcase, which seems a shame. Richard: Any thoughts?
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Due to not having an up-to-date modern/xapian_wrap.cc - updated this from a snapshot and all tests pass, so closing this bug.
comment:6 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 by , 14 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
Changing resolution to invalid, since this wasn't a bug in Xapian.
Note:
See TracTickets
for help on using tickets.
Perhaps related (and therefore not limited to windows)? https://bugs.gentoo.org/show_bug.cgi?id=349484