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

Unified Diff: test/inspector/debugger/async-stacks-limit-expected.txt

Issue 2816043006: [inspector] avoid cloning of async call chains (Closed)
Patch Set: StackTrace -> back to V8StacktraceImpl Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: test/inspector/debugger/async-stacks-limit-expected.txt
diff --git a/test/inspector/debugger/async-stacks-limit-expected.txt b/test/inspector/debugger/async-stacks-limit-expected.txt
index 8dd14569904fe7e05414fb310231dbee384b5519..25058f225d25eb9bc567728958b15c3e5164ccbd 100644
--- a/test/inspector/debugger/async-stacks-limit-expected.txt
+++ b/test/inspector/debugger/async-stacks-limit-expected.txt
@@ -27,30 +27,18 @@ Running test: testSixLimitTwoPromises
foo1 (test.js:11:2)
foo2 (test.js:15:2)
--- Promise.resolve --
dgozman 2017/04/17 17:49:08 Not sure why this has changed. Perhaps, we need to
kozy 2017/04/17 21:34:17 Added better test.
-twoPromises (test.js:35:2)
-(anonymous) (expr.js:0:0)
Running test: testTwoLimitTwoSetTimeouts
foo1 (test.js:11:2)
foo2 (test.js:15:2)
--- setTimeout --
-twoSetTimeout (test.js:41:2)
-(anonymous) (expr.js:0:0)
Running test: testThreeLimitTwoSetTimeouts
foo1 (test.js:11:2)
--- setTimeout --
-twoSetTimeout (test.js:40:2)
-(anonymous) (expr.js:0:0)
foo2 (test.js:15:2)
--- setTimeout --
-twoSetTimeout (test.js:41:2)
-(anonymous) (expr.js:0:0)
Running test: testTenLimitTwentySetTimeouts
@@ -86,27 +74,15 @@ foo10 (:0:18)
foo11 (:0:18)
(anonymous) (:0:29)
--- setTimeout --
-twentySetTimeout (test.js:49:4)
-(anonymous) (expr.js:0:0)
foo12 (:0:18)
(anonymous) (:0:29)
--- setTimeout --
-twentySetTimeout (test.js:49:4)
-(anonymous) (expr.js:0:0)
foo13 (:0:18)
(anonymous) (:0:29)
--- setTimeout --
-twentySetTimeout (test.js:49:4)
-(anonymous) (expr.js:0:0)
foo14 (:0:18)
(anonymous) (:0:29)
--- setTimeout --
-twentySetTimeout (test.js:49:4)
-(anonymous) (expr.js:0:0)
foo15 (:0:18)
(anonymous) (:0:29)
« src/inspector/v8-stack-trace-impl.cc ('K') | « src/inspector/v8-stack-trace-impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698