Perma browser_bug731866.js | Privacy elements should be visible (id=httpsOnlyBox) and browser_bug795764_cachedisabled.js | Privacy element of id=httpsOnlyBox should be visible when Gecko 80 merges to Beta on 2020-07-27
Categories
(Core :: DOM: Security, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | unaffected |
firefox80 | + | verified |
People
(Reporter: aryx, Assigned: ckerschb)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [domsecurity-active])
Attachments
(1 file)
central-as-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=de9ae70754f6cd7fd622db51ec21e6bbca8d400e&selectedTaskRun=GEH7i6W-SO-cVnVLOWlD_Q.0
Log: https://treeherder.mozilla.org/logviewer.html#?job_id=309289166&repo=try
TEST-UNEXPECTED-FAIL | browser/components/preferences/tests/browser_bug731866.js | Privacy elements should be visible (id=httpsOnlyBox) -
TEST-UNEXPECTED-FAIL | browser/components/preferences/tests/browser_bug795764_cachedisabled.js | Privacy element of id=httpsOnlyBox should be visible -
![]() |
Reporter | |
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
(In reply to Sebastian Hengst [:aryx] (needinfo on intermittent or backout) from comment #0)
TEST-UNEXPECTED-FAIL | browser/components/preferences/tests/browser_bug731866.js | Privacy elements should be visible (id=httpsOnlyBox) -
TEST-UNEXPECTED-FAIL | browser/components/preferences/tests/browser_bug795764_cachedisabled.js | Privacy element of id=httpsOnlyBox should be visible -
Gijs, I guess I could use some guidance on how to fix that - can you help me out?
Comment 2•5 years ago
|
||
You'll want to add a block like https://searchfox.org/mozilla-central/rev/8d55e18875b89cdf2a22a7cba60dc40999c18356/browser/components/preferences/tests/browser_bug731866.js#23-33 in that test, and a similar block inside https://searchfox.org/mozilla-central/rev/8d55e18875b89cdf2a22a7cba60dc40999c18356/browser/components/preferences/tests/browser_bug795764_cachedisabled.js#37 - basically, you'll want avoid asserting that the item with id httpsOnlyBox
is visible on non-nightly.
The "right" thing to do is probably to make your new block read the exposure pref you created, and determine the desired state based on that. Does that help?
Assignee | ||
Comment 3•5 years ago
|
||
(In reply to :Gijs (he/him) from comment #2)
The "right" thing to do is probably to make your new block read the exposure pref you created, and determine the desired state based on that. Does that help?
Yes it does - thanks!
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
![]() |
Reporter | |
Comment 8•5 years ago
|
||
Verified fixed in today's central-as-beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&group_state=expanded&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=1fd50f3457cecf9ac3c1bc6eb8235c1263f49698
Updated•4 years ago
|
Updated•4 years ago
|
Description
•