Bug 52813

Summary: Make fast/events/window-onerror2.html throw exception in deterministic order
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Tools / TestsAssignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: bulach, jknotten, jorlow, pfeldman, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch pfeldman: review+

Description Yury Semikhatsky 2011-01-20 07:14:21 PST
Make fast/events/window-onerror2.html throw exception in deterministic order. The test now fails intermittently on Chromimum bots because order in which setTimeout callback and onload handler are invoked may change.
Comment 1 Yury Semikhatsky 2011-01-20 07:25:41 PST
Created attachment 79598 [details]
Patch
Comment 3 Jeremy Orlow 2011-01-20 07:31:31 PST
After this rolls in, someone should remove the downstream test expectations.
Comment 4 Yury Semikhatsky 2011-01-20 07:39:21 PST
Committed r76244: <http://trac.webkit.org/changeset/76244>