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

Side by Side Diff: LayoutTests/inspector/sources/debugger-async/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
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:10
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]
(...skipping 24 matching lines...) Expand all
35 ==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html:36 35 ==> AsyncOperationStarted: [setTimeout] @ async-operation-events.html:36
36 Executing Resume... 36 Executing Resume...
37 ==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html:36 37 ==> AsyncOperationCompleted: [setTimeout] @ async-operation-events.html:36
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:48
42 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:49 42 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:49
43 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:50 43 ==> AsyncOperationStarted: [setInterval] runIntervals @ async-operation-events.h tml:50
44 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698