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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-operation-events-expected.txt

Issue 1758313002: DevTools: introduce collections shim to be backed by non-wtf in v8_inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for landing Created 4 years, 9 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
OLDNEW
1 Tests debugger AsyncOperation events while in a debugger stepping session. 1 Tests debugger AsyncOperation events while in a debugger stepping session.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Executing StepOver... 4 Executing StepOver...
5 Executing StepOver... 5 Executing StepOver...
6 ==> AsyncOperationStarted: [setTimeout] testFunction @ async-operation-events.ht ml:10 6 ==> AsyncOperationStarted: [setTimeout] testFunction @ async-operation-events.ht ml
7 Executing StepOver... 7 Executing StepOver...
8 Call stack: 8 Call stack:
9 0) callback1 (async-operation-events.html:13) 9 0) callback1 (async-operation-events.html:13)
10 [setTimeout] 10 [setTimeout]
11 0) testFunction (async-operation-events.html:10) 11 0) testFunction (async-operation-events.html:10)
12 12
13 Executing StepOver... 13 Executing StepOver...
14 Executing StepOver... 14 Executing StepOver...
15 ==> AsyncOperationStarted: [setTimeout] callback1 @ async-operation-events.html: 15 15 ==> AsyncOperationStarted: [setTimeout] callback1 @ async-operation-events.html
16 Executing StepOver... 16 Executing StepOver...
17 ==> AsyncOperationStarted: [Promise.resolve] callback1 @ async-operation-events. html:17 17 ==> AsyncOperationStarted: [Promise.resolve] callback1 @ async-operation-events. html
18 Executing StepOver... 18 Executing StepOver...
19 ==> AsyncOperationCompleted: [setTimeout] testFunction @ async-operation-events. html:10 19 ==> AsyncOperationCompleted: [setTimeout] testFunction @ async-operation-events. html
20 Executing StepOver... 20 Executing StepOver...
21 ==> AsyncOperationCompleted: [Promise.resolve] callback1 @ async-operation-event s.html:17 21 ==> AsyncOperationCompleted: [Promise.resolve] callback1 @ async-operation-event s.html
22 Call stack: 22 Call stack:
23 0) callback2 (async-operation-events.html:20) 23 0) callback2 (async-operation-events.html:20)
24 [setTimeout] 24 [setTimeout]
25 0) callback1 (async-operation-events.html:15) 25 0) callback1 (async-operation-events.html:15)
26 [setTimeout] 26 [setTimeout]
27 0) testFunction (async-operation-events.html:10) 27 0) testFunction (async-operation-events.html:10)
28 28
29 Executing StepOver... 29 Executing StepOver...
30 Executing StepOver... 30 Executing StepOver...
31 ==> AsyncOperationStarted: [setTimeout] callback2 @ async-operation-events.html: 22 31 ==> AsyncOperationStarted: [setTimeout] callback2 @ async-operation-events.html
32 Executing Resume... 32 Executing Resume...
33 ==> AsyncOperationCompleted: [setTimeout] callback1 @ async-operation-events.htm l:15 33 ==> AsyncOperationCompleted: [setTimeout] callback1 @ async-operation-events.htm l
34 ==> AsyncOperationCompleted: [setTimeout] callback2 @ async-operation-events.htm l:22 34 ==> AsyncOperationCompleted: [setTimeout] callback2 @ async-operation-events.htm l
35 ==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html:36 35 ==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html
36 Executing Resume... 36 Executing Resume...
37 ==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html:36 37 ==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html
38 Scheduling few setInterval's... 38 Scheduling few setInterval's...
39 All setInterval's were scheduled. 39 All setInterval's were scheduled.
40 Requesting all pending AsyncOperation events from backend... 40 Requesting all pending AsyncOperation events from backend...
41 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:48 41 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml
42 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:49 42 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml
43 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:50 43 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698