summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/plugins
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-09-08 13:27:27 +0000
committerEd Maste <emaste@freebsd.org>2015-09-08 13:27:27 +0000
commitbd2a41a6560c7b1ada41deb60c8521a79b834242 (patch)
tree8ba9c58b034805eed38116574425f3de7566fb63 /lldb/test/functionalities/plugins
parentd4a12d25ff09e3a9622d9e2a0f2ece7558a77cb1 (diff)
downloadbcm5719-llvm-bd2a41a6560c7b1ada41deb60c8521a79b834242.tar.gz
bcm5719-llvm-bd2a41a6560c7b1ada41deb60c8521a79b834242.zip
Remove expectedFailureFreeBSD from passing PluginCommandTestCase::test_load_plugin
This test was failing due to a libc++ vs libsdc++ conflict which should be fixed by r200646. llvm.org/pr17430 llvm-svn: 247012
Diffstat (limited to 'lldb/test/functionalities/plugins')
-rw-r--r--lldb/test/functionalities/plugins/commands/TestPluginCommands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
index 7f796b84e36..f0e9e5c84fe 100644
--- a/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
+++ b/lldb/test/functionalities/plugins/commands/TestPluginCommands.py
@@ -19,7 +19,6 @@ class PluginCommandTestCase(TestBase):
self.lib_dir = os.environ["LLDB_LIB_DIR"]
self.implib_dir = os.environ["LLDB_IMPLIB_DIR"]
- @expectedFailureFreeBSD('llvm.org/pr17430')
@skipIfNoSBHeaders
@skipIfHostIncompatibleWithRemote # Requires a compatible arch and platform to link against the host's built lldb lib.
def test_load_plugin(self):
OpenPOWER on IntegriCloud