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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-async/async-callstack-promises-expected.txt

Issue 2669633002: DevTools: rebaseline debugger tests (Closed)
Patch Set: fix comment for frameworks-skip-step-in.html 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: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/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/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-async/async-callstack-promises-expected.txt
similarity index 89%
copy from third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt
copy to third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-async/async-callstack-promises-expected.txt
index d6fc299eaddfe39f6761ddfbf8e5f0de3dd8a31a..cf369f61be46d1f0021d3e980aed815b48e6b1cf 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-callstack-promises-expected.txt
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/inspector/sources/debugger-async/async-callstack-promises-expected.txt
@@ -20,10 +20,6 @@ Call stack:
Call stack:
0) catchCallback (async-callstack-promises.html:118)
[Promise.resolve]
- 0) resolveCallback (async-callstack-promises.html:29)
- 1) settledPromise (async-callstack-promises.html:38)
- 2) chained2 (async-callstack-promises.html:112)
- [Promise.resolve]
0) resolvePromise (async-callstack-promises.html:12)
[setTimeout]
0) promiseCallback (async-callstack-promises.html:21)
@@ -38,6 +34,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)
+ <... skipped remaining frames ...>
Call stack:
0) catchCallback (async-callstack-promises.html:130)
@@ -61,6 +60,11 @@ Call stack:
2) chained1 (async-callstack-promises.html:122)
[Promise.resolve]
0) resolvePromise (async-callstack-promises.html:12)
+ [setTimeout]
+ 0) promiseCallback (async-callstack-promises.html:21)
+ 1) timeoutPromise (async-callstack-promises.html:9)
+ 2) doTestThrowFromChain (async-callstack-promises.html:121)
+ 3) testFunctionTimeout (async-callstack-promises.html:50)
Call stack:
0) chained1 (async-callstack-promises.html:80)
@@ -122,10 +126,6 @@ Call stack:
Call stack:
0) chained4 (async-callstack-promises.html:89)
[Promise.resolve]
- 0) resolveCallback (async-callstack-promises.html:29)
- 1) settledPromise (async-callstack-promises.html:38)
- 2) chained3 (async-callstack-promises.html:87)
- [Promise.resolve]
0) resolvePromise (async-callstack-promises.html:12)
[setTimeout]
0) promiseCallback (async-callstack-promises.html:21)
@@ -158,10 +158,8 @@ Call stack:
Call stack:
0) errorCallback (async-callstack-promises.html:60)
[Promise.reject]
- 0) rejectCallback (async-callstack-promises.html:33)
- 1) settledPromise (async-callstack-promises.html:36)
- 2) doTestSettledPromises (async-callstack-promises.html:74)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
+ 0) doTestSettledPromises (async-callstack-promises.html:74)
+ 1) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
[setTimeout]
@@ -192,10 +190,8 @@ Call stack:
Call stack:
0) thenCallback (async-callstack-promises.html:55)
[Promise.resolve]
- 0) resolveCallback (async-callstack-promises.html:29)
- 1) settledPromise (async-callstack-promises.html:38)
- 2) doTestSettledPromises (async-callstack-promises.html:73)
- 3) testFunctionTimeout (async-callstack-promises.html:50)
+ 0) doTestSettledPromises (async-callstack-promises.html:73)
+ 1) testFunctionTimeout (async-callstack-promises.html:50)
[setTimeout]
0) testFunction (async-callstack-promises.html:43)
[setTimeout]
@@ -211,10 +207,6 @@ Call stack:
1) timeoutPromise (async-callstack-promises.html:9)
2) chained4 (async-callstack-promises.html:90)
[Promise.resolve]
- 0) resolveCallback (async-callstack-promises.html:29)
- 1) settledPromise (async-callstack-promises.html:38)
- 2) chained3 (async-callstack-promises.html:87)
- [Promise.resolve]
0) resolvePromise (async-callstack-promises.html:12)
[setTimeout]
0) promiseCallback (async-callstack-promises.html:21)
@@ -227,6 +219,11 @@ Call stack:
1) timeoutPromise (async-callstack-promises.html:9)
2) doTestChainedPromises (async-callstack-promises.html:79)
3) testFunctionTimeout (async-callstack-promises.html:50)
+ [setTimeout]
+ 0) testFunction (async-callstack-promises.html:43)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Call stack:
0) thenCallback (async-callstack-promises.html:55)

Powered by Google App Engine
This is Rietveld 408576698