[LLDB] Mark some xfails for arm-linux
This patch marks following tests as xfail for arm-linux target. lldb/test/API/functionalities/load_using_paths/TestLoadUsingPaths.py lldb/test/API/python_api/thread/TestThreadAPI.py lldb/test/Shell/Recognizer/assert.test Bugs have been filed for all of them for the corresponding failing component.
This commit is contained in:
@@ -40,6 +40,7 @@ class LoadUsingPathsTestCase(TestBase):
|
||||
@not_remote_testsuite_ready
|
||||
@skipIfWindows # Windows doesn't have dlopen and friends, dynamic libraries work differently
|
||||
@expectedFlakeyNetBSD
|
||||
@expectedFailureAll(oslist=["linux"], archs=['arm'], bugnumber="llvm.org/pr45894")
|
||||
def test_load_using_paths(self):
|
||||
"""Test that we can load a module by providing a set of search paths."""
|
||||
if self.platformIsDarwin():
|
||||
|
||||
Reference in New Issue
Block a user