Skip to content

Commit d91cefb

Browse files
msimacektomasstupka
authored andcommitted
Regenerate goldenfiles
1 parent 56623e5 commit d91cefb

15 files changed

+36
-36
lines changed

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testArgsCombination.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Disassembly of foo:
1515
000032 12 COLLECTION_FROM_STACK 5 (Object[])
1616
000032 14 CALL_FUNCTION_VARARGS
1717
000032 15 POP_TOP
18-
000000 16 LOAD_NONE
19-
000000 17 RETURN_VALUE
18+
000032 16 LOAD_NONE
19+
000032 17 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testBenchmark.co

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ Disassembly of measure:
7171
000307 25 LOAD_FAST 2 (sum_)
7272
000294 27 CALL_FUNCTION 2
7373
000294 29 POP_TOP
74-
000000 30 LOAD_NONE
75-
000000 31 RETURN_VALUE
74+
000294 30 LOAD_NONE
75+
000294 31 RETURN_VALUE
7676

7777
Disassembly of __benchmark__:
7878
000345 0 LOAD_GLOBAL 0 (measure)
7979
000353 2 LOAD_FAST 0 (num)
8080
000345 4 CALL_FUNCTION 1
8181
000345 6 POP_TOP
82-
000000 7 LOAD_NONE
83-
000000 8 RETURN_VALUE
82+
000345 7 LOAD_NONE
83+
000345 8 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testBenchmark2.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Disassembly of HandlerTask.__init__:
3333
000126 22 COLLECTION_FROM_STACK 7 (Object[])
3434
000126 24 CALL_METHOD_VARARGS 2 (__init__)
3535
000126 26 POP_TOP
36-
000000 27 LOAD_NONE
37-
000000 28 RETURN_VALUE
36+
000126 27 LOAD_NONE
37+
000126 28 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testClass.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Disassembly of Foo.__init__:
2323
000070 0 LOAD_FAST 1 (arg)
2424
000059 2 LOAD_FAST 0 (self)
2525
000059 4 STORE_ATTR 0 (var)
26-
000000 6 LOAD_NONE
27-
000000 7 RETURN_VALUE
26+
000059 6 LOAD_NONE
27+
000059 7 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testClosure.co

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Disassembly of foo:
2020
000100 24 POP_TOP
2121
000117 25 LOAD_BYTE 3
2222
000113 27 STORE_DEREF 0 (x)
23-
000000 29 LOAD_NONE
24-
000000 30 RETURN_VALUE
23+
000113 29 LOAD_NONE
24+
000113 30 RETURN_VALUE
2525

2626
Disassembly of foo.<locals>.bar:
2727
000063 0 LOAD_GLOBAL 0 (print)
@@ -30,5 +30,5 @@ Disassembly of foo.<locals>.bar:
3030
000063 6 POP_TOP
3131
000084 7 LOAD_BYTE 2
3232
000080 9 STORE_DEREF 0 (x)
33-
000000 11 LOAD_NONE
34-
000000 12 RETURN_VALUE
33+
000080 11 LOAD_NONE
34+
000080 12 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testCoroutine.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Flags: CO_COROUTINE
1616
000022 10 THROW 4 (exc handler 7 - 10; stack: 1)
1717
000022 12 JUMP_BACKWARD 6 (to 6)
1818
000022 >> 14 POP_TOP
19-
000000 15 LOAD_NONE
20-
000000 16 RETURN_VALUE
19+
000022 15 LOAD_NONE
20+
000022 16 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testLoadClassDefRef.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Disassembly of f:
1414
000015 8 LOAD_STRING 3 ('C')
1515
000015 10 CALL_FUNCTION 2
1616
000015 12 STORE_FAST 1 (C)
17-
000000 14 LOAD_NONE
18-
000000 15 RETURN_VALUE
17+
000015 14 LOAD_NONE
18+
000015 15 RETURN_VALUE
1919

2020
Disassembly of f.<locals>.C:
2121
000015 0 LOAD_NAME 0 (__name__)

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testSuper.co

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Disassembly of Foo.boo:
2828
000044 2 LOAD_STRING 1 ('boo')
2929
000038 4 CALL_FUNCTION 1
3030
000038 6 POP_TOP
31-
000000 7 LOAD_NONE
32-
000000 8 RETURN_VALUE
31+
000038 7 LOAD_NONE
32+
000038 8 RETURN_VALUE
3333

3434
Disassembly of Bar:
3535
000051 0 LOAD_NAME 0 (__name__)
@@ -50,5 +50,5 @@ Disassembly of Bar.boo:
5050
000094 2 CALL_FUNCTION 0
5151
000094 4 CALL_METHOD 0 (boo)
5252
000094 7 POP_TOP
53-
000000 8 LOAD_NONE
54-
000000 9 RETURN_VALUE
53+
000094 8 LOAD_NONE
54+
000094 9 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testTryFinallyNested.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ Disassembly of foo:
4040
000170 54 LOAD_STRING 3 ('finally2')
4141
000164 56 CALL_FUNCTION 1
4242
000164 58 POP_TOP
43-
000000 59 LOAD_NONE
44-
000000 60 RETURN_VALUE
43+
000164 59 LOAD_NONE
44+
000164 60 RETURN_VALUE

graalpython/com.oracle.graal.python.test/testData/goldenFiles/CompilerTests/testVarArgs.co

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Disassembly of foo:
1010
000018 4 COLLECTION_FROM_COLLECTION 0 (Object[])
1111
000018 6 CALL_FUNCTION_VARARGS
1212
000018 7 POP_TOP
13-
000000 8 LOAD_NONE
14-
000000 9 RETURN_VALUE
13+
000018 8 LOAD_NONE
14+
000018 9 RETURN_VALUE

0 commit comments

Comments
 (0)