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

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

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 | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
index 33d1de507a3399335a486b7fc5eaceb48d1464bf..86d52e394cdddcce9f4999d85c9b00a0b5ca1fa1 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures-expected.txt
@@ -28,11 +28,13 @@ FAIL X Expected 5 for all values but found 7 unexpected values:
[3] 18
...and 3 more errors. assert_true: expected true got false
FAIL X [0,0,0] should have contain at least one value different from 0. assert_true: expected true got false
-FAIL X [1,8,11,18,6,5,5,5,123,49] expected to be equal to the array [1,8,10,18,6,5,6,5,123,48] but differs in 3 places:
+FAIL X [0,1,2,3,4,5,6,7,8,9] expected to be equal to the array [0,0,0,0,0,0,0,0,0,0] but differs in 9 places:
Index Actual Expected
- [2] 1.1000000000000000e+1 1.0000000000000000e+1
- [6] 5.0000000000000000e+0 6.0000000000000000e+0
- [9] 4.9000000000000000e+1 4.8000000000000000e+1 assert_true: expected true got false
+ [1] 1.0000000000000000e+0 0.0000000000000000e+0
+ [2] 2.0000000000000000e+0 0.0000000000000000e+0
+ [3] 3.0000000000000000e+0 0.0000000000000000e+0
+ [4] 4.0000000000000000e+0 0.0000000000000000e+0
+ ...and 5 more errors. assert_true: expected true got false
FAIL X [1,1,1,1,2,2,3,3,3] expected to have the value sequence of [1,3,2] but got 2 at index 4. assert_true: expected true got false
FAIL X [0.5,0.5,0.55,0.5,0.45,0.5] has a glitch at index 5 of size 0.04999999999999999. assert_true: expected true got false
FAIL X [0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.9] does not equal [0.7,0.6,0.5,0.4,0.3,0.2,0.1] with an element-wise tolerance of {"absoluteThreshold":0.02,"relativeThreshold":0}.
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-failures.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698