From dfce9e35f9d16e15ffa7d2aacec5a76782519416 Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Fri, 6 Jul 2018 13:51:14 +0000 Subject: [PATCH] Bug 1468276 [wpt PR 11467] - Adjust test thresholds for win10, a=testonly Automatic update from web-platform-testsAdjust test thresholds for win10 These tests fail on Windows 10 because the error thresholds are a bit too tight. Relax them a bit so that these pass on my Win10 machine. Bug: 851605 Change-Id: Ie7795205550a43928e7f0963e4411264e3ded37b Reviewed-on: https://chromium-review.googlesource.com/1095859 Reviewed-by: Hongchan Choi Commit-Queue: Raymond Toy Cr-Commit-Position: refs/heads/master@{#566181} -- wpt-commits: be959408023fe02cf79abe70f6018598a7004a88 wpt-pr: 11467 --- testing/web-platform/meta/MANIFEST.json | 2 +- .../biquad-getFrequencyResponse.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 303b80c773ae..6d994a314a5e 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -620039,7 +620039,7 @@ "testharness" ], "webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html": [ - "68a2545839beaacebaf65286829174375435a83f", + "f0d4f919dda492e8472337b0e2c54d7cd54bd291", "testharness" ], "webaudio/the-audio-api/the-biquadfilternode-interface/biquad-highpass.html": [ diff --git a/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html b/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html index 83f057fce7e7..2389b334fb86 100644 --- a/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html +++ b/testing/web-platform/tests/webaudio/the-audio-api/the-biquadfilternode-interface/biquad-getFrequencyResponse.html @@ -37,10 +37,10 @@ let filterGain = 5; // Decibels. // The maximum allowed error in the magnitude response. - let maxAllowedMagError = 9.775e-7; + let maxAllowedMagError = 1.09931e-6; // The maximum allowed error in the phase response. - let maxAllowedPhaseError = 5.4187e-8; + let maxAllowedPhaseError = 6.4724e-8; // The magnitudes and phases of the reference frequency response. let expectedMagnitudes;