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

Side by Side Diff: test/inspector/debugger/async-instrumentation-expected.txt

Issue 2650803003: [inspector] change target promise for kDebugWillHandle & kDebugDidHandle (Closed)
Patch Set: ready for review Created 3 years, 11 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
« src/isolate.cc ('K') | « test/cctest/test-code-stub-assembler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Checks async instrumentation enabled in the middle. 1 Checks async instrumentation enabled in the middle.
2 2
3 Running test: beforeAsyncTaskScheduled 3 Running test: beforeAsyncTaskScheduled
4 test (test.js:19:2) 4 test (test.js:19:2)
5 (anonymous) (expr1.js:0:0) 5 (anonymous) (expr1.js:0:0)
6 6
7 test (test.js:21:2) 7 test (test.js:21:2)
8 (anonymous) (expr1.js:0:0) 8 (anonymous) (expr1.js:0:0)
9 9
10 foo (test.js:10:2) 10 foo (test.js:10:2)
11 -- Promise.resolve --
dgozman 2017/01/24 18:13:51 Please double check - looks suspicious.
kozy 2017/01/24 18:41:41 debugger statement for break was located after asy
12 test (test.js:20:2)
13 (anonymous) (expr1.js:0:0)
14 11
15 foo (test.js:12:2) 12 foo (test.js:12:2)
16 -- Promise.resolve --
17 test (test.js:20:2)
18 (anonymous) (expr1.js:0:0)
19 13
20 14
21 Running test: afterAsyncTaskScheduled 15 Running test: afterAsyncTaskScheduled
22 test (test.js:19:2) 16 test (test.js:19:2)
23 (anonymous) (expr1.js:0:0) 17 (anonymous) (expr1.js:0:0)
24 18
25 test (test.js:21:2) 19 test (test.js:21:2)
26 (anonymous) (expr1.js:0:0) 20 (anonymous) (expr1.js:0:0)
27 21
28 foo (test.js:10:2) 22 foo (test.js:10:2)
29 23
30 foo (test.js:12:2) 24 foo (test.js:12:2)
31 25
32 26
33 Running test: afterAsyncTaskStarted 27 Running test: afterAsyncTaskStarted
34 test (test.js:19:2) 28 test (test.js:19:2)
35 (anonymous) (expr1.js:0:0) 29 (anonymous) (expr1.js:0:0)
36 30
37 test (test.js:21:2) 31 test (test.js:21:2)
38 (anonymous) (expr1.js:0:0) 32 (anonymous) (expr1.js:0:0)
39 33
40 foo (test.js:10:2) 34 foo (test.js:10:2)
41 35
42 foo (test.js:12:2) 36 foo (test.js:12:2)
43 37
OLDNEW
« src/isolate.cc ('K') | « test/cctest/test-code-stub-assembler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698