summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities')
-rw-r--r--lldb/test/functionalities/plugins/commands/TestPluginCommands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
index 660c6a9ea4b..e306ebb7128 100644
--- a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
+++ b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
@@ -18,6 +18,7 @@ class PluginCommandTestCase(TestBase):
TestBase.setUp(self)
self.lib_dir = os.environ["LLDB_LIB_DIR"]
+ @expectedFailureFreeBSD('llvm.org/pr17430')
@skipIfi386 # This test links against liblldb.so. Thus, the test requires a 32-bit liblldb.so.
def test_load_plugin(self):
"""Test that plugins that load commands work correctly."""
OpenPOWER on IntegriCloud