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

Unified 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, 9 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 1e8008eb3f28d863750f2accbd703e72bd3d6ff3..fc77c5954983dbad7bd2e0b643d959f486ba7976 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -21,6 +21,8 @@ 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 function () { var foo4 = bar; } threw ReferenceError: "bar is not defined".
+PASS function () { var foo5 = 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.
@@ -37,7 +39,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 20 assertions)
+PASS < [basic] All assertions passed. (total 22 assertions)
PASS > [load-file-in-should] Test Audit.loadFileFromUrl() within |should| assertion.
PASS Loading file within should().beResolved() resolved correctly.
PASS < [load-file-in-should] All assertions passed. (total 1 assertions)
« 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