Open
Bug 573803
Opened 14 years ago
Updated 2 years ago
Add support for SSL WebSocket tests to mochitest
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
NEW
People
(Reporter: jgriffin, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review |
.
Reporter | ||
Comment 1•14 years ago
|
||
This patch is meant to be landed after the patch in bug 572570. It adds support for SSL WebSocket tests (wss:// scheme) in mochitest.
Attachment #453148 -
Flags: review?(ted.mielczarek)
Reporter | ||
Updated•14 years ago
|
Updated•14 years ago
|
Attachment #453148 -
Flags: review?(ted.mielczarek) → review+
Comment 2•14 years ago
|
||
The test for this bug seems to be failing:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1280431677.1280433053.17715.gz
Comment 3•14 years ago
|
||
I backed this patch out, since it was crashing on windows debug builds.
Reporter | ||
Comment 4•14 years ago
|
||
So what was happening here is that a bug in test_websocket_hello.html (already in the tree) caused the test to finish before the websocket was closed. For some reason, when the next test made a new WebSocket request for the same url, it crashed the browser, which seems bad. I'll file a separate bug for this problem.
Reporter | ||
Comment 5•14 years ago
|
||
Updated patch in which the test waits until the WebSocket is closed before continuing
Attachment #453148 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
Assignee: jgriffin → nobody
Comment 7•6 years ago
|
||
No assignee, updating the status.
Comment 8•6 years ago
|
||
No assignee, updating the status.
Comment 9•6 years ago
|
||
No assignee, updating the status.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•