Bug 61767 - http/tests/websocket/tests/client-close.html is flaky on chromium-win debug
Summary: http/tests/websocket/tests/client-close.html is flaky on chromium-win debug
Status: RESOLVED DUPLICATE of bug 66730
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Yuta Kitamura
URL:
Keywords:
Depends on: 61770
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-31 00:20 PDT by Yuta Kitamura
Modified: 2011-10-19 01:29 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuta Kitamura 2011-05-31 00:20:47 PDT
http/tests/websocket/tests/client-close.html sometimes fails on chromium-win debug:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fwebsocket%2Ftests%2Fclient-close.html&showExpectations=true


Results look like the following:

  WebSocket: Test client-initiated close.
  
  On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
  
  Connected
  Closed
  FAIL closeEvent.wasClean should be true. Was false.
  PASS successfullyParsed is true
  
  TEST COMPLETE


I will mark this test as flaky.
Comment 1 Yuta Kitamura 2011-05-31 00:30:52 PDT
Added the following line in r87715:

BUGWK61767 WIN DEBUG : http/tests/websocket/tests/client-close.html = PASS TEXT
Comment 2 Yuta Kitamura 2011-10-19 01:29:08 PDT
This flakiness has gone since http://crrev.com/104852; seems like this is the duplilcate of bug 66730.

*** This bug has been marked as a duplicate of bug 66730 ***