Don't race on debugger paused event in breakpoint worker web test
This CL removes a race in a breakpoint web test. The CL does a similar things an existing test helper, but in a safe way. {waitUntilPausedAndDumpStackAndResume} also prints the reason why we are paused. Since we pause at a breakpoint and we get a status message for that (plus a stack trace), we removed the reason from the test expectation in favor of a non-flaking test. R=petermarshall@chromium.org Change-Id: I20aa786d370e64eb16ed3a9036b5599a6be02651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028888Reviewed-by:Peter Marshall <petermarshall@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#736783}
Showing
Please register or sign in to comment