Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jan 4, 2023
1 parent 6a8ff43 commit 53c244b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "tests"]
path = tests/testdata
url = https://github.com/ethereum/tests
url = https://github.com/ipsilon/tests
branch = eip-3860-fix
4 changes: 4 additions & 0 deletions tests/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ func TestBlockchain(t *testing.T) {
// For speedier CI-runs those are skipped.
bt.skipLoad(`^GeneralStateTests/`)

// MergeToShanghaiAt5 is not supported since Shanghai is based on time rather than block number
// TODO(yperbasis): revisit
bt.skipLoad(`^TransitionTests/bcMergeToShanghai/shanghaiBeforeTransition\.json`)

// Currently it fails because SpawnStageHeaders doesn't accept any PoW blocks after PoS transition
// TODO(yperbasis): make it work
bt.skipLoad(`^TransitionTests/bcArrowGlacierToMerge/powToPosBlockRejection\.json`)
Expand Down
2 changes: 1 addition & 1 deletion tests/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestState(t *testing.T) {
st := new(testMatcher)

// EOF is not implemented yet
st.skipLoad(`^stEIP3540/`)
st.skipLoad(`^EIPTests/stEOF/`)

// Very time consuming
st.skipLoad(`^stTimeConsuming/`)
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata
Submodule testdata updated 111 files

0 comments on commit 53c244b

Please sign in to comment.