[Lldb-commits] [PATCH] D12303: Fix for dotest.py ERRORs on OSX caused by svn rev.237053.
Dawn Perchik via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 25 17:21:24 PDT 2015
dawn added a comment.
> My guess is LLDB on OSX doesn't have a platform that would handle a "thumbv7" target, so the target create fails.
It looks OK to me. It does:
(lldb) target create -a thumbv7 ""
Current executable set to '' (thumbv7).
(lldb) target list
Current targets:
* target #0: <none> ( arch=thumbv7-apple-ios, platform=remote-ios )
I put printfs in lldb and ran the tests and I can see that the platform_sp is getting set. This test passes - it's all the ones that follow it that fails. Your change in r237053 somehow caused the python API to be left in a bad state to where no other tests can run. I opened llvm.org/pr24575 for this and have a new patch on review http://reviews.llvm.org/D12329 to skip the test.
Repository:
rL LLVM
http://reviews.llvm.org/D12303
More information about the lldb-commits
mailing list