From 49a3c571d349937cb1fc1e7c20ae862d4a8af3b3 Mon Sep 17 00:00:00 2001 From: Ezike Ebuka Date: Sun, 2 Mar 2025 01:09:01 +0000 Subject: [PATCH] [lldb-dap] Test: disable children return test for all arm architectures --- .../lldb-dap/variables/children/TestDAP_variables_children.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/API/tools/lldb-dap/variables/children/TestDAP_variables_children.py b/lldb/test/API/tools/lldb-dap/variables/children/TestDAP_variables_children.py index f0e1e51365d9b..a9371e5c5fe68 100644 --- a/lldb/test/API/tools/lldb-dap/variables/children/TestDAP_variables_children.py +++ b/lldb/test/API/tools/lldb-dap/variables/children/TestDAP_variables_children.py @@ -41,7 +41,7 @@ def test_get_num_children(self): )["body"]["result"], ) - @skipIf(archs=["arm64"]) + @skipIf(archs=["arm", "arm64", "aarch64"]) def test_return_variable_with_children(self): """ Test the stepping out of a function with return value show the children correctly