Skip to content

Commit 88c7bc1

Browse files
committed
regenerate golden files
1 parent 83c800a commit 88c7bc1

File tree

140 files changed

+2720
-2720
lines changed

Some content is hidden

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

140 files changed

+2720
-2720
lines changed

graalpython/com.oracle.graal.python.test/testData/goldenFiles/AwaitAndAsyncTests/await05.tast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ModuleRootNode Name: <module 'await05'> SourceSection: [0,35]`async def f():↵
3636
FunctionBodyNode SourceSection: [16,35]`foo((await smth()))`
3737
ExpressionStatementNode SourceSection: [16,35]`foo((await smth()))`
3838
PythonCallUnary SourceSection: [16,35]`foo((await smth()))`
39-
CachedNodeGen SourceSection: None
39+
CallUnaryMethodNodeGen SourceSection: None
4040
ReadGlobalOrBuiltinNodeGen SourceSection: [16,19]`foo`
4141
Identifier: foo
4242
ReadAttributeFromObjectNotTypeNodeGen SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/assert02.tast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ModuleRootNode Name: <module 'assert02'> SourceSection: [0,59]`def avg(marks):
4747
LookupAndCallBinaryNodeGen SourceSection: None
4848
Op: __ne__
4949
PythonCallUnary SourceSection: [27,37]`len(marks)`
50-
CachedNodeGen SourceSection: None
50+
CallUnaryMethodNodeGen SourceSection: None
5151
ReadGlobalOrBuiltinNodeGen SourceSection: [27,30]`len`
5252
Identifier: len
5353
ReadAttributeFromObjectNotTypeNodeGen SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/assert03.tast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ModuleRootNode Name: <module 'assert03'> SourceSection: [0,47]`def avg():↵
4545
IntegerLiteralNode SourceSection: [29,30]`0`
4646
Value: 0
4747
PythonCallUnary SourceSection: [32,47]`getMessage(len)`
48-
CachedNodeGen SourceSection: None
48+
CallUnaryMethodNodeGen SourceSection: None
4949
ReadGlobalOrBuiltinNodeGen SourceSection: [32,42]`getMessage`
5050
Identifier: getMessage
5151
ReadAttributeFromObjectNotTypeNodeGen SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/call02.tast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ModuleRootNode Name: <module 'call02'> SourceSection: [0,6]`foo(1)`
66
Documentation: None
77
InnerRootNode SourceSection: [0,6]`foo(1)`
88
PythonCallUnary SourceSection: [0,6]`foo(1)`
9-
CachedNodeGen SourceSection: None
9+
CallUnaryMethodNodeGen SourceSection: None
1010
ReadNameNodeGen SourceSection: [0,3]`foo`
1111
Identifier: foo
1212
IntegerLiteralNode SourceSection: [4,5]`1`

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/elif01.tast

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ModuleRootNode Name: <module 'elif01'> SourceSection: [0,96]`var = 100↵if var
2222
Value: 200
2323
ExpressionStatementNode SourceSection: [27,36]`print (2)`
2424
PythonCallUnary SourceSection: [27,36]`print (2)`
25-
CachedNodeGen SourceSection: None
25+
CallUnaryMethodNodeGen SourceSection: None
2626
ReadNameNodeGen SourceSection: [27,32]`print`
2727
Identifier: print
2828
IntegerLiteralNode SourceSection: [34,35]`2`
@@ -38,7 +38,7 @@ ModuleRootNode Name: <module 'elif01'> SourceSection: [0,96]`var = 100↵if var
3838
Value: 150
3939
ExpressionStatementNode SourceSection: [56,67]`print (1.5)`
4040
PythonCallUnary SourceSection: [56,67]`print (1.5)`
41-
CachedNodeGen SourceSection: None
41+
CallUnaryMethodNodeGen SourceSection: None
4242
ReadNameNodeGen SourceSection: [56,61]`print`
4343
Identifier: print
4444
DoubleLiteralNode SourceSection: [63,66]`1.5`
@@ -53,7 +53,7 @@ ModuleRootNode Name: <module 'elif01'> SourceSection: [0,96]`var = 100↵if var
5353
Value: 100
5454
ExpressionStatementNode SourceSection: [87,96]`print (1)`
5555
PythonCallUnary SourceSection: [87,96]`print (1)`
56-
CachedNodeGen SourceSection: None
56+
CallUnaryMethodNodeGen SourceSection: None
5757
ReadNameNodeGen SourceSection: [87,92]`print`
5858
Identifier: print
5959
IntegerLiteralNode SourceSection: [94,95]`1`

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/for02.tast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ ModuleRootNode Name: <module 'for02'> SourceSection: [0,31]`for i in range(210):
1717
Identifier: i
1818
ExpressionStatementNode SourceSection: [23,31]`print(i)`
1919
PythonCallUnary SourceSection: [23,31]`print(i)`
20-
CachedNodeGen SourceSection: None
20+
CallUnaryMethodNodeGen SourceSection: None
2121
ReadNameNodeGen SourceSection: [23,28]`print`
2222
Identifier: print
2323
ReadNameNodeGen SourceSection: [29,30]`i`
2424
Identifier: i
2525
GetIteratorExpressionNodeGen SourceSection: [9,19]`range(210)`
2626
GetIteratorNodeGen SourceSection: None
2727
PythonCallUnary SourceSection: [9,19]`range(210)`
28-
CachedNodeGen SourceSection: None
28+
CallUnaryMethodNodeGen SourceSection: None
2929
ReadNameNodeGen SourceSection: [9,14]`range`
3030
Identifier: range
3131
IntegerLiteralNode SourceSection: [15,18]`210`

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/for03.tast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ModuleRootNode Name: <module 'for03'> SourceSection: [0,43]`for x in xrange(3):
2929
GetIteratorExpressionNodeGen SourceSection: [9,18]`xrange(3)`
3030
GetIteratorNodeGen SourceSection: None
3131
PythonCallUnary SourceSection: [9,18]`xrange(3)`
32-
CachedNodeGen SourceSection: None
32+
CallUnaryMethodNodeGen SourceSection: None
3333
ReadNameNodeGen SourceSection: [9,15]`xrange`
3434
Identifier: xrange
3535
IntegerLiteralNode SourceSection: [16,17]`3`

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/for04.tast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ModuleRootNode Name: <module 'for04'> SourceSection: [0,59]`def fn():↵ for x
5757
GetIteratorExpressionNodeGen SourceSection: [21,30]`xrange(3)`
5858
GetIteratorNodeGen SourceSection: None
5959
PythonCallUnary SourceSection: [21,30]`xrange(3)`
60-
CachedNodeGen SourceSection: None
60+
CallUnaryMethodNodeGen SourceSection: None
6161
ReadGlobalOrBuiltinNodeGen SourceSection: [21,27]`xrange`
6262
Identifier: xrange
6363
ReadAttributeFromObjectNotTypeNodeGen SourceSection: None

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/for07.tast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ ModuleRootNode Name: <module 'for07'> SourceSection: [0,68]`for x in range(10):
3535
BlockNode SourceSection: None
3636
ExpressionStatementNode SourceSection: [60,68]`print(x)`
3737
PythonCallUnary SourceSection: [60,68]`print(x)`
38-
CachedNodeGen SourceSection: None
38+
CallUnaryMethodNodeGen SourceSection: None
3939
ReadNameNodeGen SourceSection: [60,65]`print`
4040
Identifier: print
4141
ReadNameNodeGen SourceSection: [66,67]`x`
4242
Identifier: x
4343
GetIteratorExpressionNodeGen SourceSection: [9,18]`range(10)`
4444
GetIteratorNodeGen SourceSection: None
4545
PythonCallUnary SourceSection: [9,18]`range(10)`
46-
CachedNodeGen SourceSection: None
46+
CallUnaryMethodNodeGen SourceSection: None
4747
ReadNameNodeGen SourceSection: [9,14]`range`
4848
Identifier: range
4949
IntegerLiteralNode SourceSection: [15,17]`10`

graalpython/com.oracle.graal.python.test/testData/goldenFiles/BasicTests/for08.tast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ ModuleRootNode Name: <module 'for08'> SourceSection: [0,71]`for x in range(10):
3232
BlockNode SourceSection: None
3333
ExpressionStatementNode SourceSection: [63,71]`print(x)`
3434
PythonCallUnary SourceSection: [63,71]`print(x)`
35-
CachedNodeGen SourceSection: None
35+
CallUnaryMethodNodeGen SourceSection: None
3636
ReadNameNodeGen SourceSection: [63,68]`print`
3737
Identifier: print
3838
ReadNameNodeGen SourceSection: [69,70]`x`
3939
Identifier: x
4040
GetIteratorExpressionNodeGen SourceSection: [9,18]`range(10)`
4141
GetIteratorNodeGen SourceSection: None
4242
PythonCallUnary SourceSection: [9,18]`range(10)`
43-
CachedNodeGen SourceSection: None
43+
CallUnaryMethodNodeGen SourceSection: None
4444
ReadNameNodeGen SourceSection: [9,14]`range`
4545
Identifier: range
4646
IntegerLiteralNode SourceSection: [15,17]`10`

0 commit comments

Comments
 (0)