diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py b/lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py index 2ceeed6a8f1..1d4bc6f1345 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py @@ -9,7 +9,7 @@ class TestTargetSourceMap(TestBase): mydir = TestBase.compute_mydir(__file__) - @skipIf(archs="aarch64", oslist="linux", debug_info="dwo", + @skipIf(archs="aarch64", oslist="linux", bugnumber="https://bugs.llvm.org/show_bug.cgi?id=44180") def test_source_map(self): # Set the target soure map to map "./" to the current test directory. |