зеркало из https://github.com/mozilla/gecko-dev.git
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 <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#566181} -- wpt-commits: be959408023fe02cf79abe70f6018598a7004a88 wpt-pr: 11467
This commit is contained in:
Родитель
5901a13771
Коммит
dfce9e35f9
|
@ -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": [
|
||||
|
|
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче