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

Side by Side Diff: LayoutTests/inspector/sources/debugger/async-callstack-web-sql-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
2 Tests asynchronous call stacks for Web SQL.
3
4 Set timer for test function.
5 Captured call stacks in no particular order:
6 Call stack:
7 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:39)
8 [SQLTransaction]
9 0) openDB (async-callstack-web-sql.html:27)
10 [setTimeout]
11 0) testFunction (async-callstack-web-sql.html:9)
12
13 Call stack:
14 0) onDropTable (async-callstack-web-sql.html:47)
15 [SQLStatement]
16 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:42)
17 [SQLTransaction]
18 0) openDB (async-callstack-web-sql.html:27)
19 [setTimeout]
20 0) testFunction (async-callstack-web-sql.html:9)
21
22 Call stack:
23 0) onSuccess (async-callstack-web-sql.html:14)
24 [SQLStatement]
25 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:40)
26 [SQLTransaction]
27 0) openDB (async-callstack-web-sql.html:27)
28 [setTimeout]
29 0) testFunction (async-callstack-web-sql.html:9)
30
31 Call stack:
32 0) onSuccess (async-callstack-web-sql.html:14)
33 [SQLStatement]
34 0) onCreateTableSQLTransactionCallback (async-callstack-web-sql.html:41)
35 [SQLTransaction]
36 0) openDB (async-callstack-web-sql.html:27)
37 [setTimeout]
38 0) testFunction (async-callstack-web-sql.html:9)
39
40 Call stack:
41 0) onSuccess (async-callstack-web-sql.html:14)
42 [SQLTransaction]
43 0) openDB (async-callstack-web-sql.html:27)
44 [setTimeout]
45 0) testFunction (async-callstack-web-sql.html:9)
46
47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698