Skip to content

Commit

Permalink
Update debugger baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
Cellule committed Feb 21, 2017
1 parent b0fc6e1 commit 6006918
Show file tree
Hide file tree
Showing 72 changed files with 14 additions and 1,677 deletions.
12 changes: 0 additions & 12 deletions test/Debugger/JsDiagGetStackProperties.js.dbg.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"this": "Object {...}",
"{exception}": "number 1",
"locals": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"FuncLevel1": "function <large string>",
"outerFunc1": "function <large string>",
"globalVar": "undefined undefined"
Expand All @@ -15,19 +12,13 @@
"this": "Object {...}",
"{exception}": "Error Caught Error",
"locals": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"FuncLevel1": "function <large string>",
"outerFunc1": "function <large string>",
"globalVar": "undefined undefined"
}
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"FuncLevel1": "function <large string>",
"outerFunc1": "function <large string>",
"globalVar": "Object {...}"
Expand Down Expand Up @@ -64,9 +55,6 @@
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"FuncLevel1": "function <large string>",
"outerFunc1": "function <large string>",
"globalVar": "Object {...}"
Expand Down
3 changes: 0 additions & 3 deletions test/Debugger/MultipleContextStack.js.dbg.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Func2": "function <large string>",
"Func3": "function <large string>",
"Func1": "function <large string>",
Expand Down
3 changes: 0 additions & 3 deletions test/DebuggerCommon/ES6_intl_simple_attach.js.dbg.baseline
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Run": "function <large string>",
"x": "undefined undefined"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,31 +1,9 @@
[
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}"
},
"this": {},
"locals": {
"a": "number 1",
"b": "number 2",
"read": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string read",
"caller": "object null",
"arguments": "object null"
},
"readbuffer": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string readbuffer",
"caller": "object null",
"arguments": "object null"
},
"console": {
"#__proto__": "Object {...}",
"log": "function log"
}
"b": "number 2"
},
"globals": {}
},
Expand Down
26 changes: 2 additions & 24 deletions test/DebuggerCommon/ES6_letconst_eval_nonstrict.js.dbg.baseline
Original file line number Diff line number Diff line change
@@ -1,30 +1,8 @@
[
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}"
},
"this": {},
"locals": {
"a": "number 1",
"read": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string read",
"caller": "object null",
"arguments": "object null"
},
"readbuffer": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string readbuffer",
"caller": "object null",
"arguments": "object null"
},
"console": {
"#__proto__": "Object {...}",
"log": "function log"
}
"a": "number 1"
},
"globals": {}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Run": "function <large string>"
},
"locals": {
Expand Down
51 changes: 0 additions & 51 deletions test/DebuggerCommon/ES6_letconst_for.js.dbg.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,16 @@
"this": "Object {...}",
"locals": {
"y": "number 1",
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"x": "number 1"
}
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"x": "number 1"
},
"locals": {
"z": "number 1",
"y": "number 1",
"read": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string read",
"caller": "object null",
"arguments": "object null"
},
"readbuffer": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string readbuffer",
"caller": "object null",
"arguments": "object null"
},
"console": {
"#__proto__": "Object {...}",
"log": "function log"
},
"x": "number 1"
},
"globals": {}
Expand All @@ -45,40 +21,16 @@
"this": "Object {...}",
"locals": {
"y": "number 2",
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"x": "number 1"
}
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"x": "number 1"
},
"locals": {
"z": "number 1",
"y": "number 2",
"read": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string read",
"caller": "object null",
"arguments": "object null"
},
"readbuffer": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string readbuffer",
"caller": "object null",
"arguments": "object null"
},
"console": {
"#__proto__": "Object {...}",
"log": "function log"
},
"x": "number 1"
},
"globals": {}
Expand All @@ -87,9 +39,6 @@
"this": "Object {...}",
"locals": {
"y": "number 3",
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"x": "number 1"
}
}
Expand Down
42 changes: 0 additions & 42 deletions test/DebuggerCommon/ES6_letconst_forin.js.dbg.baseline
Original file line number Diff line number Diff line change
@@ -1,31 +1,10 @@
[
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"a": "Object {...}"
},
"locals": {
"y": "string x",
"read": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string read",
"caller": "object null",
"arguments": "object null"
},
"readbuffer": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string readbuffer",
"caller": "object null",
"arguments": "object null"
},
"console": {
"#__proto__": "Object {...}",
"log": "function log"
},
"a": {
"#__proto__": "Object {...}",
"x": "number 2",
Expand All @@ -36,31 +15,10 @@
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"a": "Object {...}"
},
"locals": {
"y": "string y",
"read": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string read",
"caller": "object null",
"arguments": "object null"
},
"readbuffer": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string readbuffer",
"caller": "object null",
"arguments": "object null"
},
"console": {
"#__proto__": "Object {...}",
"log": "function log"
},
"a": {
"#__proto__": "Object {...}",
"x": "number 2",
Expand Down
26 changes: 2 additions & 24 deletions test/DebuggerCommon/ES6_letconst_redcl.js.dbg.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,10 @@
}
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}"
},
"this": {},
"locals": {
"a": "number 100",
"b": "number 200",
"read": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string read",
"caller": "object null",
"arguments": "object null"
},
"readbuffer": {
"#__proto__": "function <large string>",
"prototype": "Object {...}",
"name": "string readbuffer",
"caller": "object null",
"arguments": "object null"
},
"console": {
"#__proto__": "Object {...}",
"log": "function log"
}
"b": "number 200"
},
"globals": {}
}
Expand Down
12 changes: 0 additions & 12 deletions test/DebuggerCommon/ES6_letconst_shadow_eval_with.js.dbg.baseline
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Run": "function <large string>"
},
"locals": {
Expand All @@ -27,9 +24,6 @@
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Run": "function <large string>"
},
"locals": {
Expand All @@ -53,9 +47,6 @@
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Run": "function <large string>"
},
"locals": {
Expand All @@ -79,9 +70,6 @@
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Run": "function <large string>"
},
"locals": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Call": "function <large string>",
"bar": "function <large string>",
"Run": "function <large string>",
Expand Down Expand Up @@ -32,9 +29,6 @@
},
{
"this": {
"read": "function read",
"readbuffer": "function readbuffer",
"console": "Object {...}",
"Call": "function <large string>",
"bar": "function <large string>",
"Run": "function <large string>",
Expand Down
Loading

0 comments on commit 6006918

Please sign in to comment.