Closed
Bug 1884211
Opened 8 months ago
Closed 8 months ago
Perma dom/tests/mochitest/general/test_interfaces.html | If this is failing: DANGER, are you sure you want to expose the new interface AudioData to all webpages as a property on 'window'? Do not make a change to when Gecko 125 merges to Beta on 2024-03-18
Categories
(Core :: Audio/Video: Web Codecs, defect, P1)
Core
Audio/Video: Web Codecs
Tracking
()
VERIFIED
FIXED
125 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | --- | unaffected |
firefox125 | + | verified |
People
(Reporter: noriszfay, Assigned: padenot)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(2 files)
[task 2024-03-07T18:26:38.158Z] 18:26:38 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | HTMLTableCellElement is exposed as an own property on 'window' but tests false for "in" in the global scope
[task 2024-03-07T18:26:38.159Z] 18:26:38 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | HTMLTableCellElement is exposed as an own property on 'window' but has no property descriptor in the global scope
[task 2024-03-07T18:26:38.160Z] 18:26:38 INFO - Buffered messages finished
[task 2024-03-07T18:26:38.161Z] 18:26:38 INFO - TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces.html | If this is failing: DANGER, are you sure you want to expose the new interface AudioData to all webpages as a property on 'window'? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
[task 2024-03-07T18:26:38.162Z] 18:26:38 INFO - SimpleTest.ok@SimpleTest/SimpleTest.js:426:16
[task 2024-03-07T18:26:38.163Z] 18:26:38 INFO - runTest@dom/tests/mochitest/general/test_interfaces.js:2038:7
[task 2024-03-07T18:26:38.164Z] 18:26:38 INFO - @dom/tests/mochitest/general/test_interfaces.js:2089:8
[task 2024-03-07T18:26:38.165Z] 18:26:38 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | AudioData is exposed as an own property on 'window' but tests false for "in" in the global scope
[task 2024-03-07T18:26:38.166Z] 18:26:38 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces.html | AudioData is exposed as an own property on 'window' but has no property descriptor in the global scope
<...>
[task 2024-03-07T18:27:59.155Z] 18:27:59 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces_secureContext.html | AuthenticatorResponse is exposed as an own property on 'window' but tests false for "in" in the global scope
[task 2024-03-07T18:27:59.155Z] 18:27:59 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces_secureContext.html | AuthenticatorResponse is exposed as an own property on 'window' but has no property descriptor in the global scope
[task 2024-03-07T18:27:59.155Z] 18:27:59 INFO - Buffered messages finished
[task 2024-03-07T18:27:59.156Z] 18:27:59 INFO - TEST-UNEXPECTED-FAIL | dom/tests/mochitest/general/test_interfaces_secureContext.html | If this is failing: DANGER, are you sure you want to expose the new interface AudioData to all webpages as a property on 'window'? Do not make a change to this file without a review from a DOM peer for that specific change!!! (or a JS peer for changes to ecmaGlobals)
[task 2024-03-07T18:27:59.156Z] 18:27:59 INFO - SimpleTest.ok@https://example.com/tests/SimpleTest/SimpleTest.js:426:16
[task 2024-03-07T18:27:59.156Z] 18:27:59 INFO - runTest@https://example.com/tests/dom/tests/mochitest/general/test_interfaces.js:2038:7
[task 2024-03-07T18:27:59.156Z] 18:27:59 INFO - @https://example.com/tests/dom/tests/mochitest/general/test_interfaces.js:2089:8
[task 2024-03-07T18:27:59.156Z] 18:27:59 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces_secureContext.html | AudioData is exposed as an own property on 'window' but tests false for "in" in the global scope
[task 2024-03-07T18:27:59.157Z] 18:27:59 INFO - TEST-PASS | dom/tests/mochitest/general/test_interfaces_secureContext.html | AudioData is exposed as an own property on 'window' but has no property descriptor in the global scope
Failures on test_worker_interfaces.html also present. Log here
Flags: needinfo?(padenot)
Updated•8 months ago
|
Updated•8 months ago
|
Severity: -- → S3
Priority: -- → P1
Comment 1•8 months ago
|
||
Assignee | ||
Comment 2•8 months ago
|
||
An oversight in the initial landing in bug 1858958.
Updated•8 months ago
|
Assignee: nobody → padenot
Status: NEW → ASSIGNED
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/11546224dd28
Put AudioData behind the Web Codecs pref. r=webidl,emilio
Comment 4•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment 5•8 months ago
|
||
Hi Paul! Do you please take another look at this? It looks like this is not entirely fixed, as it can be seen here.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: 125 Branch → ---
Assignee | ||
Comment 6•8 months ago
|
||
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1b1b5dafac0d
AudioDecoder is nightly only for now. r=webidl,smaug
Comment 10•8 months ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 8 months ago → 8 months ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•