File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,13 +217,13 @@ vm_tests=$(wildcard tests/ethereum-tests/VMTests/*/*.json)
217217slow_vm_tests =$(wildcard tests/ethereum-tests/VMTests/vmPerformance/* .json)
218218bad_vm_tests = $(wildcard tests/ethereum-tests/VMTests/vmBlockInfoTest/blockhash* .json) \
219219 $(wildcard tests/ethereum-tests/VMTests/vmEnvironmentalInfo/balance* .json) \
220+ $(wildcard tests/ethereum-tests/VMTests/vmRandomTest/2015031* .json) \
220221 $(wildcard tests/ethereum-tests/VMTests/vmSystemOperations/* call* .json) \
221222 $(wildcard tests/ethereum-tests/VMTests/vmSystemOperations/* Call* .json) \
222223 $(wildcard tests/ethereum-tests/VMTests/vmSystemOperations/* create* .json) \
223224 tests/ethereum-tests/VMTests/vmEnvironmentalInfo/env1.json \
224225 tests/ethereum-tests/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigRight.json \
225226 tests/ethereum-tests/VMTests/vmEnvironmentalInfo/ExtCodeSizeAddressInputTooBigRightMyAddress.json \
226- tests/ethereum-tests/VMTests/vmRandomTest/201503110226PYTHON_DUP6.json \
227227 tests/ethereum-tests/VMTests/vmRandomTest/randomTest.json \
228228 tests/ethereum-tests/VMTests/vmSystemOperations/PostToNameRegistrator0.json \
229229 tests/ethereum-tests/VMTests/vmSystemOperations/PostToReturn1.json
You can’t perform that action at this time.
0 commit comments