================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits