Skip to content

Commit 6a060bd

Browse files
[lldb] Add swift regression test for RegisterContextThreadMemory fixes
1 parent bdd5b51 commit 6a060bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lldb/test/API/lang/swift/async/expr/TestSwiftAsyncExpressions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ def test_actor(self):
1818
target, process, thread, main_bkpt = lldbutil.run_to_source_breakpoint(
1919
self, 'break here', lldb.SBFileSpec("main.swift"))
2020
self.expect("expr n", substrs=["42"])
21+
process.Continue()
22+
stop_desc = process.GetSelectedThread().GetStopDescription(1024)
23+
self.assertNotIn("EXC_BAD_ACCESS", stop_desc)

0 commit comments

Comments
 (0)