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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 2: preprocessed script1.js.js 1 CONSOLE MESSAGE: line 2: preprocessed script1.js.js
2 CONSOLE MESSAGE: line 86: preprocessed debugger-script-preprocessor_html.js 2 CONSOLE MESSAGE: line 86: preprocessed debugger-script-preprocessor_html.js
3 CONSOLE MESSAGE: line 2: eval works 3 CONSOLE MESSAGE: line 2: eval works
4 CONSOLE MESSAGE: line 2: verify href: debugger-script-preprocessor.html 4 CONSOLE MESSAGE: line 2: verify href: debugger-script-preprocessor.html
5 CONSOLE MESSAGE: line 18: Uncaught Error: fake internal preprocessor error 5 CONSOLE ERROR: line 18: Uncaught Error: fake internal preprocessor error
6 CONSOLE MESSAGE: line 94: preprocessed debugger-script-preprocessor_html_onload. js 6 CONSOLE MESSAGE: line 94: preprocessed debugger-script-preprocessor_html_onload. js
7 CONSOLE MESSAGE: line 1: Uncaught Error: failingPreprocessor throws 7 CONSOLE ERROR: line 1: Uncaught Error: failingPreprocessor throws
8 CONSOLE MESSAGE: The preprocessor must compile to a function. 8 CONSOLE ERROR: The preprocessor must compile to a function.
9 CONSOLE MESSAGE: The preprocessor must compile to a function. 9 CONSOLE ERROR: The preprocessor must compile to a function.
10 CONSOLE MESSAGE: line 2: Uncaught SyntaxError: Unexpected identifier 10 CONSOLE ERROR: line 2: Uncaught SyntaxError: Unexpected identifier
11 CONSOLE MESSAGE: The preprocessor must compile to a function. 11 CONSOLE ERROR: The preprocessor must compile to a function.
12 Tests script preprocessor (ability to preprocess all scripts upon reload). 12 Tests script preprocessor (ability to preprocess all scripts upon reload).
13 13
14 Debugger was enabled. 14 Debugger was enabled.
15 Page reloaded. 15 Page reloaded.
16 sourceURLs[0]= 16 sourceURLs[0]=
17 sourceURLs[1]=inspector-test.js 17 sourceURLs[1]=inspector-test.js
18 sourceURLs[2]=debugger-test.js 18 sourceURLs[2]=debugger-test.js
19 sourceURLs[3]=script1.js.js 19 sourceURLs[3]=script1.js.js
20 sourceURLs[4]= 20 sourceURLs[4]=
21 sourceURLs[5]=debugger-script-preprocessor_html.js 21 sourceURLs[5]=debugger-script-preprocessor_html.js
22 sourceURLs[6]=debugger-script-preprocessor.html 22 sourceURLs[6]=debugger-script-preprocessor.html
23 sourceURLs[7]=dynamicScript1 23 sourceURLs[7]=dynamicScript1
24 sourceURLs[8]=dynamicScript2 24 sourceURLs[8]=dynamicScript2
25 sourceURLs[9]= 25 sourceURLs[9]=
26 Page reloaded. 26 Page reloaded.
27 Page reloaded. 27 Page reloaded.
28 Page reloaded. 28 Page reloaded.
29 Page reloaded. 29 Page reloaded.
30 Debugger was disabled. 30 Debugger was disabled.
31 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698