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

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

Issue 2768773002: Revert of Allow status = 0 when XHR is completed in Audit.loadFileFromUrl(). (Closed)
Patch Set: Created 3 years, 9 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 [2] 3.0000000000000000e+0 4.0000000000000000e+0 1.00000000000000 00e+0 2.5000000000000000e-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 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 85 [4] 5.0000000000000000e+0 6.0000000000000000e+0 1.00000000000000 00e+0 1.6666666666666666e-1 0.0000000000000000e+0
86 ...and 6 more errors. 86 ...and 6 more errors.
87 Max AbsError of 1.1890000000000000e+3 at index of 10. 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 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. 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 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 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 92 FAIL < [numerical-failures] 11 out of 11 assertions were failed. assert_true: ex pected true got false
93 PASS > [load-file-in-should] Testing the failure handling of Audit.loadFileFromU rl(). 93 FAIL # AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed. assert_true: ex pected true got false
94 FAIL X Loading non-existent file within should().beResolved() rejected incorrect ly with loadFile: Network failure when loading non-existent-audio-file.wav.. Got undefined. assert_true: expected true got false
95 FAIL < [load-file-in-should] 1 out of 1 assertions were failed. assert_true: exp ected true got false
96 FAIL # AUDIT TASK RUNNER FINISHED: 3 out of 3 tasks were failed. assert_true: ex pected true got false
97 Harness: the test ran to completion. 94 Harness: the test ran to completion.
98 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