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

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

Issue 2595393003: Handle should.throw() assertion with no argument properly (Closed)
Patch Set: Addressing feedback Created 4 years 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 f38b660d020f6cd56489b285bbb1feb9b1aa8335..f2fcf6a0e41c7988d874f19ddb1d79e45c88e6f9 100644
--- a/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/unit-tests/audit-expected.txt
@@ -10,8 +10,9 @@ PASS [0.5,0.5,0.55,0.5,0.45,0.5] has no glitch above the threshold of 0.06.
PASS < [numerical] All assertions passed. (total 5 assertions)
PASS > [basic] Simple unit tests for basic assertions.
PASS OfflineAudioContext does exist.
-PASS Setting foo to 0 did not throw an exception.
-PASS function () { var foo = bar; } threw ReferenceError : "bar is not defined".
+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 3 < 5 is true.
PASS false is false.
PASS 1 is equal to 1.
@@ -23,7 +24,7 @@ PASS 1 is less than 2.
PASS 1 is less than or equal to 1.
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 Start OAC rendering resolved correctly.
-PASS < [basic] All assertions passed. (total 14 assertions)
+PASS < [basic] All assertions passed. (total 15 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