From 6db9a3bd2e07b2d06db731764223016e8cee94e3 Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 27 Jan 2008 22:33:30 +0100 Subject: [PATCH] [svn r51087] add a note that skip-reporting is broken after the branch-merge --HG-- branch : trunk --- py/test/reporter.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/py/test/reporter.py b/py/test/reporter.py index f47d27d98..ba73c416c 100644 --- a/py/test/reporter.py +++ b/py/test/reporter.py @@ -221,6 +221,9 @@ class AbstractReporter(object): return host.hostid def skips(self): + # XXX review and test below, fix too many lines of + # skips that happen in the same file/lineno + # (this is correct in py-dist) texts = {} for event in self.skipped_tests_outcome: colitem = event.item