Bug 1583496 update expected beta failure annotation where AudioWorklet is not enabled r=padenot

for changes in the way exceptions are reported since
https://hg.mozilla.org/mozilla-central/rev/be26864d5a00#l38.1

Differential Revision: https://phabricator.services.mozilla.com/D47205

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Karl Tomlinson 2019-09-27 00:27:03 +00:00
Родитель 33ed3fa21b
Коммит 520cc882ec
13 изменённых файлов: 170 добавлений и 14 удалений

Просмотреть файл

@ -1,6 +1,9 @@
[active-processing.https.html]
expected:
if release_or_beta: ERROR
[Executing "Setup graph"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[X Number of channels in input[-1:\]: Expected 1 for all values but found 1 unexpected values: \n\tIndex\tActual\n\t[0\]\t0]
expected: FAIL

Просмотреть файл

@ -1,4 +1,10 @@
[k-rate-audioworklet.https.html]
[Executing "Create Test Worklet"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "AudioWorklet k-rate AudioParam"]
expected: FAIL
bug: AudioWorketNode::GetParameters is not implemented

Просмотреть файл

@ -1,3 +1,9 @@
[audioworklet-audioparam.https.html]
[Executing "Initializing AudioWorklet and Context"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "Verifying AudioParam in AudioWorkletNode"]
expected: FAIL

Просмотреть файл

@ -1,2 +1,9 @@
[audioworkletnode-automatic-pull.https.html]
expected: ERROR
expected:
if release_or_beta: OK
ERROR
[Executing "setup-worklet"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL

Просмотреть файл

@ -1,2 +1,34 @@
[audioworkletnode-channel-count.https.html]
expected: ERROR
expected:
if release_or_beta: OK
ERROR
[Executing "setup-buffer-and-worklet"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[X Second half of Channel #0: Expected 1 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[X Second half of Channel #1: Expected 2 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[X Second half of Channel #2: Expected 3 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[< [verify-rendered-buffer\] 3 out of 6 assertions were failed.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL

Просмотреть файл

@ -1,6 +1,4 @@
[audioworkletnode-construction.https.html]
expected:
if release_or_beta: ERROR
[X Creating a node before loading a module should throw. threw "ReferenceError" instead of InvalidStateError.]
expected:
if release_or_beta: FAIL
@ -9,3 +7,13 @@
expected:
if release_or_beta: FAIL
[Executing "construction-after-module-loading"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL

Просмотреть файл

@ -1,3 +1,56 @@
[audioworkletnode-constructor-options.https.html]
expected:
if release_or_beta: ERROR
[Executing "setup"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[X Creating AudioWOrkletNode without options incorrectly threw ReferenceError: "AudioWorkletNode is not defined".]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "without-audio-node-options"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[< [without-audio-node-options\] 1 out of 1 assertions were failed.]
bug: AudioWorklet not enabled on release_or_beta
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: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "audio-node-options"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[< [audio-node-options\] 1 out of 1 assertions were failed.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "channel-count"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "channel-count-mode"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "channel-interpretation"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[# AUDIT TASK RUNNER FINISHED: 2 out of 6 tasks were failed.]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL

Просмотреть файл

@ -1,2 +1,9 @@
[audioworkletnode-disconnected-input.https.html]
expected: ERROR
expected:
if release_or_beta: OK
ERROR
[Executing "test"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL

Просмотреть файл

@ -1,2 +1,14 @@
[audioworkletprocessor-options.https.html]
expected: ERROR
expected:
if release_or_beta: OK
ERROR
[Executing "valid-processor-data"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "empty-option"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL

Просмотреть файл

@ -1,3 +1,6 @@
[baseaudiocontext-audioworklet.https.html]
expected:
if release_or_beta: ERROR
[Executing "Test if AudioWorklet exists"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL

Просмотреть файл

@ -1,6 +1,14 @@
[simple-input-output.https.html]
expected:
if release_or_beta: ERROR
[Executing "Initialize worklet"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "test"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
expected: FAIL

Просмотреть файл

@ -1,3 +1,9 @@
[active-processing.https.html]
[Executing "initialize"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[Executing "test"]
expected: FAIL

Просмотреть файл

@ -1,4 +1,9 @@
[active-processing.https.html]
[Executing "initialize"]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: FAIL
[X AudioWorklet module loading rejected incorrectly with NetworkError: A network error occurred.. Got Promise.]
expected: FAIL