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

Unified Diff: test/inspector/runtime/coverage-expected.txt

Issue 2700743002: [inspector] extend protocol for code coverage. (Closed)
Patch Set: comments Created 3 years, 10 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
« test/inspector/runtime/coverage.js ('K') | « test/inspector/runtime/coverage.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/runtime/coverage-expected.txt
diff --git a/test/inspector/runtime/coverage-expected.txt b/test/inspector/runtime/coverage-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..872576bf28500ccc9bb5aecf850259cfa5746fce
--- /dev/null
+++ b/test/inspector/runtime/coverage-expected.txt
@@ -0,0 +1,44 @@
+Test collecting code coverage data with Runtime.collectCoverage.
+
+Running test: testCoverage
+{
+ id : <messageId>
+ result : {
+ result : {
+ description : 8
+ type : number
+ value : 8
+ }
+ }
+}
+{
+ id : <messageId>
+ result : {
+ result : [
+ [0] : {
+ scriptId : <scriptId>
+ toplevel : {
+ count : 1
+ endColumnNumber : 0
+ endLineNumber : 6
+ functionName :
+ nested : [
+ [0] : {
+ count : 15
+ endColumnNumber : 1
+ endLineNumber : 4
+ functionName : fib
+ nested : [
+ ]
+ startColumnNumber : 0
+ startLineNumber : 1
+ }
+ ]
+ startColumnNumber : 0
+ startLineNumber : 0
+ }
+ url : fib.js
+ }
+ ]
+ }
+}
« test/inspector/runtime/coverage.js ('K') | « test/inspector/runtime/coverage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698