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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri May 13 12:27:21 PDT 2016


It can't find six, I guess because it's trying to run a script directly
rather than loading it as part of a package, so it never runs `import
use_lldb_suite`.

On Fri, May 13, 2016 at 12:17 PM Todd Fiala <todd.fiala at gmail.com> wrote:

> tfiala added a comment.
>
> Hey Zachary, forget about the test discovery part.
>
> If you can just run this directly and let me know if that works, that'll
> be fine:
>
>   C:\Python35\python.exe
> D:\src\llvm\tools\lldb\packages\Python\lldbsuite\test_event\test\src\TestCatchInvalidDecorator.py
>
> That will be good enough to know the test can run on Windows.  I may need
> to do a bit more homework to figure out how to get the discovery to work,
> but that's a completely orthogonal issue.
>
>
> http://reviews.llvm.org/D20193
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160513/15ca4310/attachment.html>


More information about the lldb-commits mailing list