Bug 77092

Summary: svg/webarchive tests are flakey under guard malloc
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch zherczeg: review+

Description Nikolas Zimmermann 2012-01-26 04:30:00 PST
Its obvious that those tests that depend on external resources are flakey, the web archived is created immediately, w/o waiting for the files to be loaded.
for <cursor> and <feImage> we have no precise way to detect that, but moving the <script> after the content fixes it easily. Patch coming.
Comment 1 Nikolas Zimmermann 2012-01-26 04:32:57 PST
Created attachment 124103 [details]
Patch
Comment 2 Nikolas Zimmermann 2012-01-26 04:38:18 PST
Created attachment 124105 [details]
Patch
Comment 3 Zoltan Herczeg 2012-01-26 04:40:16 PST
Comment on attachment 124105 [details]
Patch

r=me

Another time based flakeyness...
Comment 4 Nikolas Zimmermann 2012-01-26 04:42:33 PST
Committed r105992: <http://trac.webkit.org/changeset/105992>