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

Unified Diff: LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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 | « LayoutTests/fast/js/const-expected.txt ('k') | LayoutTests/fast/js/global-constructors-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt
diff --git a/LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt b/LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt
index ad1f2ab4628f5bc74917a7a653ad6001e84fa248..c4c228218e6709bdf33c151741038f8ecee17d22 100644
--- a/LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt
+++ b/LayoutTests/fast/js/exceptions-thrown-in-callbacks-expected.txt
@@ -1,5 +1,5 @@
-CONSOLE MESSAGE: line 17: Uncaught PASS: toString called on exception value thrown from event handler
-CONSOLE MESSAGE: line 23: Uncaught PASS: toString called on exception value thrown from sql transaction callback
-CONSOLE MESSAGE: line 33: Uncaught PASS: toString called on exception value thrown from sql error callback
-CONSOLE MESSAGE: line 41: Uncaught PASS: toString called on exception value thrown from timer
+CONSOLE ERROR: line 17: Uncaught PASS: toString called on exception value thrown from event handler
+CONSOLE ERROR: line 23: Uncaught PASS: toString called on exception value thrown from sql transaction callback
+CONSOLE ERROR: line 33: Uncaught PASS: toString called on exception value thrown from sql error callback
+CONSOLE ERROR: line 41: Uncaught PASS: toString called on exception value thrown from timer
This test ensures that exceptions are handled correctly by the various callback mechanisms present in WebCore.
« no previous file with comments | « LayoutTests/fast/js/const-expected.txt ('k') | LayoutTests/fast/js/global-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698