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] contains 1 value that differs from the constant 1. | |
Raymond Toy
2017/01/06 18:50:12
While the output shows that it is true, the text d
hongchan
2017/01/06 19:14:42
I am adding the number of differences as well. Don
| |
7 PASS [1,1,1] is identical to the array [1,1,1]. | 8 PASS [1,1,1] is identical to the array [1,1,1]. |
8 PASS [1,1,1,1,2,2,3,3,3] contains all the expected values in the correct order : one, two, three. | 9 PASS [1,1,1,1,2,2,3,3,3] contains all the expected values in the correct order : one, two, three. |
9 PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06. | 10 PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06. |
10 PASS < [numerical] All assertions passed. (total 5 assertions) | 11 PASS < [numerical] All assertions passed. (total 6 assertions) |
11 PASS > [basic] Simple unit tests for basic assertions. | 12 PASS > [basic] Simple unit tests for basic assertions. |
12 PASS OfflineAudioContext does exist. | 13 PASS OfflineAudioContext does exist. |
13 PASS Setting foo1 to 0 did not throw an exception. | 14 PASS Setting foo1 to 0 did not throw an exception. |
14 PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined ". | 15 PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined ". |
15 PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined ". | 16 PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined ". |
16 PASS 3 < 5 is true. | 17 PASS 3 < 5 is true. |
17 PASS false is false. | 18 PASS false is false. |
18 PASS 1 is equal to 1. | 19 PASS 1 is equal to 1. |
19 PASS 1 is not equal to 2. | 20 PASS 1 is not equal to 2. |
20 PASS object is equal to object. | 21 PASS object is equal to object. |
21 PASS 2 is greater than 1. | 22 PASS 2 is greater than 1. |
22 PASS 2 is greater than or equal to 2. | 23 PASS 2 is greater than or equal to 2. |
23 PASS 1 is less than 2. | 24 PASS 1 is less than 2. |
24 PASS 1 is less than or equal to 1. | 25 PASS 1 is less than or equal to 1. |
25 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.. | 26 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.. |
26 PASS Start OAC rendering resolved correctly. | 27 PASS Start OAC rendering resolved correctly. |
27 PASS < [basic] All assertions passed. (total 15 assertions) | 28 PASS < [basic] All assertions passed. (total 15 assertions) |
28 PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully. | 29 PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully. |
29 Harness: the test ran to completion. | 30 Harness: the test ran to completion. |
30 | 31 |
OLD | NEW |