[Lldb-commits] [PATCH] D66811: [dotest] Remove results port
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 27 10:40:01 PDT 2019
JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
Herald added a subscriber: abidh.
Herald added a project: LLDB.
The results port was used by `dosep` to deal with test results coming form different processes. With dosep gone, I don't think we need this any longer.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D66811
Files:
lldb/packages/Python/lldbsuite/test/configuration.py
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/packages/Python/lldbsuite/test/dotest_args.py
lldb/packages/Python/lldbsuite/test_event/formatter/__init__.py
lldb/packages/Python/lldbsuite/test_event/formatter/curses.py
lldb/packages/Python/lldbsuite/test_event/formatter/pickled.py
lldb/packages/Python/lldbsuite/test_event/formatter/results_formatter.py
lldb/packages/Python/lldbsuite/test_event/formatter/xunit.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66811.217433.patch
Type: text/x-patch
Size: 9064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190827/5c1afa91/attachment.bin>
More information about the lldb-commits
mailing list