Skip to content

Commit fcc1198

Browse files
pirapiraEverett Hildenbrandt
authored andcommitted
Makefile: more specific exclusion of VM tests
1 parent a4ddf52 commit fcc1198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,13 +217,13 @@ vm_tests=$(wildcard tests/ethereum-tests/VMTests/*/*.json)
217217
slow_vm_tests=$(wildcard tests/ethereum-tests/VMTests/vmPerformance/*.json)
218218
bad_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) \
221220
$(wildcard tests/ethereum-tests/VMTests/vmSystemOperations/*call*.json) \
222221
$(wildcard tests/ethereum-tests/VMTests/vmSystemOperations/*Call*.json) \
223222
$(wildcard tests/ethereum-tests/VMTests/vmSystemOperations/*create*.json) \
224223
tests/ethereum-tests/VMTests/vmEnvironmentalInfo/env1.json \
225224
tests/ethereum-tests/VMTests/vmEnvironmentalInfo/extcodecopy0AddressTooBigRight.json \
226225
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

0 commit comments

Comments
 (0)