Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1414706 - dump debug info immediately when a test times out. r=jya
For now we dump debug info when the whole test case finishes. However, it would be harder to relate the debug info to the timed out test when there are multiple test timeouts. Note we don't call |this.finished(token)| until v.mozDumpDebugInfo() is done because |this.finished(token)| might finish the whole test case and clean up the page which might change the output of v.mozDumpDebugInfo(). MozReview-Commit-ID: BrdZ0EVpaBQ --HG-- extra : rebase_source : ee5d20c3ab605568e7fe895f14b8e9468fffd5ab extra : source : 1288e105a94ac05fc3a978b7287dd45ecdfb6e8d
- Loading branch information