Skip to content

Commit

Permalink
deps: fix V8 5.1 tests
Browse files Browse the repository at this point in the history
Restore whitespaces in *.golden files. They were lost when I landed the
V8 5.1 update and are needed for the tests to pass.

Fixes: nodejs#7477
PR-URL: nodejs#7488
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
targos committed Jun 30, 2016
1 parent 5e5ec2c commit dc17432
Show file tree
Hide file tree
Showing 70 changed files with 196 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -1049,3 +1049,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ handlers: [
snippet: "
var a = 0;
while (a) {
{
{
let z = 1;
function f() { z = 2; }
if (z) continue;
Expand Down Expand Up @@ -857,3 +857,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -258,3 +258,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -918,3 +918,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -758,3 +758,4 @@ handlers: [
[21, 127, 129],
[273, 286, 288],
]

Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -1110,3 +1110,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -762,3 +762,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -1301,3 +1301,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ constant pool: [
]
handlers: [
]

Original file line number Diff line number Diff line change
Expand Up @@ -602,3 +602,4 @@ constant pool: [
]
handlers: [
]

Loading

0 comments on commit dc17432

Please sign in to comment.