Permafailing browser/modules/test/browser/browser_ProcessHangNotifications.js | proper number of buttons - Got 2, expected 3 when Gecko 85 merges to Beta on 2020-12-14
Categories
(Firefox :: General, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox83 | --- | unaffected |
firefox84 | --- | unaffected |
firefox85 | --- | verified |
People
(Reporter: nataliaCs, Assigned: mconley)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Failure log: https://treeherder.mozilla.org/logviewer?job_id=323577919&repo=try&lineNumber=7022
[task 2020-12-04T13:03:54.714Z] 13:03:54 INFO - TEST-PASS | browser/modules/test/browser/browser_ProcessHangNotifications.js | Notification Displayed. -
[task 2020-12-04T13:03:54.715Z] 13:03:54 INFO - Buffered messages finished
[task 2020-12-04T13:03:54.715Z] 13:03:54 INFO - TEST-UNEXPECTED-FAIL | browser/modules/test/browser/browser_ProcessHangNotifications.js | proper number of buttons - Got 2, expected 3
[task 2020-12-04T13:03:54.716Z] 13:03:54 INFO - Stack trace:
[task 2020-12-04T13:03:54.716Z] 13:03:54 INFO - chrome://mochikit/content/browser-test.js:test_is:1332
[task 2020-12-04T13:03:54.716Z] 13:03:54 INFO - chrome://mochitests/content/browser/browser/modules/test/browser/browser_ProcessHangNotifications.js:terminatePluginTest:254
[task 2020-12-04T13:03:54.717Z] 13:03:54 INFO - TEST-PASS | browser/modules/test/browser/browser_ProcessHangNotifications.js | Expected the 'Stop it' button to terminate the plug-in -
:mconley, could you look at this?
Thank you.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
•
|
||
Looks like we only add that button for script type hangs, and not plugin hangs. That old commented out section for terminatePluginTest
was probably copypaste that shouldn't have gotten carried over when that subtest was created, since it doesn't apply. Patch, with try push, coming up.
Assignee | ||
Comment 3•5 years ago
|
||
buttonCount has a different value depending on whether or not the build is MOZ_DEV_EDITION or
not, since we show an extra Debug button for script hangs in Developer Edition.
We do not show that extra button for plugin hangs, regardless of the build type, so we
shouldn't use buttonCount here.
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Comment 6•5 years ago
|
||
Verified fixed in today's beta simulation.
https://treeherder.mozilla.org/jobs?repo=try&group_state=expanded&revision=e97e84bc01abddc9a0ec37bdc57f3ee2cea06a5d&searchStr=linux%2C18.04%2Cx64%2Cdevedition%2Copt%2Cmochitests%2Ctest-linux1804-64-devedition%2Fopt-mochitest-browser-chrome-e10s%2Cbc4&selectedTaskRun=WZKxStRPTAqooXc3qNqA1g.0
Updated•5 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Description
•