Bug 77092 - svg/webarchive tests are flakey under guard malloc
Summary: svg/webarchive tests are flakey under guard malloc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 04:30 PST by Nikolas Zimmermann
Modified: 2012-01-26 04:42 PST (History)
1 user (show)

See Also:


Attachments
Patch (15.39 KB, patch)
2012-01-26 04:32 PST, Nikolas Zimmermann
no flags Details | Formatted Diff | Diff
Patch (5.57 KB, patch)
2012-01-26 04:38 PST, Nikolas Zimmermann
zherczeg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>