Test Status¶
Protocol test coverage for go-ethereum-classic.
Summary¶
| Count | |
|---|---|
| Passing | 4897 |
| Failed | 0 |
| Skipped | 10 |
| Total | 4907 |
Skipped Tests¶
Tests registered in the suite but skipped in CI via -skip flag.
They can be run manually with go test.
Engine API transaction tests¶
Require forkchoiceUpdated to mine blocks (PoS-only engine API)
| Test |
|---|
TestEthSuite/LargeTxRequest |
TestEthSuite/Transaction |
TestEthSuite/InvalidTxs |
TestEthSuite/NewPooledTxs |
Blob/Cancun tests¶
Require Cancun fork (EIP-4844 blob transactions, not applicable to ETC)
| Test |
|---|
TestEthSuite/BlobViolations |
TestEthSuite/TestBlobTxWithoutSidecar |
TestEthSuite/TestBlobTxWithMismatchedSidecar |
BlockRangeUpdate tests¶
ETH/69-only message (BlockRangeUpdateMsg code 0x11, outside ETH/68 range)
| Test |
|---|
TestEthSuite/BlockRangeUpdateExpired |
TestEthSuite/BlockRangeUpdateFuture |
TestEthSuite/BlockRangeUpdateInvalid |