You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backticks prevents emitting proper diagnostics when expression evaluation fails.
Replacing backticks expressions with use of lldb tremporary variables in ASAN lldb Swift test
#10012
Backticks prevents emitting proper diagnostics when expression evaluation fails.
Replacing backticks expressions with use of lldb tremporary variables in ASAN lldb Swift test
#10012
(cherry picked from commit 578efae)
The self.assertEqual(lldb.SBModule.GetNumberAllocatedModules(), 0) is a known race condition on teardown of the test-suite. I've summarized it in rdar://140111416
The problem is that occasionally there can still be a ThreadPlan holding onto an lldb::Module when we're trying to orphan the lldb::Modules at the end of the test-suite (when tearing down the debugger).
The text was updated successfully, but these errors were encountered: