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

2016-05-13 Thread Zachary Turner via lldb-commits
Do I still need to try the python -m unittest line? I didn't do that yet. On Fri, May 13, 2016 at 11:38 AM Zachary Turner wrote: > No issues on Windows, looks good over here. > > On Wed, May 11, 2016 at 6:03 PM Todd Fiala wrote: > >> tfiala created this revision. >> tfiala added reviewers: lab

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

2016-05-13 Thread Zachary Turner via lldb-commits
No issues on Windows, looks good over here. On Wed, May 11, 2016 at 6:03 PM Todd Fiala wrote: > tfiala created this revision. > tfiala added reviewers: labath, zturner. > tfiala added subscribers: lldb-commits, zturner. > > This change enhances the LLDB test infrastructure to convert > load-time

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

2016-05-11 Thread Todd Fiala via lldb-commits
tfiala created this revision. tfiala added reviewers: labath, zturner. tfiala added subscribers: lldb-commits, zturner. This change enhances the LLDB test infrastructure to convert load-time exceptions in a given Python test module into errors. Before this change, specifying a non-existent test de