Skip to content

Commit eca717f

Browse files
Merge pull request swiftlang#10414 from felipepiovezan/felipe/disable_register_pressure_test
[lldb] Skip TestSwiftAsyncUnwindRegisterPressure due to rare timeout
2 parents ed03b9d + 927b2a4 commit eca717f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/async/unwind/unwind_register_pressure/TestSwiftAsyncUnwindRegisterPressure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
# This test is a best effort attempt at creating a program with high register
88
# pressure while also making the linker avoid compact unwind.
9+
@skipIf(bugnumber='rdar://146182003')
910
class TestCase(lldbtest.TestBase):
1011

1112
mydir = lldbtest.TestBase.compute_mydir(__file__)

0 commit comments

Comments
 (0)