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