Skip to content

Commit

Permalink
add new extcodehash common test (#718)
Browse files Browse the repository at this point in the history
* add new extcodehash common test

* fix skipped tests
  • Loading branch information
ayrat555 authored Dec 11, 2018
1 parent 8d059dd commit fc6a8d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Ethereum common tests are created for all clients to test against. See the [comm
| TangerineWhistle | 100% (1270/1270) | 100% (1120/1120) ||
| SpuriousDragon | 100% (1201/1201) | 100% (1180/1180) ||
| Byzantium | 100% (4954/4954) | 100% (4800/4800) ||
| Constantinople | 100% (10600/10600) | 100% (10565/10565) | |
| Constantinople | 99.9% (10600/10601) | 99.9% (10565/10565) | |

View the community [Constantinople Project Tracker](https://github.com/ethereum/pm/issues/53).

Expand Down
2 changes: 1 addition & 1 deletion apps/blockchain/test/blockchain/blockchain_state_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Blockchain.BlockchainStateTest do

@failing_tests %{
"Byzantium" => [],
"Constantinople" => [],
"Constantinople" => ["stExtCodeHash/dynamicAccountOverwriteEmpty"],
"Frontier" => [],
"Homestead" => [],
"HomesteadToDaoAt5" => [],
Expand Down
4 changes: 3 additions & 1 deletion apps/blockchain/test/blockchain_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ defmodule BlockchainTest do
"TangerineWhistle" => [],
"SpuriousDragon" => [],
"Byzantium" => [],
"Constantinople" => [],
"Constantinople" => [
"GeneralStateTests/stExtCodeHash/dynamicAccountOverwriteEmpty_d0g0v0.json"
],
"EIP158ToByzantiumAt5" => [],
"HomesteadToEIP150At5" => [],
"FrontierToHomesteadAt5" => []
Expand Down

0 comments on commit fc6a8d8

Please sign in to comment.