[Lldb-commits] [lldb] [lldb-dap] Refactor handling progress events. (PR #224957)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 21 00:49:22 PDT 2026
================
@@ -1,100 +1,84 @@
"""
-Test lldb-dap output events
+Test lldb-dap progress events (smoke test).
+
+This test only verifies that `ProgressReport` events sent actually reaches the client
+from lldb.
+
+The throttling check is covered by `lldb/unittests/DAP/ProgressEventTest.cpp`.
"""
-from lldbsuite.test.decorators import *
-from lldbsuite.test.lldbtest import *
-import json
import os
----------------
DrSergei wrote:
seems unused
https://github.com/llvm/llvm-project/pull/224957
More information about the lldb-commits
mailing list