| Index: test/inspector/cpu-profiler/coverage-expected.txt
|
| diff --git a/test/inspector/cpu-profiler/coverage-expected.txt b/test/inspector/cpu-profiler/coverage-expected.txt
|
| index 6b0af036fcb689510cfe54a3d5b0c11ce9ef4d0f..94564dc783c806cb8fafb907c38161117176dc53 100644
|
| --- a/test/inspector/cpu-profiler/coverage-expected.txt
|
| +++ b/test/inspector/cpu-profiler/coverage-expected.txt
|
| @@ -1,5 +1,57 @@
|
| Test collecting code coverage data with Profiler.collectCoverage.
|
|
|
| +Running test: testPreciseBaseline
|
| +{
|
| + id : <messageId>
|
| + result : {
|
| + result : [
|
| + [0] : {
|
| + functions : [
|
| + [0] : {
|
| + functionName : fib
|
| + ranges : [
|
| + [0] : {
|
| + count : 0
|
| + endColumnNumber : 1
|
| + endLineNumber : 4
|
| + startColumnNumber : 0
|
| + startLineNumber : 1
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + scriptId : <scriptId>
|
| + url : 0
|
| + }
|
| + ]
|
| + }
|
| +}
|
| +{
|
| + id : <messageId>
|
| + result : {
|
| + result : [
|
| + [0] : {
|
| + functions : [
|
| + [0] : {
|
| + functionName : fib
|
| + ranges : [
|
| + [0] : {
|
| + count : 0
|
| + endColumnNumber : 1
|
| + endLineNumber : 4
|
| + startColumnNumber : 0
|
| + startLineNumber : 1
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| + scriptId : <scriptId>
|
| + url : 0
|
| + }
|
| + ]
|
| + }
|
| +}
|
| +
|
| Running test: testPreciseCoverage
|
| {
|
| id : <messageId>
|
|
|