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):


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to