Closed
Bug 1425993
Opened 7 years ago
Closed 7 years ago
Various security violation event tests are going to permafail when Gecko 59 goes to late Beta
Categories
(Core :: DOM: Security, defect, P1)
Core
DOM: Security
Tracking
()
VERIFIED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | unaffected |
firefox59 | + | verified |
People
(Reporter: RyanVM, Assigned: cfu)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
2.83 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
[Tracking Requested - why for this release]: Various permafailing tests when the EARLY_BETA_OR_EARLIER ifdef gets flipped on Gecko 59 on Beta.
As expected in bug 1037335...
TEST-UNEXPECTED-NOTRUN | /content-security-policy/style-src/style-src-imported-style-blocked.html | Should fire a securitypolicyviolation event - expected FAIL
TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces.html | SecurityPolicyViolationEvent should be defined on the global scope (and a bunch more like it)
Flags: needinfo?(cfu)
Updated•7 years ago
|
Assignee: nobody → cfu
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [domsecurity-active]
Comment 1•7 years ago
|
||
The early/first merge will be Jan. 11th.
Tracking so we can make sure to check back in early January.
Reporter | ||
Comment 2•7 years ago
|
||
This is what I'm using to work around it for now on Try with good results.
Assignee | ||
Comment 3•7 years ago
|
||
I'm trying my best to fix SecurityPolicyViolationEvent related follow-up bugs, to see if we can solve the spec issues and enable it in all channels before the merge day.
However, I'm not sure if I can finish them on time, so this patch should be necessary. Whom can we ask for review?
Flags: needinfo?(cfu)
Updated•7 years ago
|
Attachment #8938175 -
Flags: review+
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/4e60eefd78cc
Make security violation events Nightly-only and update test expectations accordingly. r=smaug
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•