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

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

Issue 2700973003: Print additional information on failed beCloseToArray tests (Closed)
Patch Set: Address review comment. Created 3 years, 10 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: line 39: [audit.js] this test requires the explicit comparison wi th the expected result when it runs with run-webkit-tests. 1 CONSOLE ERROR: line 39: [audit.js] this test requires the explicit comparison wi th the expected result when it runs with run-webkit-tests.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS # AUDIT TASK RUNNER STARTED. 3 PASS # AUDIT TASK RUNNER STARTED.
4 PASS > [basic-failure] Testing basic assertion failures. 4 PASS > [basic-failure] Testing basic assertion failures.
5 FAIL X Setting foo to bar incorrectly threw ReferenceError: "bar is not defined" . assert_true: expected true got false 5 FAIL X Setting foo to bar incorrectly threw ReferenceError: "bar is not defined" . assert_true: expected true got false
6 FAIL X function () { var foo = 0; } did not throw an exception. assert_true: exp ected true got false 6 FAIL X function () { var foo = 0; } did not throw an exception. assert_true: exp ected true got false
7 FAIL X 3 < 5 is not true. Got false. assert_true: expected true got false 7 FAIL X 3 < 5 is not true. Got false. assert_true: expected true got false
8 FAIL X true is not false. Got true. assert_true: expected true got false 8 FAIL X true is not false. Got true. assert_true: expected true got false
9 FAIL X The number of channels is not equal to 2. Got 1. assert_true: expected tr ue got false 9 FAIL X The number of channels is not equal to 2. Got 1. assert_true: expected tr ue got false
10 FAIL X 1 should not be equal to 1. Got 1. assert_true: expected true got false 10 FAIL X 1 should not be equal to 1. Got 1. assert_true: expected true got false
(...skipping 29 matching lines...) Expand all
40 ...and 5 more errors. assert_true: expected true got false 40 ...and 5 more errors. assert_true: expected true got false
41 FAIL X [1,1,1,1,2,2,3,3,3] expected to have the value sequence of [1,3,2] but go t 2 at index 4. assert_true: expected true got false 41 FAIL X [1,1,1,1,2,2,3,3,3] expected to have the value sequence of [1,3,2] but go t 2 at index 4. assert_true: expected true got false
42 FAIL X [0.5,0.5,0.55,0.5,0.45,0.5] has a glitch at index 5 of size 0.04999999999 999999. assert_true: expected true got false 42 FAIL X [0.5,0.5,0.55,0.5,0.45,0.5] has a glitch at index 5 of size 0.04999999999 999999. assert_true: expected true got false
43 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,"relativeThres hold":0}. 43 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,"relativeThres hold":0}.
44 Index Actual Expected AbsError RelError Test threshold 44 Index Actual Expected AbsError RelError Test threshold
45 [0] 1.0000000000000001e-1 6.9999999999999996e-1 5.99999999999999 98e-1 8.5714285714285721e-1 2.0000000000000000e-2 45 [0] 1.0000000000000001e-1 6.9999999999999996e-1 5.99999999999999 98e-1 8.5714285714285721e-1 2.0000000000000000e-2
46 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 2.0000000000000000e-2 46 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 2.0000000000000000e-2
47 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 2.0000000000000000e-2 47 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 2.0000000000000000e-2
48 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.0000000000000000e-2 48 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.0000000000000000e-2
49 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000000e-2 49 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000000e-2
50 ...and 1 more errors.
50 Max AbsError of 5.9999999999999998e-1 at index of 0. 51 Max AbsError of 5.9999999999999998e-1 at index of 0.
51 » Max RelError of 5.9999999999999991e+0 at index of 6. assert_true: expect ed true got false 52 » Max RelError of 5.9999999999999991e+0 at index of 6.
53 » [6]» 6.9999999999999996e-1» 1.0000000000000001e-1» 5.99999999999999 98e-1» 5.9999999999999991e+0» 2.0000000000000000e-2
54 assert_true: expected true got false
52 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,"relativeThreshol d":0.1}. 55 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,"relativeThreshol d":0.1}.
53 Index Actual Expected AbsError RelError Test threshold 56 Index Actual Expected AbsError RelError Test threshold
54 [0] 1.0000000000000001e-1 6.9999999999999996e-1 5.99999999999999 98e-1 8.5714285714285721e-1 6.9999999999999993e-2 57 [0] 1.0000000000000001e-1 6.9999999999999996e-1 5.99999999999999 98e-1 8.5714285714285721e-1 6.9999999999999993e-2
55 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 5.9999999999999998e-2 58 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 5.9999999999999998e-2
56 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 5.0000000000000003e-2 59 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 5.0000000000000003e-2
57 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.9999999999999999e-2 60 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.9999999999999999e-2
58 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000004e-2 61 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000004e-2
62 ...and 1 more errors.
59 Max AbsError of 5.9999999999999998e-1 at index of 0. 63 Max AbsError of 5.9999999999999998e-1 at index of 0.
60 » Max RelError of 5.9999999999999991e+0 at index of 6. assert_true: expect ed true got false 64 » Max RelError of 5.9999999999999991e+0 at index of 6.
65 » [6]» 6.9999999999999996e-1» 1.0000000000000001e-1» 5.99999999999999 98e-1» 5.9999999999999991e+0» 1.0000000000000002e-2
66 assert_true: expected true got false
61 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,"relativeThres hold":0.1}. 67 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,"relativeThres hold":0.1}.
62 Index Actual Expected AbsError RelError Test threshold 68 Index Actual Expected AbsError RelError Test threshold
63 [0] 1.0000000000000001e-1 6.9999999999999996e-1 5.99999999999999 98e-1 8.5714285714285721e-1 6.9999999999999993e-2 69 [0] 1.0000000000000001e-1 6.9999999999999996e-1 5.99999999999999 98e-1 8.5714285714285721e-1 6.9999999999999993e-2
64 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 5.9999999999999998e-2 70 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 5.9999999999999998e-2
65 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 5.0000000000000003e-2 71 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 5.0000000000000003e-2
66 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.9999999999999999e-2 72 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.9999999999999999e-2
67 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000004e-2 73 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000004e-2
74 ...and 1 more errors.
68 Max AbsError of 5.9999999999999998e-1 at index of 0. 75 Max AbsError of 5.9999999999999998e-1 at index of 0.
69 » Max RelError of 5.9999999999999991e+0 at index of 6. assert_true: expect ed true got false 76 » Max RelError of 5.9999999999999991e+0 at index of 6.
70 FAIL < [numerical-failures] 10 out of 10 assertions were failed. assert_true: ex pected true got false 77 » [6]» 6.9999999999999996e-1» 1.0000000000000001e-1» 5.99999999999999 98e-1» 5.9999999999999991e+0» 2.0000000000000000e-2
78 assert_true: expected true got false
79 FAIL X [1,2,3,4,5,6,7,8,9,10,11] does not equal [2,3,4,5,6,7,800,900,1000,1100,1 200] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold ":0}.
80 » Index» Actual» » » Expected» » AbsError» » RelError» » Test threshold
81 » [0]» 1.0000000000000000e+0» 2.0000000000000000e+0» 1.00000000000000 00e+0» 5.0000000000000000e-1» 0.0000000000000000e+0
82 » [1]» 2.0000000000000000e+0» 3.0000000000000000e+0» 1.00000000000000 00e+0» 3.3333333333333331e-1» 0.0000000000000000e+0
83 » [2]» 3.0000000000000000e+0» 4.0000000000000000e+0» 1.00000000000000 00e+0» 2.5000000000000000e-1» 0.0000000000000000e+0
84 » [3]» 4.0000000000000000e+0» 5.0000000000000000e+0» 1.00000000000000 00e+0» 2.0000000000000001e-1» 0.0000000000000000e+0
85 » [4]» 5.0000000000000000e+0» 6.0000000000000000e+0» 1.00000000000000 00e+0» 1.6666666666666666e-1» 0.0000000000000000e+0
86 » ...and 6 more errors.
87 » Max AbsError of 1.1890000000000000e+3 at index of 10.
88 » [10]» 1.1000000000000000e+1» 1.2000000000000000e+3» 1.18900000000000 00e+3» 9.9083333333333334e-1» 0.0000000000000000e+0
89 » Max RelError of 9.9124999999999996e-1 at index of 6.
90 » [6]» 7.0000000000000000e+0» 8.0000000000000000e+2» 7.93000000000000 00e+2» 9.9124999999999996e-1» 0.0000000000000000e+0
91 assert_true: expected true got false
92 FAIL < [numerical-failures] 11 out of 11 assertions were failed. assert_true: ex pected true got false
71 FAIL # AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed. assert_true: ex pected true got false 93 FAIL # AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed. assert_true: ex pected true got false
72 Harness: the test ran to completion. 94 Harness: the test ran to completion.
73 95
OLDNEW
« 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