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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await2-expected.txt

Issue 2384533002: [DevTools] Better label for async function call stacks (Closed)
Patch Set: rebased tests and removed virtual test suite Created 4 years, 1 month 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
OLDNEW
1 Tests asynchronous call stacks for async functions. 1 Tests asynchronous call stacks for async functions.
2 2
3 Set timer for test function. 3 Set timer for test function.
4 Captured call stacks in no particular order: 4 Captured call stacks in no particular order:
5 Call stack: 5 Call stack:
6 0) doTestChainedPromises (async-callstack-async-await2.html:67) 6 0) doTestChainedPromises (async-callstack-async-await2.html:67)
7 [async function] 7 [async function]
8 0) doTestChainedPromises (async-callstack-async-await2.html:63) 8 0) testFunctionTimeout (async-callstack-async-await2.html:50)
9 1) testFunctionTimeout (async-callstack-async-await2.html:50)
10 [setTimeout] 9 [setTimeout]
11 0) testFunction (async-callstack-async-await2.html:43) 10 0) testFunction (async-callstack-async-await2.html:43)
12 [setTimeout] 11 [setTimeout]
13 0) scheduleTestFunction (debugger-test.js:3) 12 0) scheduleTestFunction (debugger-test.js:3)
14 <... skipped remaining frames ...> 13 <... skipped remaining frames ...>
15 14
16 Call stack: 15 Call stack:
17 0) doTestChainedPromises (async-callstack-async-await2.html:69) 16 0) doTestChainedPromises (async-callstack-async-await2.html:69)
18 [async function] 17 [async function]
19 0) doTestChainedPromises (async-callstack-async-await2.html:63) 18 0) testFunctionTimeout (async-callstack-async-await2.html:50)
20 1) testFunctionTimeout (async-callstack-async-await2.html:50)
21 [setTimeout] 19 [setTimeout]
22 0) testFunction (async-callstack-async-await2.html:43) 20 0) testFunction (async-callstack-async-await2.html:43)
23 [setTimeout] 21 [setTimeout]
24 0) scheduleTestFunction (debugger-test.js:3) 22 0) scheduleTestFunction (debugger-test.js:3)
25 <... skipped remaining frames ...> 23 <... skipped remaining frames ...>
26 24
27 Call stack: 25 Call stack:
28 0) doTestChainedPromises (async-callstack-async-await2.html:71) 26 0) doTestChainedPromises (async-callstack-async-await2.html:71)
29 [async function] 27 [async function]
30 0) doTestChainedPromises (async-callstack-async-await2.html:63) 28 0) testFunctionTimeout (async-callstack-async-await2.html:50)
31 1) testFunctionTimeout (async-callstack-async-await2.html:50)
32 [setTimeout] 29 [setTimeout]
33 0) testFunction (async-callstack-async-await2.html:43) 30 0) testFunction (async-callstack-async-await2.html:43)
34 [setTimeout] 31 [setTimeout]
35 0) scheduleTestFunction (debugger-test.js:3) 32 0) scheduleTestFunction (debugger-test.js:3)
36 <... skipped remaining frames ...> 33 <... skipped remaining frames ...>
37 34
38 Call stack: 35 Call stack:
39 0) doTestChainedPromises (async-callstack-async-await2.html:73) 36 0) doTestChainedPromises (async-callstack-async-await2.html:73)
40 [async function] 37 [async function]
41 0) doTestChainedPromises (async-callstack-async-await2.html:63) 38 0) testFunctionTimeout (async-callstack-async-await2.html:50)
42 1) testFunctionTimeout (async-callstack-async-await2.html:50)
43 [setTimeout] 39 [setTimeout]
44 0) testFunction (async-callstack-async-await2.html:43) 40 0) testFunction (async-callstack-async-await2.html:43)
45 [setTimeout] 41 [setTimeout]
46 0) scheduleTestFunction (debugger-test.js:3) 42 0) scheduleTestFunction (debugger-test.js:3)
47 <... skipped remaining frames ...> 43 <... skipped remaining frames ...>
48 44
49 Call stack: 45 Call stack:
50 0) thenCallback (async-callstack-async-await2.html:55) 46 0) thenCallback (async-callstack-async-await2.html:55)
51 1) doTestChainedPromises (async-callstack-async-await2.html:74) 47 1) doTestChainedPromises (async-callstack-async-await2.html:74)
52 [async function] 48 [async function]
53 0) doTestChainedPromises (async-callstack-async-await2.html:63) 49 0) testFunctionTimeout (async-callstack-async-await2.html:50)
54 1) testFunctionTimeout (async-callstack-async-await2.html:50)
55 [setTimeout] 50 [setTimeout]
56 0) testFunction (async-callstack-async-await2.html:43) 51 0) testFunction (async-callstack-async-await2.html:43)
57 [setTimeout] 52 [setTimeout]
58 0) scheduleTestFunction (debugger-test.js:3) 53 0) scheduleTestFunction (debugger-test.js:3)
59 <... skipped remaining frames ...> 54 <... skipped remaining frames ...>
60 55
61 Call stack: 56 Call stack:
62 0) thenCallback (async-callstack-async-await2.html:55) 57 0) thenCallback (async-callstack-async-await2.html:55)
63 1) doTestChainedPromisesJSON (async-callstack-async-await2.html:86) 58 1) doTestChainedPromisesJSON (async-callstack-async-await2.html:86)
64 [async function] 59 [async function]
65 0) doTestChainedPromisesJSON (async-callstack-async-await2.html:80) 60 0) testFunctionTimeout (async-callstack-async-await2.html:50)
66 1) testFunctionTimeout (async-callstack-async-await2.html:50)
67 [setTimeout] 61 [setTimeout]
68 0) testFunction (async-callstack-async-await2.html:43) 62 0) testFunction (async-callstack-async-await2.html:43)
69 [setTimeout] 63 [setTimeout]
70 0) scheduleTestFunction (debugger-test.js:3) 64 0) scheduleTestFunction (debugger-test.js:3)
71 <... skipped remaining frames ...> 65 <... skipped remaining frames ...>
72 66
73 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698