[Lldb-commits] [lldb] r219148 - And here's another test case that uses the SB API. Skip it too

Enrico Granata egranata at apple.com
Mon Oct 6 15:00:35 PDT 2014


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."""
 





More information about the lldb-commits mailing list