Closed
Bug 1496114
Opened 6 years ago
Closed 6 years ago
Permafailing wpt failures on /feature-policy/payment-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html when Gecko 64 merges to Beta on 2018-10-15
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1495301
Tracking | Status | |
---|---|---|
geckoview62 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | + | fixed |
People
(Reporter: tiberius_oros, Assigned: baku)
Details
(Whiteboard: [stockwell unknown])
Attachments
(1 file)
2.11 KB,
patch
|
marcosc
:
review+
|
Details | Diff | Splinter Review |
Central as Beta:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=e8242b1f0795a4aa56ac7f54ed4396dbaa842bc7&selectedJob=203112747
Failure log:
https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=testfailed,busted,exception&classifiedState=unclassified&revision=e8242b1f0795a4aa56ac7f54ed4396dbaa842bc7&selectedJob=203112747
Reporter | ||
Updated•6 years ago
|
status-firefox62:
--- → unaffected
status-firefox63:
--- → unaffected
status-firefox64:
--- → affected
status-firefox-esr60:
--- → unaffected
status-geckoview62:
--- → unaffected
tracking-firefox64:
--- → ?
Comment 1•6 years ago
|
||
This appears to be from bug 1495359.
Andrea can you please take a look?
Depends on: 1495359
Flags: needinfo?(amarchesini)
Reporter | ||
Updated•6 years ago
|
No longer depends on: 1495359
Summary: Permafailing wpt failures on /feature-policy/payment-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html → Permafailing wpt failures on /feature-policy/payment-allowed-by-feature-policy-attribute-redirect-on-load.https.sub.html when Gecko 64 merges to Beta on 2018-10-15
Assignee | ||
Comment 2•6 years ago
|
||
The problem is that payment API is completely disabled in nightly. This means we cannot enable it by pref in order to run those WPTs:
https://searchfox.org/mozilla-central/rev/3c85ea2f8700ab17e38b82d77cd44644b4dae703/dom/payments/PaymentRequest.cpp#63-68
I can submit a patch to change this code, or I can disable the tests for beta.
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 3•6 years ago
|
||
Assignee: nobody → amarchesini
Attachment #9014094 -
Flags: review?(mcaceres)
Comment 4•6 years ago
|
||
Comment on attachment 9014094 [details] [diff] [review]
pref.patch
Review of attachment 9014094 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM
Attachment #9014094 -
Flags: review?(mcaceres) → review+
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Priority: -- → P2
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/474f3df15a58
PaymentRequest CTOR is controlled by pref, r=marcosc
Assignee | ||
Comment 7•6 years ago
|
||
We should uplift this patch when in central.
Flags: needinfo?(apavel)
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Flags: needinfo?(apavel)
Comment 9•6 years ago
|
||
(In reply to Andrea Marchesini [:baku] from comment #7)
> We should uplift this patch when in central.
The beta simulations are done with the good in the central tree. The issue should be gone in today's beta simulations. Do you want it uplifted for other reasons? If yes, please request beta approval.
QA Contact: overholt
Updated•6 years ago
|
Updated•6 years ago
|
QA Contact: overholt
Comment hidden (Intermittent Failures Robot) |
Comment 11•6 years ago
|
||
Looks like this issue was not fixed, is still present on beta sims.
https://treeherder.mozilla.org/logviewer.html#?job_id=204498399&repo=try&lineNumber=13379
Status: RESOLVED → REOPENED
Flags: needinfo?(amarchesini)
Resolution: FIXED → ---
Target Milestone: mozilla64 → ---
Updated•6 years ago
|
Comment 12•6 years ago
|
||
Baku, since UI code is not packaged into the Beta, when running tests, the lack of UI introduces errors/crashes. So I would like to check in the patch on bug 1495301 to avoid crashing tests.
Updated•6 years ago
|
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → DUPLICATE
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•