summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2019-12-03 11:52:03 +0100
committerDiana Picus <diana.picus@linaro.org>2019-12-03 11:53:28 +0100
commit057626b4393836e11712bd694afda121d8309973 (patch)
tree0ad2fdbabb4fc6d9304798901aa6e7f3a6cb2d2d /lldb/packages/Python
parent1fbe8a82e1ea0168ee10079a18140135222d1d2c (diff)
downloadbcm5719-llvm-057626b4393836e11712bd694afda121d8309973.tar.gz
bcm5719-llvm-057626b4393836e11712bd694afda121d8309973.zip
Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly
Forgot to squash this...
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py2
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.
OpenPOWER on IntegriCloud