Bug 1598114 - Update WPTs expectations after implementation of AudioWorkletNode parameters. r=karlt

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Paul Adenot 2020-03-05 00:56:51 +00:00
Родитель 31bc8ab686
Коммит e5878a3ce4
3 изменённых файлов: 24 добавлений и 11 удалений

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

@ -21,7 +21,8 @@
expected: FAIL
[Stringification of worklet_node.parameters]
expected: FAIL
expected:
if release_or_beta: FAIL
[AudioListener interface: attribute positionX]
expected: FAIL
@ -75,7 +76,8 @@
expected: FAIL
[AudioParamMap must be primary interface of worklet_node.parameters]
expected: FAIL
expected:
if release_or_beta: FAIL
[OfflineAudioContext interface: operation suspend(double)]
expected: FAIL

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

@ -5,6 +5,25 @@
if release_or_beta: FAIL
[Executing "AudioWorklet k-rate AudioParam"]
bug: AudioWorketNode::GetParameters is not implemented
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1504984
expected:
if release_or_beta: FAIL
[X k-rate output [256: 383\]: Expected 5 for all values but found 127 unexpected values: \n\tIndex\tActual\n\t[1\]\t5.01953125\n\t[2\]\t5.0390625\n\t[3\]\t5.05859375\n\t[4\]\t5.078125\n\t...and 123 more errors.]
expected: FAIL
[X k-rate output [384: 511\]: Expected 7.5 for all values but found 127 unexpected values: \n\tIndex\tActual\n\t[1\]\t7.51953125\n\t[2\]\t7.5390625\n\t[3\]\t7.55859375\n\t[4\]\t7.578125\n\t...and 123 more errors.]
expected: FAIL
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
expected: FAIL
[X k-rate output [0: 127\]: Expected 0 for all values but found 127 unexpected values: \n\tIndex\tActual\n\t[1\]\t0.01953125\n\t[2\]\t0.0390625\n\t[3\]\t0.05859375\n\t[4\]\t0.078125\n\t...and 123 more errors.]
expected: FAIL
[< [AudioWorklet k-rate AudioParam\] 4 out of 4 assertions were failed.]
expected: FAIL
[X k-rate output [128: 255\]: Expected 2.5 for all values but found 127 unexpected values: \n\tIndex\tActual\n\t[1\]\t2.51953125\n\t[2\]\t2.5390625\n\t[3\]\t2.55859375\n\t[4\]\t2.578125\n\t...and 123 more errors.]
expected: FAIL

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

@ -1,8 +0,0 @@
[audioworkletglobalscope-sample-rate.https.html]
bug: AudioWorklet not enabled on release_or_beta
expected:
if release_or_beta: ERROR
[Executing "Query |sampleRate| upon AudioWorkletGlobalScope construction"]
bug: AudioWorkletNode.parameters https://bugzilla.mozilla.org/show_bug.cgi?id=1598114
expected: FAIL