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

Side by Side Diff: LayoutTests/inspector/sources/debugger/async-operation-events-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 Tests debugger AsyncOperation events while in a debugger stepping session.
2
3 Set timer for test function.
4 Executing StepOver...
5 Executing StepOver...
6 ==> AsyncOperationStarted: [setTimeout] testFunction @ async-operation-events.ht ml:10
7 Executing StepOver...
8 Call stack:
9 0) callback1 (async-operation-events.html:13)
10 [setTimeout]
11 0) testFunction (async-operation-events.html:10)
12
13 Executing StepOver...
14 Executing StepOver...
15 ==> AsyncOperationStarted: [setTimeout] callback1 @ async-operation-events.html: 15
16 Executing StepOver...
17 ==> AsyncOperationStarted: [Promise.resolve] callback1 @ async-operation-events. html:17
18 Executing StepOver...
19 ==> AsyncOperationCompleted: [setTimeout] testFunction @ async-operation-events. html:10
20 Executing StepOver...
21 ==> AsyncOperationCompleted: [Promise.resolve] callback1 @ async-operation-event s.html:17
22 Call stack:
23 0) callback2 (async-operation-events.html:20)
24 [setTimeout]
25 0) callback1 (async-operation-events.html:15)
26 [setTimeout]
27 0) testFunction (async-operation-events.html:10)
28
29 Executing StepOver...
30 Executing StepOver...
31 ==> AsyncOperationStarted: [setTimeout] callback2 @ async-operation-events.html: 22
32 Executing Resume...
33 ==> AsyncOperationCompleted: [setTimeout] callback1 @ async-operation-events.htm l:15
34 ==> AsyncOperationCompleted: [setTimeout] callback2 @ async-operation-events.htm l:22
35 ==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html:36
36 Executing Resume...
37 ==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html:36
38 Scheduling few setInterval's...
39 All setInterval's were scheduled.
40 Requesting all pending AsyncOperation events from backend...
41 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:48
42 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:49
43 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:50
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698