This test is easy to try out on your own:

cd test/functionalities/plugins/python_os_plugin
make
../../build/Debug/lldb a.out
(lldb) b main
(lldb) r
(lldb) thread list
You should see a normal thread this
(lldb) settings set target.process.python-os-plugin-path ./operating_system2.py
(lldb) thread list

your thread from above should now display as 0x111111111

This is why the test is failing. Let me know what you see?

Greg

> On Apr 9, 2015, at 11:10 AM, Ilia K <[email protected]> wrote:
> 
> @clayborg wrote:
> 
>> % ./dotest.py functionalities/plugins/python_os_plugin
> 
>> LLDB library dir: /Volumes/work/gclayton/Documents/src/lldb/tot/build/Debug
> 
>> LLDB import library dir: 
>> /Volumes/work/gclayton/Documents/src/lldb/tot/build/Debug
> 
>> lldb-340.99.0
> 
>> The 'lldb-mi' executable cannot be located.  Some of the tests may not be 
>> run as a result.
> 
>> lldb.pre_flight: None
> 
>> lldb.post_flight: None
> 
>> 
> 
>> Session logs for test failures/errors/unexpected successes will go into 
>> directory '2015-04-09-10_54_34'
> 
>> Command invoked: ./dotest.py functionalities/plugins/python_os_plugin
> 
>> compilers=['clang']
> 
>> 
> 
>> Configuration: arch=x86_64 compiler=clang
> 
>> 
> 
>> - Collected 3 tests
> 
>> 
> 
>>  .=success F=fail E=error s=skipped x=expected-fail u=unexpected-success
> 
>> 
> 
>>  ... ---------------------------------------------------------------------- 
>> Ran 3 tests in 3.441s
> 
>> 
> 
>>  OK
> 
>> 
> 
>>  Works for me?
> 
> 
> That's sad. I'll look at it myself.
> 
> 
> USERS
>  ki.stfu (Auditor)
> 
> http://reviews.llvm.org/rL234364
> 
> EMAIL PREFERENCES
>  http://reviews.llvm.org/settings/panel/emailpreferences/
> 
> 


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to