[Lldb-commits] [PATCH] D19288: test infra: move test event-related handling into its own package
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 19 15:04:01 PDT 2016
tfiala created this revision.
tfiala added reviewers: labath, zturner.
tfiala added a subscriber: lldb-commits.
This change moves all the test event handling and its related ResultsFormatter classes out of the packages/Python/lldbsuite/test dir into a packages/Python/lldbsuite/test_event package. Formatters are moved into a sub-package under that.
I am limiting the scope of this change to just the motion and a few minor issues caught by a static Python checker (e.g. removing unused import statements).
This is a pre-step for adding package-level tests to the test event system. I also intend to simplify test event results formatter selection after I make sure this doesn't break anybody.
http://reviews.llvm.org/D19288
Files:
packages/Python/lldbsuite/test/curses_results.py
packages/Python/lldbsuite/test/decorators.py
packages/Python/lldbsuite/test/dosep.py
packages/Python/lldbsuite/test/dotest.py
packages/Python/lldbsuite/test/dotest_channels.py
packages/Python/lldbsuite/test/lldbtest.py
packages/Python/lldbsuite/test/result_formatter.py
packages/Python/lldbsuite/test/test_result.py
packages/Python/lldbsuite/test/xunit_formatter.py
packages/Python/lldbsuite/test_event/__init__.py
packages/Python/lldbsuite/test_event/dotest_channels.py
packages/Python/lldbsuite/test_event/event_builder.py
packages/Python/lldbsuite/test_event/formatter/__init__.py
packages/Python/lldbsuite/test_event/formatter/curses.py
packages/Python/lldbsuite/test_event/formatter/dump_formatter.py
packages/Python/lldbsuite/test_event/formatter/pickled.py
packages/Python/lldbsuite/test_event/formatter/results_formatter.py
packages/Python/lldbsuite/test_event/formatter/xunit.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19288.54268.patch
Type: text/x-patch
Size: 206893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160419/c21c3174/attachment-0001.bin>
More information about the lldb-commits
mailing list