From: LLVM Packaging Team Date: Sun, 12 Mar 2017 08:49:18 +0000 (+0000) Subject: disable-display-PASS-UNSUPPORTED-XFAIL X-Git-Tag: archive/raspbian/1%3.8.1-18+rpi1^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=14958fa8bbcebfe0e941e5a2b2b157fc2845c01d;p=llvm-toolchain-3.8.git disable-display-PASS-UNSUPPORTED-XFAIL =================================================================== Gbp-Pq: Name disable-display-PASS-UNSUPPORTED-XFAIL.diff --- diff --git a/lldb/third_party/Python/module/unittest2/unittest2/runner.py b/lldb/third_party/Python/module/unittest2/unittest2/runner.py index db0f89d2..74eaee0a 100644 --- a/lldb/third_party/Python/module/unittest2/unittest2/runner.py +++ b/lldb/third_party/Python/module/unittest2/unittest2/runner.py @@ -171,9 +171,9 @@ class TextTestRunner(unittest.TextTestRunner): if hasattr(result, 'separator2'): self.stream.writeln(result.separator2) run = result.testsRun - self.stream.writeln("Ran %d test%s in %.3fs" % - (run, run != 1 and "s" or "", timeTaken)) - self.stream.writeln() +# self.stream.writeln("Ran %d test%s in %.3fs" % +# (run, run != 1 and "s" or "", timeTaken)) +# self.stream.writeln() expectedFails = unexpectedSuccesses = skipped = passed = failed = errored = 0 try: