Chromium Code Reviews| 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 > [numerical] Numerical assertion unit test. | 4 PASS > [numerical] Numerical assertion unit test. |
| 5 PASS 2.3 is 2 within an error of 0.3. | 5 PASS 2.3 is 2 within an error of 0.3. |
| 6 PASS [1,1,1] contains only the constant 1. | 6 PASS [1,1,1] contains only the constant 1. |
| 7 PASS [1,0,1] is not constantly 1 (contains 1 different value). | 7 PASS [1,0,1] is not constantly 1 (contains 1 different value). |
| 8 PASS [1,0,0,1] is not constantly 1 (contains 2 different values). | 8 PASS [1,0,0,1] is not constantly 1 (contains 2 different values). |
| 9 PASS [1,1,1] is identical to the array [1,1,1]. | 9 PASS [1,1,1] is identical to the array [1,1,1]. |
| 10 PASS [1,1,1,1,2,2,3,3,3] contains all the expected values in the correct order : one, two, three. | 10 PASS [1,1,1,1,2,2,3,3,3] contains all the expected values in the correct order : one, two, three. |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 25 PASS 2 is greater than or equal to 2. | 25 PASS 2 is greater than or equal to 2. |
| 26 PASS 1 is less than 2. | 26 PASS 1 is less than 2. |
| 27 PASS 1 is less than or equal to 1. | 27 PASS 1 is less than or equal to 1. |
| 28 PASS 1 is equal to 1. | 28 PASS 1 is equal to 1. |
| 29 PASS should(1).beEqualTo(1) is true. | 29 PASS should(1).beEqualTo(1) is true. |
| 30 PASS The message is truthful! | 30 PASS The message is truthful! |
| 31 PASS Decoding audio data with no argument rejected correctly with TypeError: F ailed to execute 'decodeAudioData' on 'BaseAudioContext': 1 argument required, b ut only 0 present.. | 31 PASS Decoding audio data with no argument rejected correctly with TypeError: F ailed to execute 'decodeAudioData' on 'BaseAudioContext': 1 argument required, b ut only 0 present.. |
| 32 PASS Suspending OAC with no argument rejected correctly with TypeError. | 32 PASS Suspending OAC with no argument rejected correctly with TypeError. |
| 33 PASS Start OAC rendering resolved correctly. | 33 PASS Start OAC rendering resolved correctly. |
| 34 PASS < [basic] All assertions passed. (total 20 assertions) | 34 PASS < [basic] All assertions passed. (total 20 assertions) |
| 35 PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully. | 35 PASS > [dummy-label-string] |
| 36 PASS < [dummy-label-string] All assertions passed. (total 0 assertions) | |
|
Raymond Toy
2017/02/21 18:37:18
Nit, not relevant to this CL. There are no assert
| |
| 37 PASS > [dummy-label-object] | |
| 38 PASS < [dummy-label-object] All assertions passed. (total 0 assertions) | |
| 39 PASS # AUDIT TASK RUNNER FINISHED: 4 tasks ran successfully. | |
| 36 Harness: the test ran to completion. | 40 Harness: the test ran to completion. |
| 37 | 41 |
| OLD | NEW |