Closed
Bug 1798711
Opened 3 years ago
Closed 3 years ago
Remove gtest duplication of DisableCrashReporter()
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: gerard-majax, Assigned: gerard-majax)
Details
Attachments
(1 file)
We now have three definitions of it:
- https://searchfox.org/mozilla-central/rev/17349477695facefe7d180d7afc2b74a965c21db/ipc/glue/test/gtest/TestAsyncBlockers.cpp#161
- https://searchfox.org/mozilla-central/rev/17349477695facefe7d180d7afc2b74a965c21db/memory/gtest/TestJemalloc.cpp#30
- https://searchfox.org/mozilla-central/rev/17349477695facefe7d180d7afc2b74a965c21db/xpcom/tests/gtest/TestDeadlockDetector.cpp#61
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9305093 -
Attachment description: WIP: Bug 1798711 - Remove duplication of DisableCrashReporter on gtest → Bug 1798711 - Remove duplication of DisableCrashReporter on gtest r?ahal!
Pushed by alissy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b8a71894bd5
Remove duplication of DisableCrashReporter on gtest r=ahal
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•