mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Expected FreeBSD failure due to pr 17430
llvm-svn: 192467
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user