Closed
Bug 1313471
Opened 9 years ago
Closed 9 years ago
Convert XPCOM test TestCOMPtrEq 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
(2 files, 1 obsolete file)
|
6.89 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
|
5.10 KB,
patch
|
froydnj
:
review+
|
Details | Diff | Splinter Review |
Convert xpcom/tests/TestCOMPtrEq.cpp to a gtest and move to xpcom/tests/gtest/.
| Assignee | ||
Comment 1•9 years ago
|
||
MozReview-Commit-ID: CjOMjvGMaEC
Attachment #8806123 -
Flags: review?(nfroyd)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → erahm
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•9 years ago
|
||
MozReview-Commit-ID: FzGVmd0LO73
Attachment #8806124 -
Flags: review?(nfroyd)
| Assignee | ||
Comment 3•9 years ago
|
||
MozReview-Commit-ID: GifbCK1zzxh
Attachment #8806125 -
Flags: review?(nfroyd)
Comment 4•9 years ago
|
||
Comment on attachment 8806123 [details] [diff] [review]
Part 0: Cleanup indentation
This patch appears to be empty?
Attachment #8806123 -
Flags: review?(nfroyd)
Updated•9 years ago
|
Attachment #8806124 -
Flags: review?(nfroyd) → review+
Updated•9 years ago
|
Attachment #8806125 -
Flags: review?(nfroyd) → review+
| Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Nathan Froyd [:froydnj] from comment #4)
> Comment on attachment 8806123 [details] [diff] [review]
> Part 0: Cleanup indentation
>
> This patch appears to be empty?
Looks like it got folded into the cleanup in part 1, I'll remove the empty patch.
| Assignee | ||
Updated•9 years ago
|
Attachment #8806123 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5d82bc9436abbb89a05ae727027a78f5e9492fec
Bug 1313471 - Part 1: Remove dead code. r=froydnj
https://hg.mozilla.org/integration/mozilla-inbound/rev/c85e7a7a5a9963fb7b11158c6887967b1757f864
Bug 1313471 - Part 2: Convert TestCOMPtrEq to a gtest. r=froydnj
Comment 7•9 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/561b87e98adacbd47769a71a0e6c72c5dcf66a9d to get at bug 1313470 for its crashes on OS X.
| Assignee | ||
Comment 8•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0ce11eb36fe5448240b1ed91eb969fc9e0960140
Bug 1313471 - Part 1: Remove dead code. r=froydnj
https://hg.mozilla.org/integration/mozilla-inbound/rev/67374493c1533524c1da22f40771b5f8da2c26be
Bug 1313471 - Part 2: Convert TestCOMPtrEq to a gtest. r=froydnj
Comment 9•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0ce11eb36fe5
https://hg.mozilla.org/mozilla-central/rev/67374493c153
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
•