[Lldb-commits] [lldb] r247012 - Remove expectedFailureFreeBSD from passing PluginCommandTestCase::test_load_plugin
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 8 06:27:28 PDT 2015
Author: emaste
Date: Tue Sep 8 08:27:27 2015
New Revision: 247012
URL: http://llvm.org/viewvc/llvm-project?rev=247012&view=rev
Log:
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
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=247012&r1=247011&r2=247012&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py (original)
+++ lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py Tue Sep 8 08:27:27 2015
@@ -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):
More information about the lldb-commits
mailing list