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

Unified Diff: test/inspector/debugger/async-set-timeout-expected.txt

Issue 2574803002: [inspector] add async instrumentation for setTimeout in tests (Closed)
Patch Set: Created 4 years 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-set-timeout-expected.txt
diff --git a/test/inspector/debugger/async-set-timeout-expected.txt b/test/inspector/debugger/async-set-timeout-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f9d23bfe943e948a4250dadf6e376da5b1d381ea
--- /dev/null
+++ b/test/inspector/debugger/async-set-timeout-expected.txt
@@ -0,0 +1,11 @@
+Checks that async stack contains setTimeout
+inner1 (test.js:10:4)
+foo1 (test.js:12:2)
+-- setTimeout --
+inner2 (test.js:16:4)
+foo2 (test.js:18:2)
+-- setTimeout --
+inner3 (test.js:22:4)
+foo3 (test.js:24:2)
+(anonymous) (expr.js:0:0)
+

Powered by Google App Engine
This is Rietveld 408576698