[Lldb-commits] [lldb] [LLDB][SBProgress] Add a finalize method (PR #128966)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 26 16:24:41 PST 2025
================
@@ -33,3 +33,17 @@ def test_without_external_bit_set(self):
expected_string = "Test progress first increment"
progress.Increment(1, expected_string)
self.assertFalse(listener.PeekAtNextEvent(event))
+
+ def test_progress_finalize(self):
----------------
clayborg wrote:
We should test for deterministic and non determinisitic progress objects here.
https://github.com/llvm/llvm-project/pull/128966
More information about the lldb-commits
mailing list