Closed
Bug 1467916
Opened 6 years ago
Closed 6 years ago
TestRunnerActivity should exit if there is a content crash and MOZ_CRASHREPORTER_SHUTDOWN is set
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox62 wontfix, firefox63 fixed)
RESOLVED
FIXED
mozilla63
People
(Reporter: snorp, Assigned: snorp)
References
Details
Attachments
(1 file)
This is expected by the harness.
Comment hidden (mozreview-request) |
Comment 2•6 years ago
|
||
mozreview-review |
Comment on attachment 8984605 [details]
Bug 1467916 - Make TestRunnerActivity exit if there is a content crash
https://reviewboard.mozilla.org/r/250480/#review256936
::: mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/TestRunnerActivity.java:21
(Diff revision 1)
> +import android.os.Handler;
> +import android.os.Looper;
> +import android.util.Log;
Not used?
Attachment #8984605 -
Flags: review?(nchen) → review+
Updated•6 years ago
|
Assignee: nobody → snorp
Priority: -- → P1
Assignee | ||
Comment 4•6 years ago
|
||
Yeah, but it's in with some other stuff that needs one review still.
Flags: needinfo?(snorp)
Pushed by jwillcox@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/66fdcd45de90
Make TestRunnerActivity exit if there is a content crash r=jchen
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 7•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
status-firefox62:
--- → fix-optional
Updated•6 years ago
|
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Version: Firefox 59 → 59 Branch
Updated•6 years ago
|
Target Milestone: Firefox 63 → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•