[Webkit-unassigned] [Bug 63268] http/tests/multipart/win-boundary-crash.html flakey

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 16:10:11 PDT 2011


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


Tony Chang <tony at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




--- Comment #6 from Tony Chang <tony at chromium.org>  2011-06-23 16:10:11 PST ---
This is super weird.  Here's the test html:
http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/multipart/win-boundary-crash.html-disabled

1       <html>
2    <head>
3    <script>
4        if (window.layoutTestController)
5            layoutTestController.dumpAsText();
6    </script>
7    </head>
8    <body>
9    <p>Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=14516">http://bugs.webkit.org/show_bug.cgi?id=14516</a>
10    crash loading multipart/x-mixed-replace data on windows safari</i></p>
11    <p>If WebKit does not crash when loading this img, then it passed.</p>
12    <img src="resources/multipart-nodashes.php" />
13    </body>
14    </html>

The diff shows that dumpAsText() didn't get called, but I don't see how that's possible.

cc'ing abarth since this sounds similar to https://bugs.webkit.org/show_bug.cgi?id=63057 .

-- 
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