[Webkit-unassigned] [Bug 59569] Should call done() from unexpectedErrorCallback so failing IndexedDB tests don't time out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 20:07:50 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59569





--- Comment #4 from David Grogan <dgrogan at chromium.org>  2011-04-26 20:07:50 PST ---
(From update of attachment 91207)
That test needs some fixing, but I'm not yet sure how much.  I think 

request = evalAndLog("store.add({x: 'value4', y: 'zzz4'}, 'key4')");
request.onsuccess = unexpectedSuccessCallback;
request.onerror = throwAndCatch;

should probably be changed to 

request.onsuccess = function(){ testPassed("something") }
request.onerror = unexpectedErrorCallback

but I'm not yet positive that Jeremy made a mistake as opposed to me not understanding his cleverness.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list