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

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

Issue 2658093003: Suppress console messages for all testharness tests. (Closed)
Patch Set: rebaseline-cl 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-expected.txt ('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.
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS # AUDIT TASK RUNNER STARTED. 2 PASS # AUDIT TASK RUNNER STARTED.
4 PASS > [basic-failure] Testing basic assertion failures. 3 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 4 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 5 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 6 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 7 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 8 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 9 FAIL X 1 should not be equal to 1. Got 1. assert_true: expected true got false
11 FAIL X typeof 3.141592 is not equal to string. Got number. assert_true: expected true got false 10 FAIL X typeof 3.141592 is not equal to string. Got number. assert_true: expected true got false
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 5.9999999999999998e-2 62 [1] 2.0000000000000001e-1 5.9999999999999998e-1 3.99999999999999 97e-1 6.6666666666666663e-1 5.9999999999999998e-2
64 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 5.0000000000000003e-2 63 [2] 2.9999999999999999e-1 5.0000000000000000e-1 2.00000000000000 01e-1 4.0000000000000002e-1 5.0000000000000003e-2
65 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.9999999999999999e-2 64 [4] 5.0000000000000000e-1 2.9999999999999999e-1 2.00000000000000 01e-1 6.6666666666666674e-1 2.9999999999999999e-2
66 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000004e-2 65 [5] 5.9999999999999998e-1 2.0000000000000001e-1 3.99999999999999 97e-1 1.9999999999999998e+0 2.0000000000000004e-2
67 Max AbsError of 5.9999999999999998e-1 at index of 0. 66 Max AbsError of 5.9999999999999998e-1 at index of 0.
68 Max RelError of 5.9999999999999991e+0 at index of 6. assert_true: expect ed true got false 67 Max RelError of 5.9999999999999991e+0 at index of 6. assert_true: expect ed true got false
69 FAIL < [numerical-failures] 10 out of 10 assertions were failed. assert_true: ex pected true got false 68 FAIL < [numerical-failures] 10 out of 10 assertions were failed. assert_true: ex pected true got false
70 FAIL # AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed. assert_true: ex pected true got false 69 FAIL # AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed. assert_true: ex pected true got false
71 Harness: the test ran to completion. 70 Harness: the test ran to completion.
72 71
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698