OLD | NEW |
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 () { |
| 7 let foo = 0; |
| 8 } did not throw an exception. assert_true: expected true got false |
7 FAIL X 3 < 5 is not true. Got false. assert_true: expected true got false | 9 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 | 10 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 | 11 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 | 12 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 | 13 FAIL X typeof 3.141592 is not equal to string. Got number. assert_true: expected
true got false |
12 FAIL X 1 is not greater than 2. Got 1. assert_true: expected true got false | 14 FAIL X 1 is not greater than 2. Got 1. assert_true: expected true got false |
13 FAIL X 1 is not greater than or equal to 2. Got 1. assert_true: expected true go
t false | 15 FAIL X 1 is not greater than or equal to 2. Got 1. assert_true: expected true go
t false |
14 FAIL X 2 is not less than 1. Got 2. assert_true: expected true got false | 16 FAIL X 2 is not less than 1. Got 2. assert_true: expected true got false |
15 FAIL X 2 is not less than or equal to 1. Got 2. assert_true: expected true got f
alse | 17 FAIL X 2 is not less than or equal to 1. Got 2. assert_true: expected true got f
alse |
16 FAIL X 1 is not equal to 2. Got 1. assert_true: expected true got false | 18 FAIL X 1 is not equal to 2. Got 1. assert_true: expected true got false |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 Max RelError of 9.9124999999999996e-1 at index of 6. | 91 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 | 92 [6] 7.0000000000000000e+0 8.0000000000000000e+2 7.93000000000000
00e+2 9.9124999999999996e-1 0.0000000000000000e+0 |
91 assert_true: expected true got false | 93 assert_true: expected true got false |
92 FAIL < [numerical-failures] 11 out of 11 assertions were failed. assert_true: ex
pected true got false | 94 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(). | 95 PASS > [load-file-in-should] Testing the failure handling of Audit.loadFileFromU
rl(). |
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 | 96 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 | 97 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 | 98 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. | 99 Harness: the test ran to completion. |
98 | 100 |
OLD | NEW |