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 <[email protected]>
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

+1
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

+1
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

+1
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

+1
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

+2-1
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

+1
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

+1
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

+1
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

+1
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

+1
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ constant pool: [
9191
]
9292
handlers: [
9393
]
94+

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

+1
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,4 @@ constant pool: [
258258
]
259259
handlers: [
260260
]
261+

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

+1
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,4 @@ constant pool: [
239239
]
240240
handlers: [
241241
]
242+

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

+1
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@ constant pool: [
137137
]
138138
handlers: [
139139
]
140+

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

+1
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ constant pool: [
5252
]
5353
handlers: [
5454
]
55+

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

+1
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,4 @@ constant pool: [
114114
]
115115
handlers: [
116116
]
117+

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

+1
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,4 @@ constant pool: [
136136
]
137137
handlers: [
138138
]
139+

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

+1
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ constant pool: [
103103
]
104104
handlers: [
105105
]
106+

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

+1
Original file line numberDiff line numberDiff line change
@@ -918,3 +918,4 @@ constant pool: [
918918
]
919919
handlers: [
920920
]
921+

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

+1
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,4 @@ constant pool: [
295295
]
296296
handlers: [
297297
]
298+

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

+1
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@ constant pool: [
145145
]
146146
handlers: [
147147
]
148+

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

+1
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ constant pool: [
113113
]
114114
handlers: [
115115
]
116+

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

+1
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ constant pool: [
8181
]
8282
handlers: [
8383
]
84+

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

+1
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@ constant pool: [
125125
]
126126
handlers: [
127127
]
128+

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

+1
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ constant pool: [
144144
]
145145
handlers: [
146146
]
147+

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

+1
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ constant pool: [
8686
]
8787
handlers: [
8888
]
89+

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

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ constant pool: [
2424
]
2525
handlers: [
2626
]
27+

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

+1
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ constant pool: [
7676
]
7777
handlers: [
7878
]
79+

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

+1
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ constant pool: [
4747
]
4848
handlers: [
4949
]
50+

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

+1
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,4 @@ constant pool: [
256256
]
257257
handlers: [
258258
]
259+

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

+1
Original file line numberDiff line numberDiff line change
@@ -758,3 +758,4 @@ handlers: [
758758
[21, 127, 129],
759759
[273, 286, 288],
760760
]
761+

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

+1
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ constant pool: [
7070
]
7171
handlers: [
7272
]
73+

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

+1
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/GlobalCountOperators.golden

+1
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ constant pool: [
103103
]
104104
handlers: [
105105
]
106+

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

+1
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ constant pool: [
113113
]
114114
handlers: [
115115
]
116+

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

+1
Original file line numberDiff line numberDiff line change
@@ -1110,3 +1110,4 @@ constant pool: [
11101110
]
11111111
handlers: [
11121112
]
1113+

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

+1
Original file line numberDiff line numberDiff line change
@@ -762,3 +762,4 @@ constant pool: [
762762
]
763763
handlers: [
764764
]
765+

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

+1
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/JumpsRequiringConstantWideOperands.golden

+1
Original file line numberDiff line numberDiff line change
@@ -1301,3 +1301,4 @@ constant pool: [
13011301
]
13021302
handlers: [
13031303
]
1304+

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

+1
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ constant pool: [
112112
]
113113
handlers: [
114114
]
115+

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

+1
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,4 @@ constant pool: [
134134
]
135135
handlers: [
136136
]
137+

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

+1
Original file line numberDiff line numberDiff line change
@@ -602,3 +602,4 @@ constant pool: [
602602
]
603603
handlers: [
604604
]
605+

0 commit comments

Comments
 (0)