Skip to content

Commit 0fb3778

Browse files
committed
[lldb] remove test skips from yaml2macho-core tests
1 parent 388631e commit 0fb3778

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

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

11-
@skipIf(bugnumber = "rdar://160698191")
1211
class TestCortexMExceptionUnwind(TestBase):
1312
NO_DEBUG_INFO_TESTCASE = True
1413

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

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

12-
@skipIf(bugnumber = "rdar://160698553")
1312
class TestArmMachoCorefileRegctx(TestBase):
1413
NO_DEBUG_INFO_TESTCASE = True
1514

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

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

12-
@skipIf(bugnumber = "rdar://160698393")
1312
class TestRV32MachOCorefile(TestBase):
1413
NO_DEBUG_INFO_TESTCASE = True
1514

0 commit comments

Comments
 (0)