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

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Thu May 12 14:10:47 PDT 2016


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





More information about the lldb-commits mailing list