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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/function-generator-details-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 that Debugger.getGeneratorObjectDetails command returns correct result. 1 Tests that Debugger.getGeneratorObjectDetails command returns correct result.
2 2
3 3
4 Running: testIterNotStarted 4 Running: testIterNotStarted
5 iterNotStarted: type = object, subtype = generator 5 iterNotStarted: type = object, subtype = generator
6 functionName: "gen" 6 functionName: "gen"
7 lineNumber: 14 7 lineNumber: 14
8 columnNumber: 13 8 columnNumber: 13
9 scriptId is valid: true 9 scriptId is valid: true
10 status: suspended 10 status: suspended
(...skipping 23 matching lines...) Expand all
34 status: suspended 34 status: suspended
35 35
36 Running: testAnonymousGenIter 36 Running: testAnonymousGenIter
37 anonymousGenIter: type = object, subtype = generator 37 anonymousGenIter: type = object, subtype = generator
38 functionName: "" 38 functionName: ""
39 lineNumber: 39 39 lineNumber: 39
40 columnNumber: 4 40 columnNumber: 4
41 scriptId is valid: true 41 scriptId is valid: true
42 status: suspended 42 status: suspended
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698