eliminate createNameRegistratorPerTxsNotEnoughGas from blacklist (#108)

S. Matthew English 6 years ago committed by GitHub
parent 5a89e7dbd5
commit eb7f062171
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ethereum/core/src/test/java/tech/pegasys/pantheon/ethereum/vm/GeneralStateReferenceTestTools.java

@ -87,7 +87,6 @@ public class GeneralStateReferenceTestTools {
params.blacklist("static_Call1MB1024Calldepth-(Byzantium|Constantinople)");
// Needs investigation (tests pass in other clients)
params.blacklist("createNameRegistratorPerTxsNotEnoughGas-Frontier\\[0\\]");
params.blacklist("NotEnoughCashContractCreation-Frontier");
params.blacklist("NotEnoughCashContractCreation-Homestead");
params.blacklist("NotEnoughCashContractCreation-EIP150");

Loading…
Cancel
Save