async-stack-for-promise-expected.txt 2.95 KB
Newer Older
1 2 3 4
Checks that async chains for promises are correct.

Running test: testPromise
foo1 (test.js:9:2)
5
-- Promise.then --
6
promise (test.js:19:14)
7 8 9 10 11
(anonymous) (testPromise.js:0:0)


Running test: testPromiseResolvedBySetTimeout
foo1 (test.js:9:2)
12
-- Promise.then --
13
promiseResolvedBySetTimeout (test.js:27:14)
14 15 16 17 18
(anonymous) (testPromiseResolvedBySetTimeout.js:0:0)


Running test: testPromiseAll
foo1 (test.js:9:2)
19
-- Promise.then --
20
promiseAll (test.js:37:35)
21 22 23 24 25
(anonymous) (testPromiseAll.js:0:0)


Running test: testPromiseAllReverseOrder
foo1 (test.js:9:2)
26
-- Promise.then --
27
promiseAllReverseOrder (test.js:48:35)
28 29 30 31 32
(anonymous) (testPromiseAllReverseOrder.js:0:0)


Running test: testPromiseRace
foo1 (test.js:9:2)
33
-- Promise.then --
34
promiseRace (test.js:59:36)
35 36 37 38 39
(anonymous) (testPromiseRace.js:0:0)


Running test: testTwoChainedCallbacks
foo1 (test.js:9:2)
40
-- Promise.then --
41
twoChainedCallbacks (test.js:68:14)
42 43 44
(anonymous) (testTwoChainedCallbacks.js:0:0)

foo2 (test.js:13:2)
45
-- Promise.then --
46
twoChainedCallbacks (test.js:68:25)
47 48 49 50 51
(anonymous) (testTwoChainedCallbacks.js:0:0)


Running test: testPromiseResolve
foo1 (test.js:9:2)
52
-- Promise.then --
53
promiseResolve (test.js:74:27)
54 55 56
(anonymous) (testPromiseResolve.js:0:0)

foo2 (test.js:13:2)
57
-- Promise.then --
58
promiseResolve (test.js:74:38)
59 60 61 62 63
(anonymous) (testPromiseResolve.js:0:0)


Running test: testThenableJobResolvedInSetTimeout
foo1 (test.js:9:2)
64
-- Promise.then --
65
thenableJobResolvedInSetTimeout (test.js:86:40)
66 67 68 69 70
(anonymous) (testThenableJobResolvedInSetTimeout.js:0:0)


Running test: testThenableJobResolvedInSetTimeoutWithStack
foo1 (test.js:9:2)
71
-- Promise.then --
72
thenableJobResolvedInSetTimeoutWithStack (test.js:104:40)
73 74 75 76 77
(anonymous) (testThenableJobResolvedInSetTimeoutWithStack.js:0:0)


Running test: testThenableJobResolvedByPromise
foo1 (test.js:9:2)
78
-- Promise.then --
79
thenableJobResolvedByPromise (test.js:118:40)
80 81 82 83 84
(anonymous) (testThenableJobResolvedByPromise.js:0:0)


Running test: testThenableJobResolvedByPromiseWithStack
foo1 (test.js:9:2)
85
-- Promise.then --
86
thenableJobResolvedByPromiseWithStack (test.js:136:40)
87 88 89 90 91
(anonymous) (testThenableJobResolvedByPromiseWithStack.js:0:0)


Running test: testLateThenCallback
foo1 (test.js:9:2)
92
-- Promise.then --
93
lateThenCallback (test.js:145:12)
94 95 96 97 98 99
(anonymous) (testLateThenCallback.js:0:0)


Running test: testComplex
inner1 (test.js:154:6)
foo1 (test.js:156:4)
100
-- Promise.then --
101
complex (test.js:202:5)
102 103
(anonymous) (testComplex.js:0:0)

104
(anonymous) (test.js:207:8)
105
-- Promise.then --
106
(anonymous) (test.js:206:8)
107
-- Promise.then --
108
(anonymous) (test.js:205:6)
109
-- setTimeout --
110
complex (test.js:204:2)
111 112 113 114 115
(anonymous) (testComplex.js:0:0)


Running test: testReject
foo1 (test.js:9:2)
116
-- Promise.catch --
117
reject (test.js:217:31)
118 119
(anonymous) (testReject.js:0:0)

120 121 122 123 124 125 126 127 128 129 130 131 132 133

Running test: testFinally1
foo1 (test.js:9:2)
-- Promise.finally --
finally1 (test.js:221:33)
(anonymous) (testFinally1.js:0:0)


Running test: testFinally2
foo1 (test.js:9:2)
-- Promise.finally --
finally2 (test.js:225:34)
(anonymous) (testFinally2.js:0:0)