Closed
Bug 1465316
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11239 - [WebAudio] throw an error when buffer has been already set.
Categories
(Core :: Web Audio, enhancement, P4)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11239 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11239
Details from upstream follow.
Hwanseung Lee <hs1217.lee@samsung.com> wrote:
> [WebAudio] throw an error when buffer has been already set.
>
> should throw an InvalidStateError when buffer has been already
> set in ConvolverNode
>
> Bug: 709656
> Change-Id: Ia0826f9ffa2e180da1311f4cded8ff7fe5461147
>
> Reviewed-on: https://chromium-review.googlesource.com/1077713
> WPT-Export-Revision: 8bdb2a86818f79616cee8c1b16665123b9cd936b
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → Web Audio
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e8575f276e5f6c70eac67f1c66d20207bd0c1610
Assignee | ||
Comment 4•7 years ago
|
||
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5e740929f5b3747bdb18c0ee8d54dc080a5b64f9
Assignee | ||
Comment 6•7 years ago
|
||
Assignee | ||
Comment 7•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2cb18f577c446a19af59944cae90151b7b32c5ad
Assignee | ||
Comment 8•7 years ago
|
||
Assignee | ||
Comment 9•7 years ago
|
||
Assignee | ||
Comment 10•7 years ago
|
||
Assignee | ||
Comment 11•7 years ago
|
||
Assignee | ||
Comment 12•7 years ago
|
||
Ran 1 tests and 10 subtests
OK : 1
PASS : 6
FAIL : 4
New tests that have failures or other problems:
/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-already-has-value.html
# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.: FAIL
< [test] 2 out of 6 assertions were failed.: FAIL
X Set buffer a second time did not throw an exception.: FAIL
X Set buffer to non-null to verify to throw an error did not throw an exception.: FAIL
Assignee | ||
Comment 13•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=eaf11fd3ebb7c472b28f12b25992ea043a4ee39a
Comment 14•7 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/30b7bc981844
[wpt PR 11239] - [WebAudio] throw an error when buffer has been already set., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/323c428c16c5
[wpt PR 11239] - Update wpt metadata, a=testonly
Comment 15•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/30b7bc981844
https://hg.mozilla.org/mozilla-central/rev/323c428c16c5
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•