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

Side by Side Diff: LayoutTests/dart/inspector/scope-variables-expected.txt

Issue 1369743003: Add a line number filter for layout tests. Suppress/fix Dartium layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 5 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 Example div 1 Example div
2 2
3 Running: testScopeChain 3 Running: testScopeChain
4 Set timer for test function. 4 Set timer for test function.
5 Script execution paused. 5 Script execution paused.
6 Call stack: 6 Call stack:
7 0) handleMessage2 (scope-variables.dart:24) 7 0) handleMessage2 (scope-variables.dart:24)
8 1) handleMessage (scope-variables.dart:12) 8 1) handleMessage (scope-variables.dart:12)
9 2) <anonymous closure> (dart:html:xxxx)
9 10
10 Dump scope sections: 11 Dump scope sections:
11 Local 12 Local
12 _s: "foo" 13 _s: "foo"
13 a1: [Instance of A, d = 3.14] 14 a1: [Instance of A, d = 3.14]
14 a2: null 15 a2: null
15 b: false 16 b: false
16 d: 1.618 17 d: 1.618
17 event: Instance of 'MessageEvent' 18 event: Instance of 'MessageEvent'
18 i: 42 19 i: 42
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 dart:web_gl: dart.dom.web_gl 52 dart:web_gl: dart.dom.web_gl
52 dart:web_sql: dart.dom.web_sql 53 dart:web_sql: dart.dom.web_sql
53 (SOURCE_LOCATION): metadata 54 (SOURCE_LOCATION): metadata
54 (SOURCE_LOCATION): snapshot 55 (SOURCE_LOCATION): snapshot
55 (SOURCE_LOCATION): scope_variables_test 56 (SOURCE_LOCATION): scope_variables_test
56 (SOURCE_LOCATION): (SOURCE_LOCATION) 57 (SOURCE_LOCATION): (SOURCE_LOCATION)
57 Inspected value toString(): [Instance of A, d = 3.14] 58 Inspected value toString(): [Instance of A, d = 3.14]
58 Result of calling invalid function. value: undefined. exception thrown: true 59 Result of calling invalid function. value: undefined. exception thrown: true
59 Script execution resumed. 60 Script execution resumed.
60 61
OLDNEW
« no previous file with comments | « LayoutTests/dart/inspector/debugger-expected.txt ('k') | LayoutTests/dart/microtask-queue-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698