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

Side by Side Diff: LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-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 BreakpointManager class. 1 Tests BreakpointManager class.
2 2
3 3
4 Running: testSetBreakpoint 4 Running: testSetBreakpoint
5 Created breakpoints manager 5 Created breakpoints manager
6 Dumping Storage 6 Dumping Storage
7 Adding script: a.js 7 Adding script: a.js
8 Adding UISourceCode: a.js 8 Adding UISourceCode: a.js
9 Setting breakpoint at a.js:30:0 enabled:true condition: 9 Setting breakpoint at a.js:30:0 enabled:true condition:
10 breakpointAdded(a.js, 30, 0, , true) 10 breakpointAdded(a.js, 30, 0, , true)
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 UISourceCode (url='a.js', uri='a.js') 499 UISourceCode (url='a.js', uri='a.js')
500 Location: (10, 0) 500 Location: (10, 0)
501 Dumping Storage 501 Dumping Storage
502 a.js:10 enabled:true condition: 502 a.js:10 enabled:true condition:
503 Resetting breakpoint manager 503 Resetting breakpoint manager
504 breakpointRemoved(a.js, 10, 0) 504 breakpointRemoved(a.js, 10, 0)
505 Location disposed: a.js:10 505 Location disposed: a.js:10
506 debuggerModel.removeBreakpoint(a.js:10) 506 debuggerModel.removeBreakpoint(a.js:10)
507 Dumping Breakpoint Locations 507 Dumping Breakpoint Locations
508 508
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698