Closed
Bug 889102
Opened 11 years ago
Closed 11 years ago
use a dynamic port in test_dbgglobal.js so that the xpcshell tests can be run concurrently
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 25
People
(Reporter: mihneadb, Assigned: mihneadb)
References
Details
Attachments
(1 file)
1.55 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
per https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIServerSocket#init%28%29 , we can pass -1 as a port to bind on a random open port.
Assignee: nobody → mihneadb
Comment 2•11 years ago
|
||
Comment on attachment 769860 [details] [diff] [review]
use -1 as a port to socketserver
Review of attachment 769860 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me.
Attachment #769860 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 25
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•