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 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: " 1 is equal to 1." | 3 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: " 1 is equal to 1." |
| 4 PASS # AUDIT TASK RUNNER STARTED. | 4 PASS # AUDIT TASK RUNNER STARTED. |
| 5 PASS > [numerical] Numerical assertion unit test. | 5 PASS > [numerical] Numerical assertion unit test. |
| 6 PASS 2.3 is 2 within an error of 0.3. | 6 PASS 2.3 is 2 within an error of 0.3. |
| 7 PASS [1,1,1] contains only the constant 1. | 7 PASS [1,1,1] contains only the constant 1. |
| 8 PASS [1,0,1] is not constantly 1 (contains 1 different value). | 8 PASS [1,0,1] is not constantly 1 (contains 1 different value). |
| 9 PASS [1,0,0,1] is not constantly 1 (contains 2 different values). | 9 PASS [1,0,0,1] is not constantly 1 (contains 2 different values). |
| 10 PASS [1,1,1] is identical to the array [1,1,1]. | 10 PASS [1,1,1] is identical to the array [1,1,1]. |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 29 PASS 1 is equal to 1. | 29 PASS 1 is equal to 1. |
| 30 PASS 1 is not equal to 2. | 30 PASS 1 is not equal to 2. |
| 31 PASS object is equal to object. | 31 PASS object is equal to object. |
| 32 PASS 2 is greater than 1. | 32 PASS 2 is greater than 1. |
| 33 PASS 2 is greater than or equal to 2. | 33 PASS 2 is greater than or equal to 2. |
| 34 PASS 1 is less than 2. | 34 PASS 1 is less than 2. |
| 35 PASS 1 is less than or equal to 1. | 35 PASS 1 is less than or equal to 1. |
| 36 PASS 1 is equal to 1. | 36 PASS 1 is equal to 1. |
| 37 PASS should(1).beEqualTo(1) is true. | 37 PASS should(1).beEqualTo(1) is true. |
| 38 PASS The message is truthful! | 38 PASS The message is truthful! |
| 39 PASS BaseAudioContext.prototype has an own property of "createGain". | |
| 40 PASS BaseAudioContext.prototype does not have an own own property of "startRen dering". | |
|
Raymond Toy
2017/04/07 16:10:58
Typo: "own own"
hongchan
2017/04/07 17:22:17
Done.
| |
| 41 PASS An AudioBufferSourceNode inherits from "AudioScheduledSourceNode". | |
| 42 PASS An AudioBufferSourceNode inherits from "AudioNode". | |
| 39 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.. | 43 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.. |
| 40 PASS Suspending OAC with no argument rejected correctly with TypeError. | 44 PASS Suspending OAC with no argument rejected correctly with TypeError. |
| 41 PASS Start OAC rendering resolved correctly. | 45 PASS Start OAC rendering resolved correctly. |
| 42 PASS < [basic] All assertions passed. (total 22 assertions) | 46 PASS < [basic] All assertions passed. (total 26 assertions) |
| 43 PASS > [load-file-in-should] Test Audit.loadFileFromUrl() within |should| assert ion. | 47 PASS > [load-file-in-should] Test Audit.loadFileFromUrl() within |should| assert ion. |
| 44 PASS Loading file within should().beResolved() resolved correctly. | 48 PASS Loading file within should().beResolved() resolved correctly. |
| 45 PASS < [load-file-in-should] All assertions passed. (total 1 assertions) | 49 PASS < [load-file-in-should] All assertions passed. (total 1 assertions) |
| 46 PASS > [dummy-label-string] | 50 PASS > [dummy-label-string] |
| 47 PASS < [dummy-label-string] All assertions passed. (total 0 assertions) | 51 PASS < [dummy-label-string] All assertions passed. (total 0 assertions) |
| 48 PASS > [dummy-label-object] | 52 PASS > [dummy-label-object] |
| 49 PASS < [dummy-label-object] All assertions passed. (total 0 assertions) | 53 PASS < [dummy-label-object] All assertions passed. (total 0 assertions) |
| 50 PASS # AUDIT TASK RUNNER FINISHED: 6 tasks ran successfully. | 54 PASS # AUDIT TASK RUNNER FINISHED: 6 tasks ran successfully. |
| 51 Harness: the test ran to completion. | 55 Harness: the test ran to completion. |
| 52 | 56 |
| OLD | NEW |