AnalyzeLayoutTestsResults emails change authors when their change fails EWS. We should support pull-requests in this step.
<rdar://problem/88974170>
Pull request: https://github.com/WebKit/WebKit/pull/147
Landed 247326@main (r289888)
(In reply to Jonathan Bedard from comment #3) > Landed 247326@main (r289888) there are a few issues with this patch: a few _addToLog() calls miss the two parameters needed and there is one variable undefined. I detected this meanwhile working on bug 236705 which adds unit tests to test the send_email() calls This would be the fix: http://sprunge.us/BNhsG4 I can include it as part of bug 236705
(In reply to Carlos Alberto Lopez Perez from comment #4) > (In reply to Jonathan Bedard from comment #3) > > Landed 247326@main (r289888) > > there are a few issues with this patch: > > a few _addToLog() calls miss the two parameters needed and there is one > variable undefined. > > I detected this meanwhile working on bug 236705 which adds unit tests to > test the send_email() calls > > This would be the fix: http://sprunge.us/BNhsG4 > > I can include it as part of bug 236705 I landed 289947 that includes also those fixes. Now the unit tests exercise the code for the send_email_* functions so this should be easier to detect in the future
(In reply to Carlos Alberto Lopez Perez from comment #5) > (In reply to Carlos Alberto Lopez Perez from comment #4) > > (In reply to Jonathan Bedard from comment #3) > > > Landed 247326@main (r289888) > > > > there are a few issues with this patch: > > > > a few _addToLog() calls miss the two parameters needed and there is one > > variable undefined. > > > > I detected this meanwhile working on bug 236705 which adds unit tests to > > test the send_email() calls > > > > This would be the fix: http://sprunge.us/BNhsG4 > > > > I can include it as part of bug 236705 > > I landed 289947 that includes also those fixes. > > Now the unit tests exercise the code for the send_email_* functions so this > should be easier to detect in the future r289947