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

Side by Side Diff: LayoutTests/inspector/sources/debugger-async/async-callstack-indexed-db-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 1
2 Tests asynchronous call stacks for IndexedDB. 2 Tests asynchronous call stacks for IndexedDB.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Captured call stacks in no particular order: 5 Captured call stacks in no particular order:
6 Call stack: 6 Call stack:
7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75) 7 0) onSuccessCursorRequest (async-callstack-indexed-db.html:75)
8 [IndexedDB] 8 [IndexedDB]
9 0) getAllItems (async-callstack-indexed-db.html:68) 9 0) getAllItems (async-callstack-indexed-db.html:68)
10 1) onSuccessStorePut (async-callstack-indexed-db.html:60) 10 1) onSuccessStorePut (async-callstack-indexed-db.html:60)
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 0) testFunction (async-callstack-indexed-db.html:12) 63 0) testFunction (async-callstack-indexed-db.html:12)
64 64
65 Call stack: 65 Call stack:
66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31) 66 0) onUpgradeNeeded (async-callstack-indexed-db.html:31)
67 [IndexedDB] 67 [IndexedDB]
68 0) openDB (async-callstack-indexed-db.html:23) 68 0) openDB (async-callstack-indexed-db.html:23)
69 [setTimeout] 69 [setTimeout]
70 0) testFunction (async-callstack-indexed-db.html:12) 70 0) testFunction (async-callstack-indexed-db.html:12)
71 71
72 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698