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/tail_call_frames | |
| 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/tail_call_frames')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py b/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py index 2b432e56a74..687fb0e7a5e 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py @@ -71,6 +71,8 @@ class TestArtificialFrameThreadStepOut1(TestBase): self.assertFalse(frame2.IsArtificial()) @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr26265") + @expectedFailureAll(archs=["aarch64"], oslist=["linux"], + bugnumber="llvm.org/pr44160") def test_return_past_artificial_frame(self): self.build() thread = self.prepare_thread() |

