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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-steppings-expected.txt

Issue 2828863002: [DevTools] enable async stacks by default (Closed)
Patch Set: ac 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: third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-steppings-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-steppings-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-steppings-expected.txt
index 948170817acc8ae6fdae8e92f6752c0956df274c..0709484255978b0960dce4376e909f30be336bb3 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-steppings-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-frameworks/frameworks-steppings-expected.txt
@@ -4,6 +4,9 @@ Tests stepping into/over/out with framework black-boxing.
Set timer for test function.
Call stack:
0) testFunction (frameworks-steppings.html:10)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Executing StepInto...
@@ -11,6 +14,9 @@ Call stack:
0) callback1 (frameworks-steppings.html:12)
* 1) Framework.safeRun (framework.js:8)
2) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
@@ -20,6 +26,9 @@ Call stack:
3) callback1 (frameworks-steppings.html:12)
* 4) Framework.safeRun (framework.js:8)
5) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
@@ -29,6 +38,9 @@ Call stack:
3) callback1 (frameworks-steppings.html:12)
* 4) Framework.safeRun (framework.js:8)
5) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
@@ -42,6 +54,9 @@ Call stack:
7) callback1 (frameworks-steppings.html:12)
* 8) Framework.safeRun (framework.js:8)
9) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Executing StepInto...
@@ -63,6 +78,9 @@ Call stack:
12) callback1 (frameworks-steppings.html:12)
* 13) Framework.safeRun (framework.js:8)
14) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
@@ -84,6 +102,9 @@ Call stack:
15) callback1 (frameworks-steppings.html:12)
* 16) Framework.safeRun (framework.js:8)
17) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Executing StepInto...
@@ -103,6 +124,9 @@ Call stack:
12) callback1 (frameworks-steppings.html:12)
* 13) Framework.safeRun (framework.js:8)
14) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
@@ -121,6 +145,9 @@ Call stack:
12) callback1 (frameworks-steppings.html:12)
* 13) Framework.safeRun (framework.js:8)
14) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOut...
Call stack:
@@ -134,6 +161,9 @@ Call stack:
7) callback1 (frameworks-steppings.html:12)
* 8) Framework.safeRun (framework.js:8)
9) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepOver...
Call stack:
@@ -143,11 +173,17 @@ Call stack:
3) callback1 (frameworks-steppings.html:12)
* 4) Framework.safeRun (framework.js:8)
5) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>
Executing StepInto...
Call stack:
0) callback1 (frameworks-steppings.html:13)
* 1) Framework.safeRun (framework.js:8)
2) testFunction (frameworks-steppings.html:11)
+ [setTimeout]
+ 0) scheduleTestFunction (debugger-test.js:3)
+ <... skipped remaining frames ...>

Powered by Google App Engine
This is Rietveld 408576698