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

Side by Side Diff: LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
(Empty)
1
2 Test that sections representing scopes are expandable and contain correct data f or async call frames.
3
4 Set timer for test function.
5 Dumping call frames with scope chains:
6
7 1) innerTimeout2 async-callstack-scopes.html:51
8 Scope variables sidebar pane:
9 Local
10 localInInnerTimeout2: "innerTimeout2"
11 this: Window
12 WindowGlobal
13 <section collapsed>
14
15 2) innerFunction async-callstack-scopes.html:18
16 Scope variables sidebar pane:
17 ObjectWith Block
18 foo: "bar2"
19 Catch
20 e: Error: An exception
21 at innerFunction (...)
22 at timeout2 (...)
23 Local
24 arguments: Arguments[1]
25 innerFunctionLocalVar: 202
26 this: Window
27 x: 200
28 Closure
29 callback: innerTimeout2()
30 makeClosureLocalVar: "local.2"
31 n: 2
32 withScope: Object
33 WindowGlobal
34 <section collapsed>
35
36 3) timeout2 async-callstack-scopes.html:53
37 Scope variables sidebar pane:
38 Local
39 innerTimeout2: innerTimeout2()
40 localInTimeout2: "timeout2"
41 this: Window
42 WindowGlobal
43 <section collapsed>
44
45 4) innerTimeout1 async-callstack-scopes.html:40
46 Scope variables sidebar pane:
47 Local
48 localInInnerTimeout1: "innerTimeout1"
49 this: Window
50 Closure
51 localInTimeout1: "timeout1"
52 WindowGlobal
53 <section collapsed>
54
55 5) innerFunction async-callstack-scopes.html:18
56 Scope variables sidebar pane:
57 Local
58 arguments: Arguments[1]
59 innerFunctionLocalVar: 102
60 this: Window
61 x: 100
62 Closure
63 callback: innerTimeout1()
64 makeClosureLocalVar: "local.1"
65 n: 1
66 withScope: Object
67 WindowGlobal
68 <section collapsed>
69
70 6) timeout1 async-callstack-scopes.html:42
71 Scope variables sidebar pane:
72 Local
73 innerTimeout1: innerTimeout1()
74 localInTimeout1: "timeout1"
75 this: Window
76 WindowGlobal
77 <section collapsed>
78
79 7) testFunction async-callstack-scopes.html:31
80 Scope variables sidebar pane:
81 Local
82 delay1: 0
83 this: Window
84 WindowGlobal
85 <section collapsed>
86
87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698