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

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

Issue 2648873002: [inspector] added creation frame for async call chains for promises (Closed)
Patch Set: fixed usage of external reference 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 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 16270656c686878cd004497e095b2e7494befd69..4e2452838c2c3460234dfe90d2f1415a09ffab10 100644
--- a/test/inspector/debugger/async-stacks-limit-expected.txt
+++ b/test/inspector/debugger/async-stacks-limit-expected.txt
@@ -19,35 +19,20 @@ foo2 (test.js:15:2)
Running test: testTwoLimitTwoPromises
foo1 (test.js:11:2)
--- Promise.resolve --
-twoPromises (test.js:34:2)
-(anonymous) (expr.js:0:0)
foo2 (test.js:15:2)
--- Promise.resolve --
-twoPromises (test.js:35:2)
-(anonymous) (expr.js:0:0)
Running test: testOneLimitTwoSetTimeouts
foo1 (test.js:11:2)
foo2 (test.js:15:2)
--- setTimeout --
-twoSetTimeout (test.js:41:2)
-(anonymous) (expr.js:0:0)
Running test: testTwoLimitTwoSetTimeouts
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
@@ -83,15 +68,9 @@ foo10 (:0:18)
foo11 (:0:18)
(anonymous) (:0:29)
--- setTimeout --
-twentySetTimeout (test.js:55:4)
-(anonymous) (expr.js:0:0)
foo12 (:0:18)
(anonymous) (:0:29)
--- setTimeout --
-twentySetTimeout (test.js:55:4)
-(anonymous) (expr.js:0:0)
foo13 (:0:18)
(anonymous) (:0:29)

Powered by Google App Engine
This is Rietveld 408576698