gecko-dev/dom/media/webaudio/test
Baptiste Emmanuel e080509fbe Bug 1069825 - Check if we compare two automation curves occuring at the same time during overlap checking. r=padenot 2015-06-01 20:01:48 +02:00
..
blink Bug 1166803 - Add an `msg` tag to mochitest.ini in dom/media/*. r=jesup 2015-05-22 10:57:51 +02:00
audio-expected.wav
audio-mono-expected-2.wav
audio-mono-expected.wav
audio-quad.wav
audio.ogv
audioBufferSourceNodeNeutered_worker.js
chrome.ini test for bug 1191648 2015-08-11 13:37:20 +12:00
corsServer.sjs Bug 1160695 - Drop Support for Content-Duration. r=cpearce 2015-06-08 09:22:46 -07:00
invalid.txt
layouttest-glue.js
mochitest.ini Bug 1069825 - Check if we compare two automation curves occuring at the same time during overlap checking. r=padenot 2015-06-01 20:01:48 +02:00
noaudio.webm
small-shot-expected.wav
small-shot-mono-expected.wav
small-shot.mp3
small-shot.ogg
test_AudioBuffer.html
test_AudioContext.html
test_AudioListener.html
test_AudioNodeDevtoolsAPI.html
test_AudioParamDevtoolsAPI.html Bug 1134034 - Add a chrome-only parentId and name on AudioParam for devtools. r=ehsan 2015-04-14 17:03:52 +02:00
test_OfflineAudioContext.html Bug 1087944 - Test for the promise returned by OfflineAudioContext.startRendering(). r=ehsan 2014-11-19 18:18:24 +01:00
test_ScriptProcessorCollected1.html test for bug 1191648 2015-08-11 13:37:20 +12:00
test_analyserNode.html Bug 1131529 - Update the maximum FFT size in AnalyserNode to be 2^15. r=padenot 2015-02-16 16:03:07 +01:00
test_analyserNodeOutput.html
test_analyserNodePassThrough.html
test_analyserNodeWithGain.html bug 1184801 Test output of AnalyserNode with GainNode 2015-07-28 11:03:31 +12:00
test_analyserScale.html Bug 1118622 - Apply the gain to AnalyserNode data prior to sending on the main thread. r=ehsan 2015-01-29 18:05:23 +01:00
test_audioBufferSourceNode.html
test_audioBufferSourceNodeEnded.html
test_audioBufferSourceNodeLazyLoopParam.html
test_audioBufferSourceNodeLoop.html
test_audioBufferSourceNodeLoopStartEnd.html
test_audioBufferSourceNodeLoopStartEndSame.html
test_audioBufferSourceNodeNeutered.html
test_audioBufferSourceNodeNoStart.html
test_audioBufferSourceNodeNullBuffer.html
test_audioBufferSourceNodeOffset.html
test_audioBufferSourceNodePassThrough.html
test_audioBufferSourceNodeRate.html Bug 1153783 - Implement the `detune` AudioParam for the AudioBufferSourceNode. r=ehsan 2015-04-14 17:03:50 +02:00
test_audioContextSuspendResumeClose.html Bug 1127188 - Make test_audioContextSuspendResumeClose.html less flaky. r=ehsan 2015-05-20 14:30:47 +02:00
test_audioDestinationNode.html
test_audioParamExponentialRamp.html
test_audioParamGain.html
test_audioParamLinearRamp.html
test_audioParamSetCurveAtTime.html
test_audioParamSetCurveAtTimeTwice.html Bug 1069825 - Check if we compare two automation curves occuring at the same time during overlap checking. r=padenot 2015-06-01 20:01:48 +02:00
test_audioParamSetCurveAtTimeZeroDuration.html
test_audioParamSetTargetAtTime.html
test_audioParamSetValueAtTime.html
test_audioParamTimelineDestinationOffset.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_badConnect.html
test_biquadFilterNode.html
test_biquadFilterNodePassThrough.html
test_biquadFilterNodeWithGain.html
test_bug808374.html
test_bug827541.html
test_bug839753.html
test_bug845960.html
test_bug856771.html
test_bug866570.html
test_bug866737.html
test_bug867089.html
test_bug867104.html bug 916387 remove workarounds in tests r=padenot 2015-08-06 16:04:23 +12:00
test_bug867174.html
test_bug867203.html
test_bug875221.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_bug875402.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_bug894150.html
test_bug956489.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_bug964376.html
test_bug966247.html
test_bug972678.html
test_bug1027864.html Bug 1027864 - webaudio - Implement AudioChunk::IsSilentOrSubnormal(), r=karlt 2015-04-23 12:25:36 +02:00
test_bug1056032.html
test_bug1118372.html Bug 1118372 - Properly apply volume in WaveShaperNodeEngine. r=padenot 2015-06-08 10:57:05 +02:00
test_channelMergerNode.html
test_channelMergerNodeWithVolume.html
test_channelSplitterNode.html
test_channelSplitterNodeWithVolume.html
test_convolverNode.html
test_convolverNodeChannelCount.html
test_convolverNodePassThrough.html
test_convolverNodeWithGain.html
test_convolverNode_mono_mono.html
test_currentTime.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_decodeAudioDataPromise.html Bug 1000264 - Stop checking exceptions on decodeAudioData now that it uses promises, and check it in the promise test file instead. r=bz 2014-11-14 09:37:39 +01:00
test_decodeMultichannel.html
test_delayNode.html
test_delayNodeAtMax.html
test_delayNodeChannelChanges.html
test_delayNodeCycles.html
test_delayNodePassThrough.html
test_delayNodeSmallMaxDelay.html
test_delayNodeTailIncrease.html
test_delayNodeTailWithDisconnect.html bug 916387 remove workarounds in tests r=padenot 2015-08-06 16:04:23 +12:00
test_delayNodeTailWithGain.html
test_delayNodeTailWithReconnect.html bug 916387 remove workarounds in tests r=padenot 2015-08-06 16:04:23 +12:00
test_delayNodeWithGain.html
test_dynamicsCompressorNode.html Bug 1141282 - Test the type of the attributes of the DynamicCompressoNode, and make sure it returns sane values. r=ehsan 2015-03-12 14:36:40 +01:00
test_dynamicsCompressorNodePassThrough.html
test_gainNode.html
test_gainNodeInLoop.html
test_gainNodePassThrough.html
test_maxChannelCount.html
test_mediaDecoding.html Bug 1000264 - Stop checking exceptions on decodeAudioData now that it uses promises, and check it in the promise test file instead. r=bz 2014-11-14 09:37:39 +01:00
test_mediaElementAudioSourceNode.html
test_mediaElementAudioSourceNodeCrossOrigin.html Bug 1202421 - Rename the network.auth.allow-subresource-auth pref. r=michal 2015-09-08 08:21:19 -07:00
test_mediaElementAudioSourceNodeFidelity.html Bug 1203836 - Test that MediaElementAudioSourceNode pipes correct data to an AudioContext. r=karlt 2015-09-21 11:00:12 +02:00
test_mediaElementAudioSourceNodePassThrough.html
test_mediaStreamAudioDestinationNode.html Bug 1175523 - Update most (but not all) tests to use elem.srcObject over .mozSrcObject. r=pehrsons 2015-07-14 10:12:31 -04:00
test_mediaStreamAudioSourceNode.html Bug 1061046. Part 22: test_mediaStreamAudioSourceNode no longer sees a 1-sample delay. r=karlt 2014-09-23 13:41:58 -04:00
test_mediaStreamAudioSourceNodeCrossOrigin.html
test_mediaStreamAudioSourceNodePassThrough.html
test_mediaStreamAudioSourceNodeResampling.html bug 916387 remove workarounds in tests r=padenot 2015-08-06 16:04:23 +12:00
test_mixingRules.html
test_mozaudiochannel.html Bug 1196361 - Remove the media.useAudioChannelService pref; r=baku 2015-08-19 21:00:18 -04:00
test_nodeToParamConnection.html
test_offlineDestinationChannelCountLess.html
test_offlineDestinationChannelCountMore.html
test_oscillatorNode.html
test_oscillatorNode2.html
test_oscillatorNodeNegativeFrequency.html Bug 916285 - Make OscillatorNode handle negative frequencies. r=karlt 2014-12-01 16:10:54 -08:00
test_oscillatorNodePassThrough.html
test_oscillatorNodeStart.html bug 916387 remove workarounds in tests r=padenot 2015-08-06 16:04:23 +12:00
test_oscillatorTypeChange.html
test_pannerNode.html Bug 1128494 - Change the default panning model of the PannerNode to "equalpower". r=smaug 2015-02-03 11:25:37 +01:00
test_pannerNodeAbove.html
test_pannerNodeChannelCount.html
test_pannerNodeHRTFSymmetry.html Bug 1128494 - Change the default panning model of the PannerNode to "equalpower". r=smaug 2015-02-03 11:25:37 +01:00
test_pannerNodePassThrough.html
test_pannerNodeTail.html Bug 1128494 - Change the default panning model of the PannerNode to "equalpower". r=smaug 2015-02-03 11:25:37 +01:00
test_pannerNode_equalPower.html
test_pannerNode_maxDistance.html Bug 1002513 - Clamp gain to zero in PannerNode to avoid inverting the phase when the distance is greater than maxDistance. r= 2015-01-14 17:11:06 +01:00
test_periodicWave.html
test_periodicWaveBandLimiting.html bug 1187785 test periodic wave band limiting 2015-07-29 11:57:56 +12:00
test_scriptProcessorNode.html
test_scriptProcessorNodeChannelCount.html
test_scriptProcessorNodeNotConnected.html Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted 2014-12-11 13:34:40 -05:00
test_scriptProcessorNodePassThrough.html
test_scriptProcessorNodeZeroInputOutput.html
test_scriptProcessorNode_playbackTime1.html bug 1208318 ensure that currentTime has advanced sufficiently to easily detect failure r=padenot 2015-09-29 13:39:24 +13:00
test_singleSourceDest.html
test_stereoPannerNode.html Bug 1100349 - Tests for the StereoPannerNode. r=ehsan 2014-11-19 18:16:07 +01:00
test_stereoPannerNodePassThrough.html Bug 1100349 - Tests for the StereoPannerNode. r=ehsan 2014-11-19 18:16:07 +01:00
test_stereoPanningWithGain.html
test_waveDecoder.html
test_waveShaper.html
test_waveShaperGain.html Bug 1203616 - Test that waveshaper nodes don't corrupt their input buffer. r=karlt 2015-10-08 11:16:31 +02:00
test_waveShaperInvalidLengthCurve.html Bug 1186343: Throw an InvalidStateError when we set the curve attribute of a WaveShaperNode with a Float32Array of length less than 2; r=padenot,smaug 2015-07-22 13:32:12 +02:00
test_waveShaperNoCurve.html
test_waveShaperPassThrough.html
ting-44.1k-1ch.ogg
ting-44.1k-1ch.wav
ting-44.1k-2ch.ogg
ting-44.1k-2ch.wav
ting-48k-1ch.ogg
ting-48k-1ch.wav
ting-48k-2ch.ogg
ting-48k-2ch.wav
ting-dualchannel44.1.wav
ting-dualchannel48.wav
webaudio.js bug 916387 remove workarounds in tests r=padenot 2015-08-06 16:04:23 +12:00