diff options
| author | Diana Picus <diana.picus@linaro.org> | 2019-11-19 10:58:52 +0100 |
|---|---|---|
| committer | Diana Picus <diana.picus@linaro.org> | 2019-12-03 10:57:42 +0100 |
| commit | 6d18e5366c9a0bffe45b179a830483b3f2ec9fa9 (patch) | |
| tree | 3bd531e17148a1da7be7b1050316801d4a511064 /lldb/packages/Python/lldbsuite/test/functionalities/show_location | |
| parent | df943a7a08102ed3d1f632e88b24a024a7c4ba81 (diff) | |
| download | bcm5719-llvm-6d18e5366c9a0bffe45b179a830483b3f2ec9fa9.tar.gz bcm5719-llvm-6d18e5366c9a0bffe45b179a830483b3f2ec9fa9.zip | |
Mark some tests as xfail on AArch64 Linux
I have either opened new bug reports for these tests, or added links to
existing bugs.
This should help make the lldb-aarch64-ubuntu buildbot green (there will
still be some unexpected passes that someone should look into, but those
can be handled later).
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/show_location')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py | 2 |
1 files changed, 2 insertions, 0 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 a56282efd77..2ceeed6a8f1 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py @@ -9,6 +9,8 @@ class TestTargetSourceMap(TestBase): mydir = TestBase.compute_mydir(__file__) + @skipIf(archs="aarch64", oslist="linux", debug_info="dwo", + 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. yaml_path = os.path.join(self.getSourceDir(), "a.yaml") |

