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

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

Issue 2654673003: Implement should().beRejectedWith() (Closed)
Patch Set: Fixed expected results Created 3 years, 11 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
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 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.
11 PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06. 11 PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06.
12 PASS < [numerical] All assertions passed. (total 7 assertions) 12 PASS < [numerical] All assertions passed. (total 7 assertions)
13 PASS > [basic] Simple unit tests for basic assertions. 13 PASS > [basic] Simple unit tests for basic assertions.
14 PASS OfflineAudioContext does exist. 14 PASS OfflineAudioContext does exist.
15 PASS Setting foo1 to 0 did not throw an exception. 15 PASS Setting foo1 to 0 did not throw an exception.
16 PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined ". 16 PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined ".
17 PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined ". 17 PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined ".
18 PASS 3 < 5 is true. 18 PASS 3 < 5 is true.
19 PASS false is false. 19 PASS false is false.
20 PASS 1 is equal to 1. 20 PASS 1 is equal to 1.
21 PASS 1 is not equal to 2. 21 PASS 1 is not equal to 2.
22 PASS object is equal to object. 22 PASS object is equal to object.
23 PASS 2 is greater than 1. 23 PASS 2 is greater than 1.
24 PASS 2 is greater than or equal to 2. 24 PASS 2 is greater than or equal to 2.
25 PASS 1 is less than 2. 25 PASS 1 is less than 2.
26 PASS 1 is less than or equal to 1. 26 PASS 1 is less than or equal to 1.
27 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.. 27 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..
28 PASS Suspending OAC with no argument rejected correctly with TypeError.
28 PASS Start OAC rendering resolved correctly. 29 PASS Start OAC rendering resolved correctly.
29 PASS < [basic] All assertions passed. (total 15 assertions) 30 PASS < [basic] All assertions passed. (total 16 assertions)
30 PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully. 31 PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully.
31 Harness: the test ran to completion. 32 Harness: the test ran to completion.
32 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698