Closed
Bug 1316193
Opened 9 years ago
Closed 9 years ago
Convert XPCOM test TestThreadPoolListener to a gtest
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: erahm, Assigned: erahm)
References
Details
Attachments
(1 file)
|
7.58 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
Convert xpcom/tests/TestThreadPoolListener.cpp to a gtest and move to xpcom/tests/gtest/.
| Assignee | ||
Comment 1•9 years ago
|
||
MozReview-Commit-ID: JiyYTGGuKJo
Attachment #8809111 -
Flags: review?(benjamin)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
Comment on attachment 8809111 [details] [diff] [review]
Convert XPCOM test TestThreadPoolListener to a gtest
+ EXPECT_TRUE(false) << "Too many threads!";
Should probably be FAIL() << " Too many threads!";
Attachment #8809111 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #2)
> Comment on attachment 8809111 [details] [diff] [review]
> Convert XPCOM test TestThreadPoolListener to a gtest
>
> + EXPECT_TRUE(false) << "Too many threads!";
>
> Should probably be FAIL() << " Too many threads!";
Fail doesn't work here as the function returns an nsresult.
| Assignee | ||
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b10dbdd46d12c4f0d98a6e4c6a6a64adab8dfe22
Bug 1316193 - Convert XPCOM test TestThreadPoolListener to a gtest. r=bsmedberg
| Assignee | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/e188cd4b2b72f41845908c93201f776673aef822
Bug 1316193 - Fix unified bustage. r=me ON A CLOSED TREE
Comment 6•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b10dbdd46d12
https://hg.mozilla.org/mozilla-central/rev/e188cd4b2b72
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•