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

Unified Diff: LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt

Issue 383123009: DevTools: Support async call stacks for FileSystem API (part 1). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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: LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt
diff --git a/LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt b/LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5c722b673ebac5d83364a9de71f65d35287042a9
--- /dev/null
+++ b/LayoutTests/http/tests/inspector/filesystem/async-callstack-filesystem-expected.txt
@@ -0,0 +1,60 @@
+Tests asynchronous call stacks for FileSystem API.
+
+Set timer for test function.
+Captured call stacks in no particular order:
+Call stack:
+ 0) expectError (async-callstack-filesystem.html:36)
+ [FileSystem]
+ 0) timeout (async-callstack-filesystem.html:31)
+ [setTimeout]
+ 0) testFunction (async-callstack-filesystem.html:25)
+
+Call stack:
+ 0) onFileCreated (async-callstack-filesystem.html:51)
+ [FileSystem]
+ 0) onInitFileSystem (async-callstack-filesystem.html:45)
+ [FileSystem]
+ 0) expectError (async-callstack-filesystem.html:37)
+ [FileSystem]
+ 0) timeout (async-callstack-filesystem.html:31)
+ [setTimeout]
+ 0) testFunction (async-callstack-filesystem.html:25)
+
+Call stack:
+ 0) onFileDeleted (async-callstack-filesystem.html:93)
+ [FileSystem]
+ 0) deleteTmpFile (async-callstack-filesystem.html:88)
+ 1) onFileReadEnd (async-callstack-filesystem.html:83)
+
+Call stack:
+ 0) onFileEntryFile (async-callstack-filesystem.html:72)
+ [FileSystem]
+ 0) onFileWriteEnd (async-callstack-filesystem.html:67)
+
+Call stack:
+ 0) onFileReadEnd (async-callstack-filesystem.html:82)
+
+Call stack:
+ 0) onFileWriteEnd (async-callstack-filesystem.html:66)
+
+Call stack:
+ 0) onFileWriterCreated (async-callstack-filesystem.html:57)
+ [FileSystem]
+ 0) onFileCreated (async-callstack-filesystem.html:52)
+ [FileSystem]
+ 0) onInitFileSystem (async-callstack-filesystem.html:45)
+ [FileSystem]
+ 0) expectError (async-callstack-filesystem.html:37)
+ [FileSystem]
+ 0) timeout (async-callstack-filesystem.html:31)
+
+Call stack:
+ 0) onInitFileSystem (async-callstack-filesystem.html:43)
+ [FileSystem]
+ 0) expectError (async-callstack-filesystem.html:37)
+ [FileSystem]
+ 0) timeout (async-callstack-filesystem.html:31)
+ [setTimeout]
+ 0) testFunction (async-callstack-filesystem.html:25)
+
+

Powered by Google App Engine
This is Rietveld 408576698