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

Unified Diff: LayoutTests/inspector/debugger/debugger-script-preprocessor-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
Index: LayoutTests/inspector/debugger/debugger-script-preprocessor-expected.txt
diff --git a/LayoutTests/inspector/debugger/debugger-script-preprocessor-expected.txt b/LayoutTests/inspector/debugger/debugger-script-preprocessor-expected.txt
index adbe973312128ad9116edf8fef5eaaa76ae538c2..ca49cabd20c6fe514cd45ec72438557a89f26d3d 100644
--- a/LayoutTests/inspector/debugger/debugger-script-preprocessor-expected.txt
+++ b/LayoutTests/inspector/debugger/debugger-script-preprocessor-expected.txt
@@ -2,13 +2,13 @@ CONSOLE MESSAGE: line 2: preprocessed script1.js.js
CONSOLE MESSAGE: line 86: preprocessed debugger-script-preprocessor_html.js
CONSOLE MESSAGE: line 2: eval works
CONSOLE MESSAGE: line 2: verify href: debugger-script-preprocessor.html
-CONSOLE MESSAGE: line 18: Uncaught Error: fake internal preprocessor error
+CONSOLE ERROR: line 18: Uncaught Error: fake internal preprocessor error
CONSOLE MESSAGE: line 94: preprocessed debugger-script-preprocessor_html_onload.js
-CONSOLE MESSAGE: line 1: Uncaught Error: failingPreprocessor throws
-CONSOLE MESSAGE: The preprocessor must compile to a function.
-CONSOLE MESSAGE: The preprocessor must compile to a function.
-CONSOLE MESSAGE: line 2: Uncaught SyntaxError: Unexpected identifier
-CONSOLE MESSAGE: The preprocessor must compile to a function.
+CONSOLE ERROR: line 1: Uncaught Error: failingPreprocessor throws
+CONSOLE ERROR: The preprocessor must compile to a function.
+CONSOLE ERROR: The preprocessor must compile to a function.
+CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected identifier
+CONSOLE ERROR: The preprocessor must compile to a function.
Tests script preprocessor (ability to preprocess all scripts upon reload).
Debugger was enabled.

Powered by Google App Engine
This is Rietveld 408576698