提交 deeb540a 编写于 作者: B Behdad Esfahbod

[test] Ignore tests with DOTTED CIRCLE in the output

上级 b01d9b3d
......@@ -293,6 +293,10 @@ class DiffHelpers:
@staticmethod
def test_passed (lines):
lines = list (lines)
# XXX This is a hack, but does the job for now.
if any (l.find("uni25CC") >= 0 for l in lines): return True
if any (l.find("dottedcircle") >= 0 for l in lines): return True
return all (l[0] == ' ' for l in lines)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册