gecko/content/media/webaudio/test
2014-03-04 18:22:18 -08:00
..
blink Bug 968837 - Move more Mochitests into manifests. r=jmaher 2014-02-06 15:37:30 -05:00
audio-expected.wav Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
audio-mono-expected-2.wav Bug 870174 - Eliminate some lags and glitches caused by resampling in decodeAudioData and AudioBufferSourceNode.cpp, and make the code simpler too!; r=roc 2013-05-13 00:17:00 -04:00
audio-mono-expected.wav Bug 870174 - Eliminate some lags and glitches caused by resampling in decodeAudioData and AudioBufferSourceNode.cpp, and make the code simpler too!; r=roc 2013-05-13 00:17:00 -04:00
audio-quad.wav Bug 881092 - Test that we can decode multichannel WAVE file only when using decodeAudioData. r=ehsan 2013-08-29 11:44:05 +02:00
audio.ogv Bug 792263 - Implement decodeAudioData; r=bzbarsky,cpearce,padenot 2013-02-01 17:13:23 -05:00
audioBufferSourceNodeNeutered_worker.js Bug 886618. Part 4: Test. r=ehsan 2013-07-05 09:19:54 +12:00
invalid.txt Bug 792263 - Implement decodeAudioData; r=bzbarsky,cpearce,padenot 2013-02-01 17:13:23 -05:00
layouttest-glue.js Bug 815643 - Part 9: Port Blink's LayoutTest for ConvolverNode to mochitest-plain; r=roc 2013-06-10 16:10:07 -04:00
mochitest.ini Backed out changeset f814a1a08de6 (bug 865241) for failing at least once per push since the test landed 2014-03-04 18:22:18 -08:00
moz.build Bug 968837 - Move more Mochitests into manifests. r=jmaher 2014-02-06 15:37:30 -05:00
noaudio.webm Bug 792263 - Implement decodeAudioData; r=bzbarsky,cpearce,padenot 2013-02-01 17:13:23 -05:00
small-shot-expected.wav Bug 870174 - Eliminate some lags and glitches caused by resampling in decodeAudioData and AudioBufferSourceNode.cpp, and make the code simpler too!; r=roc 2013-05-13 00:17:00 -04:00
small-shot-mono-expected.wav Bug 870174 - Eliminate some lags and glitches caused by resampling in decodeAudioData and AudioBufferSourceNode.cpp, and make the code simpler too!; r=roc 2013-05-13 00:17:00 -04:00
small-shot.ogg Bug 792263 - Implement decodeAudioData; r=bzbarsky,cpearce,padenot 2013-02-01 17:13:23 -05:00
test_analyserNode.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_AudioBuffer.html Bug 949474 - Reflect the fact that the nominal range for the sampleRate argument of the AudioContext.createBuffer changed in the spec. r= 2013-12-13 17:58:00 +01:00
test_audioBufferSourceNode.html Bug 943461. Part 12: Remove spurious ScriptProcessorNode from test. r=karl 2013-12-10 13:49:03 +13:00
test_audioBufferSourceNodeEnded.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_audioBufferSourceNodeLazyLoopParam.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_audioBufferSourceNodeLoop.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_audioBufferSourceNodeLoopStartEnd.html Bug 949474 - Reflect the fact that the nominal range for the sampleRate argument of the AudioContext.createBuffer changed in the spec. r= 2013-12-13 17:58:00 +01:00
test_audioBufferSourceNodeLoopStartEndSame.html Bug 875144 - Disallow creating AudioBuffers of 0 length; r=roc 2013-05-23 22:39:36 -04:00
test_audioBufferSourceNodeNeutered.html Bug 886618. Part 4: Test. r=ehsan 2013-07-05 09:19:54 +12:00
test_audioBufferSourceNodeNoStart.html Bug 886657. Don't play anything from an AudioBufferSourceNode until a buffer has been set and start() has been called. r=ehsan 2013-06-26 04:00:42 +12:00
test_audioBufferSourceNodeNullBuffer.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_audioBufferSourceNodeOffset.html Bug 895720 - Actually use the fuzz value. 2013-07-30 11:10:33 +01:00
test_AudioContext.html Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
test_audioDestinationNode.html Bug 923517 - AudioDestinationNode should work as an EventTarget, r=ehsan 2013-10-03 18:40:20 -04:00
test_AudioListener.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_AudioParam.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_audioParamExponentialRamp.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_audioParamGain.html Bug 943589 - Handle AudioChunk::mVolume (from GainNode) in AudioParam. r=ehsan 2014-01-10 15:30:40 +01:00
test_audioParamLinearRamp.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_audioParamSetCurveAtTime.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_audioParamSetCurveAtTimeZeroDuration.html Bug 875596 - Properly handle AudioParam SetCurve automation events with a 0 duration; r=roc 2013-05-24 13:19:47 -04:00
test_audioParamSetTargetAtTime.html Bug 897092 - Fix setTargetAtTime glitch. r=ehsan 2013-08-09 15:11:03 +02:00
test_audioParamSetValueAtTime.html Bug 878497 - Add a test case for AudioParam.setValueAtTime; r=roc 2013-06-02 09:25:16 -04:00
test_audioParamTimelineDestinationOffset.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_badConnect.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_biquadFilterNode.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_biquadFilterNodeWithGain.html b=924288 continue producing BiquadFilter sound output after input becomes null r=ehsan 2013-10-25 14:05:42 +13:00
test_bug808374.html Bug 949474 - Reflect the fact that the nominal range for the sampleRate argument of the AudioContext.createBuffer changed in the spec. r= 2013-12-13 17:58:00 +01:00
test_bug827541.html Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz 2014-02-24 14:40:21 -08:00
test_bug839753.html Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz 2014-02-24 14:40:21 -08:00
test_bug845960.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug856771.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug866570.html Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz 2014-02-24 14:40:21 -08:00
test_bug866737.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug867089.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug867104.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug867174.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug867203.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug875221.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug875402.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_bug894150.html Bug 976105 - Remove test-suite dependency on unprivileged calls to constructor-as-function. r=bz 2014-02-24 14:40:21 -08:00
test_bug938022.html test for bug 938022 2014-02-24 12:41:47 +13:00
test_bug956489.html test for bug 956489 2014-02-17 09:47:39 +13:00
test_bug964376.html test for bug 964376 2014-02-14 17:48:34 +13:00
test_bug972678.html test for bug 972678 2014-02-27 11:45:04 +13:00
test_channelMergerNode.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_channelMergerNodeWithVolume.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_channelSplitterNode.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_channelSplitterNodeWithVolume.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_convolverNode_mono_mono.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_convolverNode.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_convolverNodeChannelCount.html b=910171 register tail references with the AudioContext so they can be removed when the rendering is complete r=ehsan 2013-09-17 11:54:52 +12:00
test_convolverNodeWithGain.html test for bug 891254 2013-09-02 16:52:15 +12:00
test_currentTime.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_decodeMultichannel.html Bug 881092 - Test that we can decode multichannel WAVE file only when using decodeAudioData. r=ehsan 2013-08-29 11:44:05 +02:00
test_delayNode.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_delayNodeAtMax.html use existing named constants b=890528 2013-09-02 16:53:15 +12:00
test_delayNodeChannelChanges.html b=857610 test DelayNode channel count changes 2014-03-05 10:06:56 +13:00
test_delayNodeCycles.html Bug 881959 - Tests for cycles in WebAudio graphs. r=ehsan 2013-09-02 15:14:51 +02:00
test_delayNodeSmallMaxDelay.html Bug 877523 - Correctly handle small maximum delay values for DelayNode; r=roc 2013-05-30 20:52:26 -04:00
test_delayNodeTailIncrease.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_delayNodeTailWithDisconnect.html remove debugging dump() accidentally added in bug 923301 2014-02-19 17:39:38 +13:00
test_delayNodeTailWithGain.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_delayNodeTailWithReconnect.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_delayNodeWithGain.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_dynamicsCompressorNode.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_gainNode.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_gainNodeInLoop.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_maxChannelCount.html b=911777 collect cycles before getting maxChannelCount to release some cubeb streams r=padenot 2013-09-07 00:33:32 +12:00
test_mediaDecoding.html test for bug 937475 2013-12-04 14:40:38 +13:00
test_mediaElementAudioSourceNode.html Bug 855568 - Implement MediaElementAudioSourceNode 2013-07-25 15:01:49 +12:00
test_mediaStreamAudioDestinationNode.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_mediaStreamAudioSourceNode.html Bug 856361. Part 8: Fix copying of track data from input streams to output streams in AudioNodeExternalInputStream. r=padenot 2013-08-01 16:02:49 +12:00
test_mediaStreamAudioSourceNodeCrossOrigin.html Bug 856361. Part 5: Implement MediaStreamAudioSourceNode. r=ehsan 2013-07-24 23:29:39 +12:00
test_mediaStreamAudioSourceNodeResampling.html Bug 856361. Part 5: Implement MediaStreamAudioSourceNode. r=ehsan 2013-07-24 23:29:39 +12:00
test_mixingRules.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_mozaudiochannel.html Bug 924870 - AudioContext.mozAudioChannel attribute, r=ehsan 2013-10-11 13:55:47 +02:00
test_nodeToParamConnection.html Bug 870167 - Create a mini test framework for Web Audio; r=roc 2013-05-09 08:45:35 -04:00
test_OfflineAudioContext.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_offlineDestinationChannelCountLess.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_offlineDestinationChannelCountMore.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_oscillatorNode2.html b=918221 don't remove OscillatorNode playing ref on stop() but wait until finished r=ehsan 2013-09-24 13:48:56 +12:00
test_oscillatorNode.html Bug 865256 - Part 4: Implement custom waveforms. r=ehsan,padenot 2013-08-28 15:39:26 -07:00
test_oscillatorNodeStart.html b=966322 work around bug 916387 DONTBUILD 2014-02-20 14:58:09 +13:00
test_oscillatorTypeChange.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_pannerNode_equalPower.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_pannerNode.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_pannerNodeAbove.html test equalpower panning effect with panner directly above b=907986 2013-09-04 21:20:59 +12:00
test_pannerNodeChannelCount.html tests for convolver and panner channelCount b=906966 2013-09-05 07:44:04 +12:00
test_pannerNodeTail.html remove debugging dump() accidentally added in bug 931311 2014-02-19 17:37:34 +13:00
test_periodicWave.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_scriptProcessorNode.html b=938450 reduce the number of offset parameters to compareChannels() f=ehsan 2013-12-03 12:20:46 +13:00
test_scriptProcessorNodeChannelCount.html b=938450 rename compareBuffers to compareChannels & add compareBuffers f=ehsan 2013-12-03 12:13:15 +13:00
test_scriptProcessorNodeNotConnected.html Bug 916384 - Stop calling onaudioprocess on the ScriptProcessorNode it has no inputs or outputs. r=roc 2013-12-12 15:31:51 +01:00
test_scriptProcessorNodeZeroInputOutput.html Bug 916384 - Stop calling onaudioprocess on the ScriptProcessorNode it has no inputs or outputs. r=roc 2013-12-12 15:31:51 +01:00
test_singleSourceDest.html Bug 885583 - Enable Web Audio unconditionally across mochitests; r=roc 2013-06-23 19:23:02 -04:00
test_stereoPanningWithGain.html test for bug 933304 2014-01-28 18:14:24 +13:00
test_waveDecoder.html Bug 927245 - Preliminary work to enable preffing off the deprecated Audio Data API implementation. r=ehsan 2013-10-18 15:10:56 +13:00
test_waveShaper.html Bug 865251 - Implement WaveShaperNode; r=roc 2013-05-14 00:12:30 -04:00
test_waveShaperNoCurve.html Bug 865251 - Implement WaveShaperNode; r=roc 2013-05-14 00:12:30 -04:00
test_waveShaperZeroLengthCurve.html Bug 865251 - Implement WaveShaperNode; r=roc 2013-05-14 00:12:30 -04:00
ting-44.1k-1ch.ogg Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
ting-44.1k-1ch.wav Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
ting-44.1k-2ch.ogg Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
ting-44.1k-2ch.wav Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
ting-48k-1ch.ogg Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
ting-48k-1ch.wav b=938450 test lengths of decoded audio and change 48k wav files to 48k f=padenot 2013-12-03 12:10:38 +13:00
ting-48k-2ch.ogg Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
ting-48k-2ch.wav b=938450 test lengths of decoded audio and change 48k wav files to 48k f=padenot 2013-12-03 12:10:38 +13:00
ting-dualchannel44.1.wav Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
ting-dualchannel48.wav Bug 918861 - Update tests that were relying on a 48000Hz samplerate. r=ehsan 2013-10-17 15:44:52 +02:00
webaudio.js Bug 952893. Part 1: Block the AudioDestinationNode when it's the only node in the AudioContext. r=padenot,karlt 2014-01-16 00:08:20 +13:00