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

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

Issue 2783033002: Treat should().throw(undefined) like should().throw() (Closed)
Patch Set: Created 3 years, 8 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.html ('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. 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].
11 PASS [1,1,1,1,2,2,3,3,3] contains all the expected values in the correct order : one, two, three. 11 PASS [1,1,1,1,2,2,3,3,3] contains all the expected values in the correct order : one, two, three.
12 PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06. 12 PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06.
13 PASS < [numerical] All assertions passed. (total 7 assertions) 13 PASS < [numerical] All assertions passed. (total 7 assertions)
14 PASS > [numerical typed arrays] Numerical assertion unit test with typed arrays. 14 PASS > [numerical typed arrays] Numerical assertion unit test with typed arrays.
15 PASS Uint8Array is identical to the array [1,2,3]. 15 PASS Uint8Array is identical to the array [1,2,3].
16 PASS Float32Array is identical to the array [1,2,3]. 16 PASS Float32Array is identical to the array [1,2,3].
17 PASS Float64Array is identical to the array [1,2,3]. 17 PASS Float64Array is identical to the array [1,2,3].
18 PASS < [numerical typed arrays] All assertions passed. (total 3 assertions) 18 PASS < [numerical typed arrays] All assertions passed. (total 3 assertions)
19 PASS > [basic] Simple unit tests for basic assertions. 19 PASS > [basic] Simple unit tests for basic assertions.
20 PASS OfflineAudioContext does exist. 20 PASS OfflineAudioContext does exist.
21 PASS Setting foo1 to 0 did not throw an exception. 21 PASS Setting foo1 to 0 did not throw an exception.
22 PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined ". 22 PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined ".
23 PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined ". 23 PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined ".
24 PASS function () { var foo4 = bar; } threw ReferenceError: "bar is not defined ".
25 PASS function () { var foo5 = bar; } threw ReferenceError: "bar is not defined ".
24 PASS Calling should() with no argument threw Error: "Task.should:: requires at least 1 argument.". 26 PASS Calling should() with no argument threw Error: "Task.should:: requires at least 1 argument.".
25 PASS 3 < 5 is true. 27 PASS 3 < 5 is true.
26 PASS false is false. 28 PASS false is false.
27 PASS 1 is equal to 1. 29 PASS 1 is equal to 1.
28 PASS 1 is not equal to 2. 30 PASS 1 is not equal to 2.
29 PASS object is equal to object. 31 PASS object is equal to object.
30 PASS 2 is greater than 1. 32 PASS 2 is greater than 1.
31 PASS 2 is greater than or equal to 2. 33 PASS 2 is greater than or equal to 2.
32 PASS 1 is less than 2. 34 PASS 1 is less than 2.
33 PASS 1 is less than or equal to 1. 35 PASS 1 is less than or equal to 1.
34 PASS 1 is equal to 1. 36 PASS 1 is equal to 1.
35 PASS should(1).beEqualTo(1) is true. 37 PASS should(1).beEqualTo(1) is true.
36 PASS The message is truthful! 38 PASS The message is truthful!
37 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.. 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..
38 PASS Suspending OAC with no argument rejected correctly with TypeError. 40 PASS Suspending OAC with no argument rejected correctly with TypeError.
39 PASS Start OAC rendering resolved correctly. 41 PASS Start OAC rendering resolved correctly.
40 PASS < [basic] All assertions passed. (total 20 assertions) 42 PASS < [basic] All assertions passed. (total 22 assertions)
41 PASS > [load-file-in-should] Test Audit.loadFileFromUrl() within |should| assert ion. 43 PASS > [load-file-in-should] Test Audit.loadFileFromUrl() within |should| assert ion.
42 PASS Loading file within should().beResolved() resolved correctly. 44 PASS Loading file within should().beResolved() resolved correctly.
43 PASS < [load-file-in-should] All assertions passed. (total 1 assertions) 45 PASS < [load-file-in-should] All assertions passed. (total 1 assertions)
44 PASS > [dummy-label-string] 46 PASS > [dummy-label-string]
45 PASS < [dummy-label-string] All assertions passed. (total 0 assertions) 47 PASS < [dummy-label-string] All assertions passed. (total 0 assertions)
46 PASS > [dummy-label-object] 48 PASS > [dummy-label-object]
47 PASS < [dummy-label-object] All assertions passed. (total 0 assertions) 49 PASS < [dummy-label-object] All assertions passed. (total 0 assertions)
48 PASS # AUDIT TASK RUNNER FINISHED: 6 tasks ran successfully. 50 PASS # AUDIT TASK RUNNER FINISHED: 6 tasks ran successfully.
49 Harness: the test ran to completion. 51 Harness: the test ran to completion.
50 52
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/unit-tests/audit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698