#6142 closed (worksforme)
trunk does not pass tests
Reported by: | mariarchi | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Keywords: | tests | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Newest checkout of the trunk - 6897 fails a lot of tests.
http://dpaste.com/27024/ - that's part of the traceback.
Change History (2)
comment:1 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Just to confirm same thing for me. Everything is fine except for the cache test.
Note:
See TracTickets
for help on using tickets.
Works for me, excepting one cache test failure that I believe is covered by #6131:
Are you sure you have r6897? The very top of the dpaste is showing old code, but that also doesn't look like test case output so I'm confused by it. But the line number reported for the "raise self.failureException(self.format_failure(new.getvalue()))" in _doctest.py also does not match up. That code is at line 2180 as of r6851, not line 2169 as reported in the dpaste. 2169 is where it was prior to r6851.