[Lldb-commits] [lldb] r192467 - Expected FreeBSD failure due to pr 17430

Ed Maste emaste at freebsd.org
Fri Oct 11 10:24:16 PDT 2013


Author: emaste
Date: Fri Oct 11 12:24:16 2013
New Revision: 192467

URL: http://llvm.org/viewvc/llvm-project?rev=192467&view=rev
Log:
Expected FreeBSD failure due to pr 17430

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=192467&r1=192466&r2=192467&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py (original)
+++ lldb/trunk/test/functionalities/plugins/commands/TestPluginCommands.py Fri Oct 11 12:24:16 2013
@@ -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."""





More information about the lldb-commits mailing list