From: LLVM Packaging Team Date: Thu, 28 Oct 2021 14:45:49 +0000 (+0100) Subject: disable-display-PASS-UNSUPPORTED-XFAIL X-Git-Tag: archive/raspbian/1%12.0.1-16+rpi1~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=84f5549eff0b3e88aa21dac5a06a702d1d8ab6c0;p=llvm-toolchain-12.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 93fc104a58..31a9f153d2 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: