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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html

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
Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
index 7e6da6317188de7a5994f1ff88f5ddcb850d9308..903edf994fb8610249a82a9c3b0a636fd2f249cf 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html
@@ -54,8 +54,8 @@
should(59, 'The measured decibel').beCloseTo(62, { threshold: 0.01 });
should([1, 8, 11, 18, 6, 5, 5, 5, 123, 49]).beConstantValueOf(5);
should([0, 0, 0]).notBeConstantValueOf(0);
- should([1, 8, 11, 18, 6, 5, 5, 5, 123, 49])
- .beEqualToArray([1, 8, 10, 18, 6, 5, 6, 5, 123, 48]);
+ should([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
+ .beEqualToArray([0, 0, 0, 0, 0, 0, 0, 0, 0, 0]);
should([1, 1, 1, 1, 2, 2, 3, 3, 3]).containValues([1, 3, 2]);
should([0.5, 0.5, 0.55, 0.5, 0.45, 0.5]).notGlitch(0.04);
should([0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.9])

Powered by Google App Engine
This is Rietveld 408576698