| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Test failures are caused by parallel/test-tick-processor-builtin and parallel/test-tick-processor-unknown and do not seem to caused by this change, that only touches cctest executable. |
Sorry, something went wrong.
There was a problem hiding this comment.
explicit
Sorry, something went wrong.
There was a problem hiding this comment.
Done
Sorry, something went wrong.
There was a problem hiding this comment.
Style nit: can you either call this SetFlag or set_flag? Ditto for markDone.
Sorry, something went wrong.
There was a problem hiding this comment.
Done (used set_flag and mark_done)
Sorry, something went wrong.
|
Thank you for the review. I uploaded a new version, please take another look. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
@bnoordhuis I've implemented your suggestions, please take another look. |
Sorry, something went wrong.
There was a problem hiding this comment.
While you're here, maybe you can remove the extraneous parentheses around condition?
Sorry, something went wrong.
Wrapped the timer into class to ensure it is cleaned up properly. PR-URL: #8870 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Wrapped the timer into class to ensure it is cleaned up properly. PR-URL: #8870 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Wrapped the timer into class to ensure it is cleaned up properly. PR-URL: #8870 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
This is a refactoring of the inspector socket test case.
Description of change
Wrapped the timer into class to ensure it is cleaned up properly.
CC: @ofrobots