RESOLVED FIXED Bug 88573
Fix recent null pointer error regression in the flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=88573
Summary Fix recent null pointer error regression in the flakiness dashboard
Ojan Vafai
Reported 2012-06-07 13:43:27 PDT
Fix recent null pointer error regression in the flakiness dashboard
Attachments
Patch (3.68 KB, patch)
2012-06-07 13:43 PDT, Ojan Vafai
dpranke: review+
Ojan Vafai
Comment 1 2012-06-07 13:43:57 PDT
Dirk Pranke
Comment 2 2012-06-07 13:49:56 PDT
Comment on attachment 146377 [details] Patch looks fine to me, but my JS-fu isn't terribly strong. Is it possible for something in the test to throw an exception that would cause doXHR not to be reassigned back to oldDoXHR? i.e. does that need to wrapped in a try/finally like you would in python?
Ojan Vafai
Comment 3 2012-06-07 13:58:51 PDT
(In reply to comment #2) > (From update of attachment 146377 [details]) > looks fine to me, but my JS-fu isn't terribly strong. Is it possible for something in the test to throw an exception that would cause doXHR not to be reassigned back to oldDoXHR? i.e. does that need to wrapped in a try/finally like you would in python? yes. good idea.
Ojan Vafai
Comment 4 2012-06-07 14:32:43 PDT
Note You need to log in before you can comment on or make changes to this bug.