author | Sebastian Hengst <archaeopteryx@coole-files.de> |
Fri, 11 Oct 2019 12:54:04 +0000 | |
changeset 497275 | c9ea9966d4cdc4007eb3c4a023ad87fa891eda33 |
parent 497274 | 8813a475c23796f0e83305c1c71e97eb4cb2c88c |
child 497276 | 15ff5c7542067cfa94da1ce0c896141be4afea78 |
push id | 36681 |
push user | cbrindusan@mozilla.com |
push date | Fri, 11 Oct 2019 21:50:12 +0000 |
treeherder | mozilla-central@c5e6477c3a24 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jgraham |
bugs | 1585946, 1584570, 1583496 |
milestone | 71.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-construction.https.html.ini @@ -0,0 +1,21 @@ +[audioworkletnode-construction.https.html] + [X Creating a node before loading a module should throw. threw "ReferenceError" instead of InvalidStateError.] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [< [construction-before-module-loading\] 1 out of 1 assertions were failed.] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [Executing "construction-after-module-loading"] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.] + bug: 1585946 + expected: + if release_or_beta: FAIL +
new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletnode-constructor-options.https.html.ini @@ -0,0 +1,56 @@ +[audioworkletnode-constructor-options.https.html] + [Executing "setup"] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [X Creating AudioWOrkletNode without options incorrectly threw ReferenceError: "AudioWorkletNode is not defined".] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [Executing "without-audio-node-options"] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [< [without-audio-node-options\] 1 out of 1 assertions were failed.] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [X Creating AudioWOrkletNode with options: {"numberOfInputs":7,"numberOfOutputs":18,"channelCount":4,"channelCountMode":"clamped-max","channelInterpretation":"discrete"} incorrectly threw ReferenceError: "AudioWorkletNode is not defined".] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [Executing "audio-node-options"] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [< [audio-node-options\] 1 out of 1 assertions were failed.] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [Executing "channel-count"] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [Executing "channel-count-mode"] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [Executing "channel-interpretation"] + bug: 1585946 + expected: + if release_or_beta: FAIL + + [# AUDIT TASK RUNNER FINISHED: 2 out of 6 tasks were failed.] + bug: 1585946 + expected: + if release_or_beta: FAIL +
new file mode 100644 --- /dev/null +++ b/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https.html.ini @@ -0,0 +1,6 @@ +[baseaudiocontext-audioworklet.https.html] + [Executing "Test if AudioWorklet exists"] + bug: 1585946 + expected: + if release_or_beta: FAIL +