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

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

Issue 2384533002: [DevTools] Better label for async function call stacks (Closed)
Patch Set: rebased tests and removed virtual test suite Created 4 years, 2 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-await/async-callstack-async-await1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await1-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await1-expected.txt
index 6373099e9fea0afc12256c64a7efe168b9970781..99fed50373e0fbd7803f41171e4e14bbf269b8a0 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await1-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-async/async-await/async-callstack-async-await1-expected.txt
@@ -6,8 +6,7 @@ Call stack:
0) errorCallback (async-callstack-async-await1.html:60)
1) doTestSettledPromisesRejected (async-callstack-async-await1.html:92)
[async function]
- 0) doTestSettledPromisesRejected (async-callstack-async-await1.html:86)
- 1) testFunctionTimeout (async-callstack-async-await1.html:50)
+ 0) testFunctionTimeout (async-callstack-async-await1.html:50)
[setTimeout]
0) testFunction (async-callstack-async-await1.html:43)
[setTimeout]
@@ -28,8 +27,7 @@ Call stack:
0) thenCallback (async-callstack-async-await1.html:55)
1) doTestPromiseConstructor (async-callstack-async-await1.html:70)
[async function]
- 0) doTestPromiseConstructor (async-callstack-async-await1.html:63)
- 1) testFunctionTimeout (async-callstack-async-await1.html:50)
+ 0) testFunctionTimeout (async-callstack-async-await1.html:50)
[setTimeout]
0) testFunction (async-callstack-async-await1.html:43)
[setTimeout]
@@ -40,8 +38,7 @@ Call stack:
0) thenCallback (async-callstack-async-await1.html:55)
1) doTestSettledPromisesResolved (async-callstack-async-await1.html:80)
[async function]
- 0) doTestSettledPromisesResolved (async-callstack-async-await1.html:76)
- 1) testFunctionTimeout (async-callstack-async-await1.html:50)
+ 0) testFunctionTimeout (async-callstack-async-await1.html:50)
[setTimeout]
0) testFunction (async-callstack-async-await1.html:43)
[setTimeout]

Powered by Google App Engine
This is Rietveld 408576698