llvm-project/lldb/test/functionalities/plugins
Robert Flack 6e1fd35bfe Skip TestPluginCommands.py if host lldb library is incompatible with remote.
TestPluginCommands.py attempts to build a library which links against the host
built lldb library. This will only work if the remote is compatible with
binaries produced by the host.

Test Plan:
./dotest.py $DOTEST_OPTS -v -t -p TestPluginCommands.py
Test is skipped if remote platform is incompatible with host platform (i.e. mac
-> linux).

Differential Revision: http://reviews.llvm.org/D9770

llvm-svn: 237444
2015-05-15 12:39:33 +00:00
..
commands Skip TestPluginCommands.py if host lldb library is incompatible with remote. 2015-05-15 12:39:33 +00:00
python_os_plugin Check in missing file. 2015-04-10 16:48:37 +00:00