[Lldb-commits] [lldb] 057626b - Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly

Diana Picus via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 3 02:53:50 PST 2019


Author: Diana Picus
Date: 2019-12-03T11:53:28+01:00
New Revision: 057626b4393836e11712bd694afda121d8309973

URL: https://github.com/llvm/llvm-project/commit/057626b4393836e11712bd694afda121d8309973
DIFF: https://github.com/llvm/llvm-project/commit/057626b4393836e11712bd694afda121d8309973.diff

LOG: Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly

Forgot to squash this...

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py

Removed: 
    


################################################################################
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 2ceeed6a8f15..1d4bc6f13450 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.


        


More information about the lldb-commits mailing list