Commit 0fd94044 authored by rtoy's avatar rtoy Committed by Commit bot

Adjust test thresholds for OSX 10.11

Slightly increase some thresholds for tests that were failing on OSX
10.11.

TBR=hongchan@chromium.org
BUG=626449
TEST=constructor/periodicwave.html

Review-Url: https://codereview.chromium.org/2345913004
Cr-Commit-Position: refs/heads/master@{#419307}
parent a4e1e069
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
} }
return expected; return expected;
}, },
2.7106e-5).then(taskDone); 2.7143e-5).then(taskDone);
}); });
audit.defineTask("2: real periodicwave test", function (taskDone) { audit.defineTask("2: real periodicwave test", function (taskDone) {
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
} }
return expected; return expected;
}, },
2.7106e-5).then(taskDone); 2.7143e-5).then(taskDone);
}), }),
audit.defineTask("3: real periodicwave test", function (taskDone) { audit.defineTask("3: real periodicwave test", function (taskDone) {
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
} }
return expected; return expected;
}, },
5.4211e-5).then(taskDone); 5.4285e-5).then(taskDone);
}); });
audit.defineTask("1: imag periodicwave test", function (taskDone) { audit.defineTask("1: imag periodicwave test", function (taskDone) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment