From: LLVM Packaging Team Date: Mon, 20 Jan 2020 09:26:04 +0000 (+0000) Subject: disable-display-PASS-UNSUPPORTED-XFAIL X-Git-Tag: archive/raspbian/1%6.0.1-12+rpi1^2~59 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8538ef01f215a3a12d4e2fb9bafd0e36f4e2484b;p=llvm-toolchain-6.0.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 93fc104a..31a9f153 100644 --- a/lldb/third_party/Python/module/unittest2/unittest2/runner.py +++ b/lldb/third_party/Python/module/unittest2/unittest2/runner.py @@ -174,9 +174,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: