adding three x-failing tests for issue88, issue93 and related issues

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-05-14 12:02:43 +02:00
parent 169d8d1e54
commit 91880ffc19
2 changed files with 51 additions and 0 deletions

View File

@@ -167,3 +167,12 @@ objects containing global state. Often using them is not
neccessary. This is about trying to get rid of them, i.e.
deprecating them and checking with PyPy's usages as well
as others.
remove deprecated bits in collect.py
-------------------------------------------------------------------
tags: feature 1.4
In an effort to further simplify code, review and remove deprecated bits
in collect.py. Probably good:
- inline consider_file/dir methods, no need to have them
subclass-overridable because of hooks