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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt

Issue 1380573002: DevTools: fix evaluation on the last async call stack in chain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt
index e4173be1c3dcd28cecec42429a571895ed56fad0..e69ab9cbc0e361215530858a6404ee4a43297d26 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt
@@ -13,6 +13,9 @@ Call stack:
3) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>
Call stack:
0) catchCallback (async-callstack-promises.html:118)
@@ -56,6 +59,9 @@ Call stack:
3) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>
Call stack:
0) chained2 (async-callstack-promises.html:83)
@@ -112,6 +118,9 @@ Call stack:
1) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>
Call stack:
0) errorCallback (async-callstack-promises.html:60)
@@ -120,6 +129,9 @@ Call stack:
1) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>
Call stack:
0) promiseCallback (async-callstack-promises.html:67)
@@ -127,6 +139,9 @@ Call stack:
2) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>
Call stack:
0) thenCallback (async-callstack-promises.html:55)
@@ -135,6 +150,9 @@ Call stack:
1) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>
Call stack:
0) thenCallback (async-callstack-promises.html:55)
@@ -143,6 +161,9 @@ Call stack:
1) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>
Call stack:
0) thenCallback (async-callstack-promises.html:55)
@@ -170,5 +191,8 @@ Call stack:
3) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipeed remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698