[Lldb-commits] [PATCH] D20193: test infra: catch bad decorators and import-time errors

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Thu May 12 14:22:25 PDT 2016


I had to leave early today, can I check it tomorrow?
On Thu, May 12, 2016 at 2:10 PM Todd Fiala <todd.fiala at gmail.com> wrote:

> tfiala marked an inline comment as done.
> tfiala added a comment.
>
> @Zturner I think this is ready to go now.  Can you give this a try on
> Windows?
>
> Also, can you try the following part in cmd.exe?
>
>   cd packages\Python\lldbsuite\test_event
>   python -m unittest discover -s test\src -p 'Test*.py'
>
> That should run 2 tests and they should pass, assuming no extra bits need
> to be added to the dotest.py that is called internally by them.  The
> event_collector.py class, used to test the test infrastructure, builds a
> 'python dotest.py' command line that does what a dotest inferior will do
> during a normal test run.  The output of that gets verified in the
> TestCatchInvalidDecorator.py test.
>
>
> http://reviews.llvm.org/D20193
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160512/0dcdcb75/attachment.html>


More information about the lldb-commits mailing list