Bug 894941 - Increase fuzz tolerance for the small-shot.ogg mediaDecoding test to resolve a CLOSED TREE.
authorRyan VanderMeulen <ryanvm@gmail.com>
Fri, 26 Jul 2013 15:17:34 -0400
changeset 140205 7b60ddc950079d153aa29fc7d2f16d88bbb62d1c
parent 140204 ddbd70f50d73736d5bfa5845600af86c290171a2
child 140206 b54402f21eb8a8c1c585a094826f9e473ac8df26
push id31642
push userryanvm@gmail.com
push dateFri, 26 Jul 2013 19:17:43 +0000
treeherdermozilla-inbound@7b60ddc95007 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
bugs894941
milestone25.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
Bug 894941 - Increase fuzz tolerance for the small-shot.ogg mediaDecoding test to resolve a CLOSED TREE.
content/media/webaudio/test/test_mediaDecoding.html
--- a/content/media/webaudio/test/test_mediaDecoding.html
+++ b/content/media/webaudio/test/test_mediaDecoding.html
@@ -152,17 +152,17 @@ var tests = [
   {
     url: "small-shot.ogg",
     valid: true,
     expected: "small-shot-expected.wav",
     expectedMono: "small-shot-mono-expected.wav",
     numberOfChannels: 2,
     duration: 0.2760,
     length: 13248,
-    fuzzTolerance: 72,
+    fuzzTolerance: 76,
     fuzzToleranceMobile: 14844
   },
   // A wave file
   //{ url: "24bit-44khz.wav", valid: true, expected: "24bit-44khz-expected.wav" },
   // A non-audio file
   { url: "invalid.txt", valid: false },
   // A webm file with no audio
   { url: "noaudio.webm", valid: false },