Expected FreeBSD failure due to pr 17430

llvm-svn: 192467
This commit is contained in:
Ed Maste
2013-10-11 17:24:16 +00:00
parent e33c4ba05c
commit 795d2b9f95

View File

@@ -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."""