Author: enrico
Date: Mon Oct 6 17:00:35 2014
New Revision: 219148
URL: http://llvm.org/viewvc/llvm-project?rev=219148&view=rev
Log:
And here's another test case that uses the SB API. Skip it too
Modified:
lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py
Modified: lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py?rev=219148&r1=219147&r2=219148&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py
(original)
+++ lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py Mon
Oct 6 17:00:35 2014
@@ -20,6 +20,7 @@ class PluginCommandTestCase(TestBase):
@expectedFailureFreeBSD('llvm.org/pr17430')
@skipIfi386 # This test links against liblldb.so. Thus, the test requires
a 32-bit liblldb.so.
+ @skipIfNoSBHeaders
def test_load_plugin(self):
"""Test that plugins that load commands work correctly."""
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits