Perma /test_classify_by_default.html | Tracker request img-srcreceived without cookie when Gecko 68 merges to Beta on 2019-05-06
Categories
(Toolkit :: Safe Browsing, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | + | verified |
People
(Reporter: RaulG, Assigned: dimi)
References
Details
(Keywords: regression)
Attachments
(1 file)
[Tracking Requested - why for this release]:
Central as Beta simulation: https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=7badcc1ef6947dae9e04cb8b8924dbbda2593a6c&selectedJob=236116471
Log link:https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=236116471&repo=try&lineNumber=13780
Log snippet:
[task 2019-03-26T13:11:45.149Z] 13:11:45 INFO - TEST-PASS | toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html | Tracker request xmlhttprequestreceived with cookie
[task 2019-03-26T13:11:45.150Z] 13:11:45 INFO - TEST-PASS | toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html | Tracker request send-beaconreceived with cookie
[task 2019-03-26T13:11:45.150Z] 13:11:45 INFO - Buffered messages finished
[task 2019-03-26T13:11:45.152Z] 13:11:45 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html | Tracker request img-srcreceived without cookie
[task 2019-03-26T13:11:45.152Z] 13:11:45 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:275:18
[task 2019-03-26T13:11:45.152Z] 13:11:45 INFO - loadTestFrame/</</<@toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html:58:11
[task 2019-03-26T13:11:45.153Z] 13:11:45 INFO - Not taking screenshot here: see the one that was previously logged
[task 2019-03-26T13:11:45.153Z] 13:11:45 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html | Tracker request object-datareceived without cookie
[task 2019-03-26T13:11:45.153Z] 13:11:45 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:275:18
[task 2019-03-26T13:11:45.153Z] 13:11:45 INFO - loadTestFrame/</</<@toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html:58:11
[task 2019-03-26T13:11:45.156Z] 13:11:45 INFO - Not taking screenshot here: see the one that was previously logged
[task 2019-03-26T13:11:45.156Z] 13:11:45 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html | Tracker request script-srcreceived without cookie
[task 2019-03-26T13:11:45.156Z] 13:11:45 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:275:18
[task 2019-03-26T13:11:45.157Z] 13:11:45 INFO - loadTestFrame/</</<@toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html:58:11
[task 2019-03-26T13:11:45.157Z] 13:11:45 INFO - Not taking screenshot here: see the one that was previously logged
[task 2019-03-26T13:11:45.158Z] 13:11:45 INFO - TEST-UNEXPECTED-FAIL | toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html | Tracker request iframe-srcreceived without cookie
[task 2019-03-26T13:11:45.158Z] 13:11:45 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:275:18
[task 2019-03-26T13:11:45.158Z] 13:11:45 INFO - loadTestFrame/</</<@toolkit/components/url-classifier/tests/mochitest/test_classify_by_default.html:58:11
[task 2019-03-26T13:11:45.159Z] 13:11:45 INFO - Not taking screenshot here: see the one that was previously logged
dimi, this failure seems to be from Bug 1522412, can you please take a look?
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
In the test_classify_by_default.html, we use "network.cookie.cookieBehavior"
to test if a channel is correctly classified.
Cookie restriction is only enabled in nightly and early beta so the
default preference is not always set. Although we set the preference
in the testcase, it is too late because that the channel's cookie
setting might inherit from it's parent and may end up with getting
the old(default) value.
In this patch, we use window.open to test the tracker frame to make
sure we use the udpated prefrence.
Comment 4•6 years ago
|
||
bugherder |
Comment 5•6 years ago
|
||
Verified as fixed with this beta sim:
https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=f93052ee13bd1c13116d56247edb8a0c4a87a0ce&selectedJob=237825393
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Description
•