[webkit-dev] Improved CrashLog collection in Webkit Tests

Aakash Jain aakash_jain at apple.com
Tue Oct 27 15:09:08 PDT 2015


Hi All,

In the webkit test results page, we have added a section "Other Crashes" (through https://bugs.webkit.org/show_bug.cgi?id=150056). After the tests are complete, we go through the crashlog directory on the machine and scan all the crashlogs generated during test run. We then check if these crashes are already associated with any test by webkitpy, if not, we will list them in "Other Crashes" section.

It would enable us to notice the crashes which were previously being hidden. For e.g. this run shows a backboardd crash:
https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r191612%20(645)/results.html

Please let me know if anyone notices any issue or have suggestions for further improvement.

Thanks
Aakash


More information about the webkit-dev mailing list