https://github.com/slydiman created https://github.com/llvm/llvm-project/pull/93345
PlatformPOSIX::DoLoadImage() failed on the Linux AArch64 target. It is related to the issue #93092. Disable the TestCompletion.test_process_unload test for now. >From 3dcd6665052b1090cb5365732a92aef0b7fa0915 Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev <dvassil...@accesssoftek.com> Date: Sat, 25 May 2024 00:39:05 +0400 Subject: [PATCH] [lldb] Fixed the TestCompletion test on the Linux AArch64 target PlatformPOSIX::DoLoadImage() failed on the Linux AArch64 target. It is related to the issue #93092. Disable the TestCompletion.test_process_unload test for now. --- lldb/test/API/functionalities/completion/TestCompletion.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lldb/test/API/functionalities/completion/TestCompletion.py b/lldb/test/API/functionalities/completion/TestCompletion.py index 15aeaf8d0e897..eadb510a3df26 100644 --- a/lldb/test/API/functionalities/completion/TestCompletion.py +++ b/lldb/test/API/functionalities/completion/TestCompletion.py @@ -97,6 +97,9 @@ def test_process_load(self): self.complete_from_to("process load Makef", "process load Makefile") @skipUnlessPlatform(["linux"]) + @expectedFailureAll( + archs=["aarch64"], bugnumber="github.com/llvm/llvm-project/issues/93092" + ) def test_process_unload(self): """Test the completion for "process unload <index>" """ # This tab completion should not work without a running process. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits