aboutsummaryrefslogtreecommitdiffstats
path: root/tests/block_test.go
diff options
context:
space:
mode:
authorMartin Holst Swende <martin@swende.se>2017-09-14 15:35:54 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-09-14 15:35:54 +0800
commit9be07de5396527eb527f3ca0dd402213c0008a3e (patch)
tree9bf0efb8b97884f3cbf058aac8333b8e0c0e1536 /tests/block_test.go
parent885c13c2c941710f5545bee01541e6f7602599aa (diff)
downloadgo-tangerine-9be07de5396527eb527f3ca0dd402213c0008a3e.tar
go-tangerine-9be07de5396527eb527f3ca0dd402213c0008a3e.tar.gz
go-tangerine-9be07de5396527eb527f3ca0dd402213c0008a3e.tar.bz2
go-tangerine-9be07de5396527eb527f3ca0dd402213c0008a3e.tar.lz
go-tangerine-9be07de5396527eb527f3ca0dd402213c0008a3e.tar.xz
go-tangerine-9be07de5396527eb527f3ca0dd402213c0008a3e.tar.zst
go-tangerine-9be07de5396527eb527f3ca0dd402213c0008a3e.zip
params: Updated finalized gascosts for ECMUL/MODEXP (#15135)
* params: Updated finalized gascosts for ECMUL/MODEXP * core,tests: Updates pending new tests * tests: Updated with new tests * core: revert state transition bugfix * tests: Add expected failures due to #15119
Diffstat (limited to 'tests/block_test.go')
-rw-r--r--tests/block_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/block_test.go b/tests/block_test.go
index 56e1e1e8d..669d3ca08 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -32,8 +32,6 @@ func TestBlockchain(t *testing.T) {
bt.skipLoad(`^bcTotalDifficultyTest/(lotsOfLeafs|lotsOfBranches|sideChainWithMoreTransactions)`)
// Constantinople is not implemented yet.
bt.skipLoad(`(?i)(constantinople)`)
- // Expected failures:
- bt.fails(`^TransitionTests/bcHomesteadToDao/DaoTransactions(|_UncleExtradata|_EmptyTransactionAndForkBlocksAhead)\.json`, "issue in test")
// Still failing tests
bt.skipLoad(`^bcWalletTest.*_Byzantium$`)