Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/resources/audit.js

Issue 2651553007: numberOfErrors are not defined in should().beEqualToArray() (Closed)
Patch Set: fixed the expected result after l-g-t-m Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/resources/audit.js
diff --git a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
index 49536a67fe350ca04e78f8b9a7041f32217d8eb4..6bfaa9e64d60b93d19dcf3871f1805b7bde4eae3 100644
--- a/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
+++ b/third_party/WebKit/LayoutTests/webaudio/resources/audit.js
@@ -656,7 +656,7 @@ window.Audit = (function () {
+ '\t' + this._actual[index].toExponential(16)
+ '\t' + this._expected[index].toExponential(16);
if (++counter >= this._options.numberOfErrors) {
- failDetail += '\n\t...and ' + (numberOfErrors - counter)
+ failDetail += '\n\t...and ' + (errorIndices.length - counter)
+ ' more errors.';
break;
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698