Skip to content

Commit 7e29953

Browse files
committed
reverted changes to problematic tests
1 parent 3b48b70 commit 7e29953

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

tests/static/state_tests/VMTests/vmIOandFlowOperations/gasFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ gas:
6767
- :label gas1 :abi f(uint) 0
6868
- :label gas2 :abi f(uint) 1
6969
gasLimit:
70-
- '16777216'
70+
- '80000000'
7171
gasPrice: '10'
7272
nonce: '0'
7373
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/VMTests/vmIOandFlowOperations/msizeFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ msize:
141141
# Off in hyperspace, is the chunk size still 0x20?
142142
- :label farChunk :abi f(uint) 5
143143
gasLimit:
144-
- 0x1000000
144+
- 0x10000000
145145
gasPrice: '10'
146146
nonce: '0'
147147
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/stCreateTest/createLargeResultFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ createLargeResult:
125125

126126

127127
gasLimit:
128-
- 16777216
128+
- 80000000
129129
gasPrice: 10
130130
nonce: 1
131131
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/stEIP1559/baseFeeDiffPlacesFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ baseFeeDiffPlaces:
675675

676676

677677
gasLimit:
678-
- 0x1000000
678+
- 0x10000000000000
679679
nonce: 1
680680
to: cccccccccccccccccccccccccccccccccccccccc
681681
value:

tests/static/state_tests/stEIP1559/gasPriceDiffPlacesFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ gasPriceDiffPlaces:
633633

634634

635635
gasLimit:
636-
- 0x1000000
636+
- 0x10000000000000
637637
nonce: 1
638638
to: cccccccccccccccccccccccccccccccccccccccc
639639
value:

tests/static/state_tests/stEIP1559/outOfFundsFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outOfFunds:
3636
maxFeePerGas: 10000000000
3737
maxPriorityFeePerGas: 10000000000
3838
gasLimit:
39-
- 16777216
39+
- 40000000000000
4040
- 40000
4141
nonce: 1
4242
to: <contract:target:0xcccccccccccccccccccccccccccccccccccccccc>

tests/static/state_tests/stEIP1559/outOfFundsOldTypesFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ outOfFundsOldTypes:
3636
accessList: []
3737
gasPrice: 10000000000
3838
gasLimit:
39-
- 16777216
39+
- 40000000000000
4040
- 40000
4141
nonce: 1
4242
to: <contract:target:0xcccccccccccccccccccccccccccccccccccccccc>

tests/static/state_tests/stRevertTest/costRevertFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ costRevert:
240240
- :label stackOver :abi f(uint,uint) 0x1006 3
241241

242242
gasLimit:
243-
- '16777216'
243+
- '80000000'
244244
gasPrice: '10'
245245
nonce: '0'
246246
to: cccccccccccccccccccccccccccccccccccccccc

tests/static/state_tests/stShift/shiftSignedCombinationsFiller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ shiftSignedCombinations:
993993
data:
994994
- ''
995995
gasLimit:
996-
- '16777216'
996+
- '80000000'
997997
gasPrice: '10'
998998
nonce: '0'
999999
secretKey: "<eoa:sender:0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8>"

0 commit comments

Comments
 (0)