Skip to content

Commit 8135a06

Browse files
committed
[LLDB] Skip test failing on rebranch
1 parent 8f2ce83 commit 8135a06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from lldbsuite.test.lldbtest import *
99
from lldbsuite.test import lldbutil
1010

11-
11+
@skipIf(bugnumber = "rdar://160698191")
1212
class TestCortexMExceptionUnwind(TestBase):
1313
NO_DEBUG_INFO_TESTCASE = True
1414

lldb/test/API/lang/c/trampoline_stepping/TestTrampolineStepping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from lldbsuite.test.lldbtest import *
88
from lldbsuite.test import lldbutil
99

10-
10+
@skipIf(bugnumber = "rdar://160698178")
1111
class TestTrampoline(TestBase):
1212
def setup(self, bkpt_str):
1313
self.build()

lldb/test/API/macosx/arm-corefile-regctx/TestArmMachoCorefileRegctx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from lldbsuite.test.lldbtest import *
1010
from lldbsuite.test import lldbutil
1111

12-
12+
@skipIf(bugnumber = "rdar://160698553")
1313
class TestArmMachoCorefileRegctx(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

lldb/test/API/macosx/riscv32-corefile/TestRV32MachOCorefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from lldbsuite.test.lldbtest import *
1010
from lldbsuite.test import lldbutil
1111

12-
12+
@skipIf(bugnumber = "rdar://160698393")
1313
class TestRV32MachOCorefile(TestBase):
1414
NO_DEBUG_INFO_TESTCASE = True
1515

0 commit comments

Comments
 (0)