mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-17 08:56:45 +00:00
So far, SSZ tests for `uint128` and `uint256` integers were disabled due to "compile-time issues". The code has been adjusted to support those additional test vectors, and the corresponding tests have been enabled.
22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
FixtureSSZGeneric-mainnet
|
|
===
|
|
## Ethereum Foundation - SSZ generic types
|
|
```diff
|
|
Testing basic_vector inputs - invalid Skip
|
|
+ Testing basic_vector inputs - valid OK
|
|
+ Testing bitlist inputs - invalid OK
|
|
+ Testing bitlist inputs - valid OK
|
|
Testing bitvector inputs - invalid Skip
|
|
+ Testing bitvector inputs - valid OK
|
|
+ Testing boolean inputs - invalid OK
|
|
+ Testing boolean inputs - valid OK
|
|
+ Testing containers inputs - invalid - skipping BitsStruct OK
|
|
+ Testing containers inputs - valid - skipping BitsStruct OK
|
|
+ Testing uints inputs - invalid OK
|
|
+ Testing uints inputs - valid OK
|
|
```
|
|
OK: 10/12 Fail: 0/12 Skip: 2/12
|
|
|
|
---TOTAL---
|
|
OK: 10/12 Fail: 0/12 Skip: 2/12
|