mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-14 15:46:32 +00:00

Before #134048, TestDAP_Progress relied on wait_for_event to block until the progressEnd came in. However, progress events were not added to the packet list, so this call would always time out. This PR makes it so that packets are added to the packet list, and you can block on them.