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

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

Issue 2693043005: Fix should() to throw with no argument (Closed)
Patch Set: Initial commit Created 3 years, 10 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
index d73a520e125deea24a61dc976541e44e08dc17dd..92d5047e8588f46b75364076b5859ac9e4b824cd 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -15,6 +15,7 @@ PASS OfflineAudioContext does exist.
PASS Setting foo1 to 0 did not throw an exception.
PASS function () { var foo2 = bar; } threw ReferenceError: "bar is not defined".
PASS function () { var foo3 = bar; } threw ReferenceError: "bar is not defined".
+PASS Calling should() with no argument threw Error: "Task.should:: requires at least 1 argument.".
PASS 3 < 5 is true.
PASS false is false.
PASS 1 is equal to 1.
@@ -30,7 +31,7 @@ PASS The message is truthful!
PASS Decoding audio data with no argument rejected correctly with TypeError: Failed to execute 'decodeAudioData' on 'BaseAudioContext': 1 argument required, but only 0 present..
PASS Suspending OAC with no argument rejected correctly with TypeError.
PASS Start OAC rendering resolved correctly.
-PASS < [basic] All assertions passed. (total 19 assertions)
+PASS < [basic] All assertions passed. (total 20 assertions)
PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully.
Harness: the test ran to completion.
« 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