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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits