Skip to content

Commit dc17432

Browse files
committed
deps: fix V8 5.1 tests
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: #7477 PR-URL: #7488 Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 5e5ec2c commit dc17432

File tree

70 files changed

+196
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+196
-126
lines changed

deps/v8/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,4 @@ constant pool: [
122122
]
123123
handlers: [
124124
]
125+

deps/v8/test/cctest/interpreter/bytecode_expectations/ArrayLiteralsWide.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,3 +1049,4 @@ constant pool: [
10491049
]
10501050
handlers: [
10511051
]
1052+

deps/v8/test/cctest/interpreter/bytecode_expectations/AssignmentsInBinaryExpression.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,4 @@ constant pool: [
276276
]
277277
handlers: [
278278
]
279+

deps/v8/test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ constant pool: [
8989
]
9090
handlers: [
9191
]
92+

deps/v8/test/cctest/interpreter/bytecode_expectations/BasicLoops.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ handlers: [
783783
snippet: "
784784
var a = 0;
785785
while (a) {
786-
{
786+
{
787787
let z = 1;
788788
function f() { z = 2; }
789789
if (z) continue;
@@ -857,3 +857,4 @@ constant pool: [
857857
]
858858
handlers: [
859859
]
860+

deps/v8/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,3 +229,4 @@ constant pool: [
229229
]
230230
handlers: [
231231
]
232+

deps/v8/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,4 @@ constant pool: [
6161
]
6262
handlers: [
6363
]
64+

deps/v8/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,4 @@ constant pool: [
5555
]
5656
handlers: [
5757
]
58+

deps/v8/test/cctest/interpreter/bytecode_expectations/CallNew.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ constant pool: [
8888
]
8989
handlers: [
9090
]
91+

deps/v8/test/cctest/interpreter/bytecode_expectations/CallRuntime.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ constant pool: [
9191
]
9292
handlers: [
9393
]
94+

0 commit comments

Comments
 (0)