Skip to content

Commit

Permalink
Bug 1591810 - Restore deleted expectations for release or beta. a=tes…
Browse files Browse the repository at this point in the history
…t-only
  • Loading branch information
CosminSabou committed Oct 31, 2019
1 parent 7665a7d commit 5125b83
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
[audioworkletnode-construction.https.html]
expected:
if release_or_beta: FAIL
[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

Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
[audioworkletnode-constructor-options.https.html]
expected:
if release_or_beta: FAIL
[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

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[baseaudiocontext-audioworklet.https.html]
expected:
if release_or_beta: FAIL
[Executing "Test if AudioWorklet exists"]
bug: 1585946
expected:
if release_or_beta: FAIL

0 comments on commit 5125b83

Please sign in to comment.