Bug 94078
Summary: | Layout Test http/tests/inspector/web-socket-frame-error.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yuta Kitamura <yutak> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | kpiascik, pfeldman |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows 7 |
Yuta Kitamura
The following layout test is flaky on Chromium-Windows:
http/tests/inspector/web-socket-frame-error.html
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=http%2Ftests%2Finspector%2Fweb-socket-frame-error.html
This test sometimes fails to print "Closed." message. This flakiness only happens on Windows, so I guess this has something to do with Windows network stack's behavior (but I may be wrong).
Diff:
--- E:\b\build\slave\Webkit_Win\build\layout-test-results\http/tests/inspector/web-socket-frame-error-expected.txt
+++ E:\b\build\slave\Webkit_Win\build\layout-test-results\http/tests/inspector/web-socket-frame-error-actual.txt
@@ -1,5 +1,4 @@
CONSOLE MESSAGE: Unexpected response code: 404
-Closed.
Tests that WebSocketFrames errors are visible to Web Inspector.
1: Unexpected response code: 404
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Konrad Piascik
I don't have a Windows setup to help debug this issue. I haven't seen any flakiness on other platforms so this must be Windows specific.
Brian Burg
The related test(s) have been removed from trunk.