diff options
author | Ed Maste <emaste@freebsd.org> | 2013-10-11 17:24:16 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-10-11 17:24:16 +0000 |
commit | 795d2b9f95f2880b9e91d2521518d890a71673d2 (patch) | |
tree | aeda5e018f15b0a3538fe841b5edaf6e4bc4d47a | |
parent | e33c4ba05cb5059d71f0d825e6e3be211ac77be9 (diff) | |
download | bcm5719-llvm-795d2b9f95f2880b9e91d2521518d890a71673d2.tar.gz bcm5719-llvm-795d2b9f95f2880b9e91d2521518d890a71673d2.zip |
Expected FreeBSD failure due to pr 17430
llvm-svn: 192467
-rw-r--r-- | lldb/test/functionalities/plugins/commands/TestPluginCommands.py | 1 |
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.""" |