diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-09-08 13:27:27 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-09-08 13:27:27 +0000 |
| commit | bd2a41a6560c7b1ada41deb60c8521a79b834242 (patch) | |
| tree | 8ba9c58b034805eed38116574425f3de7566fb63 /lldb/test/functionalities/plugins | |
| parent | d4a12d25ff09e3a9622d9e2a0f2ece7558a77cb1 (diff) | |
| download | bcm5719-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.py | 1 |
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): |

