mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
tests: re-enable blockchain GeneralStateTests (state tests converted to blockchain test format). Disable VMTests VMPerformance suite.
This commit is contained in:
parent
27008408a5
commit
17cb7c4264
1 changed files with 1 additions and 5 deletions
|
|
@ -26,11 +26,7 @@ import (
|
||||||
|
|
||||||
func TestBlockchain(t *testing.T) {
|
func TestBlockchain(t *testing.T) {
|
||||||
bt := new(testMatcher)
|
bt := new(testMatcher)
|
||||||
// General state tests are 'exported' as blockchain tests, but we can run them natively.
|
bt.skipLoad(`^GeneralStateTests/VMTests/vmPerformance`)
|
||||||
// For speedier CI-runs, the line below can be uncommented, so those are skipped.
|
|
||||||
// For now, in hardfork-times (Berlin), we run the tests both as StateTests and
|
|
||||||
// as blockchain tests, since the latter also covers things like receipt root
|
|
||||||
bt.skipLoad(`^GeneralStateTests/`)
|
|
||||||
|
|
||||||
// Skip random failures due to selfish mining test
|
// Skip random failures due to selfish mining test
|
||||||
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
bt.skipLoad(`.*bcForgedTest/bcForkUncle\.json`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue