From 8135a06571c55aa7a397b41fc1c4b054e9c437a5 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 16 Sep 2025 09:22:23 -0700 Subject: [PATCH] [LLDB] Skip test failing on rebranch --- .../unwind/cortex-m-exception/TestCortexMExceptionUnwind.py | 2 +- .../API/lang/c/trampoline_stepping/TestTrampolineStepping.py | 2 +- .../macosx/arm-corefile-regctx/TestArmMachoCorefileRegctx.py | 2 +- lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py b/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py index 7647409e80447..1a1f98ceb009f 100644 --- a/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py +++ b/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py @@ -8,7 +8,7 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil - +@skipIf(bugnumber = "rdar://160698191") class TestCortexMExceptionUnwind(TestBase): NO_DEBUG_INFO_TESTCASE = True diff --git a/lldb/test/API/lang/c/trampoline_stepping/TestTrampolineStepping.py b/lldb/test/API/lang/c/trampoline_stepping/TestTrampolineStepping.py index 4531a727c4900..1185c3bf87ad3 100644 --- a/lldb/test/API/lang/c/trampoline_stepping/TestTrampolineStepping.py +++ b/lldb/test/API/lang/c/trampoline_stepping/TestTrampolineStepping.py @@ -7,7 +7,7 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil - +@skipIf(bugnumber = "rdar://160698178") class TestTrampoline(TestBase): def setup(self, bkpt_str): self.build() diff --git a/lldb/test/API/macosx/arm-corefile-regctx/TestArmMachoCorefileRegctx.py b/lldb/test/API/macosx/arm-corefile-regctx/TestArmMachoCorefileRegctx.py index a2890cdfeaa44..03da4c11781f6 100644 --- a/lldb/test/API/macosx/arm-corefile-regctx/TestArmMachoCorefileRegctx.py +++ b/lldb/test/API/macosx/arm-corefile-regctx/TestArmMachoCorefileRegctx.py @@ -9,7 +9,7 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil - +@skipIf(bugnumber = "rdar://160698553") class TestArmMachoCorefileRegctx(TestBase): NO_DEBUG_INFO_TESTCASE = True diff --git a/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py b/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py index 449da70fb08ca..c13bfbfd795b9 100644 --- a/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py +++ b/lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py @@ -9,7 +9,7 @@ from lldbsuite.test.lldbtest import * from lldbsuite.test import lldbutil - +@skipIf(bugnumber = "rdar://160698393") class TestRV32MachOCorefile(TestBase): NO_DEBUG_INFO_TESTCASE = True