mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
tests: re-enable some tests
This commit is contained in:
parent
9b9314fe63
commit
f9e7361d20
1 changed files with 0 additions and 8 deletions
|
|
@ -62,14 +62,6 @@ func TestState(t *testing.T) {
|
||||||
// EOF is not part of cancun
|
// EOF is not part of cancun
|
||||||
st.skipLoad(`^stEOF/`)
|
st.skipLoad(`^stEOF/`)
|
||||||
|
|
||||||
// EIP-4844 tests need to be regenerated due to the data-to-blob rename
|
|
||||||
st.skipLoad(`^stEIP4844-blobtransactions/`)
|
|
||||||
|
|
||||||
// Expected failures:
|
|
||||||
// These EIP-4844 tests need to be regenerated.
|
|
||||||
st.fails(`stEIP4844-blobtransactions/opcodeBlobhashOutOfRange.json`, "test has incorrect state root")
|
|
||||||
st.fails(`stEIP4844-blobtransactions/opcodeBlobhBounds.json`, "test has incorrect state root")
|
|
||||||
|
|
||||||
// For Istanbul, older tests were moved into LegacyTests
|
// For Istanbul, older tests were moved into LegacyTests
|
||||||
for _, dir := range []string{
|
for _, dir := range []string{
|
||||||
filepath.Join(baseDir, "EIPTests", "StateTests"),
|
filepath.Join(baseDir, "EIPTests", "StateTests"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue