Experimental and disabled runtime tests#
This page inventories implementations that remain in the source tree with
enabled=False. They are not discoverable shipped coverage, are not selected by
normal plans, and must not be presented as supported tests. Their presence in
source is useful for future investigation and for preserving focused helper
code.
Test |
Family |
Test version |
Registered features |
Shipped status |
|---|---|---|---|---|
|
FET001 |
2.0.0 |
|
Disabled |
|
FET001 |
2.0.0 |
|
Disabled |
|
FET001 |
2.0.0 |
|
Disabled |
|
FET001 |
2.0.0 |
|
Disabled |
|
FET003 |
2.0.0 |
|
Disabled |
Promotion requirements#
Do not enable one of these tests only to make it appear in discovery. Before promotion:
verify the behavior and verdict boundaries against the current supported engines;
add or update focused unit and runtime coverage;
add a complete per-test page and family entry;
bump the test version when behavior or evidence semantics changed;
run documentation parity, discovery, plan, and runtime checks.
The @test decorator remains the source of truth for enabled status. The
documentation parity tests require disabled registrations to remain absent from
the shipped per-test reference.