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