[Lldb-commits] [lldb] [lldb][test] Remove expectedFailureIfFn (PR #81703)

Jordan Rupprecht via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 15 12:19:39 PST 2024


rupprecht wrote:

Skipped the test in 65c25a4c40865a0e460c0fecb1b33f7cf7455573

Tear down behavior was patched for LLDB back in b1490b6172c48cf802b24bd738c90eeb019436fe. I'm guessing that explains why we weren't noticing those errors -- they get logged as cleanup_errors, not as errors. (Maybe I'm missing something). By switching to standard unittest and dropping that patch, we're going to catch more tear down issues.

https://github.com/llvm/llvm-project/pull/81703


More information about the lldb-commits mailing list