Skip to main content
INFORMATIVEACTIVEDocumentation Governance

Runtime-Compat Test Suite

Non-Normative Evaluation Reference
This page is a projection of repository tests. It does not certify or endorse any implementation.

Source of Truth: tests/runtime-compat/

Purpose

The Runtime-Compat suite validates interoperability expectations across execution substrates and runtime integrations, as defined by the repository tests.

Scope

  • In-scope: Runtime integration behaviors validated by Repo tests
  • Out-of-scope: "Official compatibility" claims, certification, endorsements

Inventory (Projection)

Projection Unit: Case (registry-backed).
Case IDs are defined in tests/runtime-compat/registry.json.

Case Inventory

Case IDNamePathDescription
RC-01Runtime Error Handlingtests/runtime-compat/ts-runtime-error.test.tsRuntime error handling patterns and recovery
RC-02SDK-to-Runtime Handofftests/runtime-compat/ts-runtime-to-ts-sdk.test.tsSDK-to-runtime data integrity

The authoritative Case IDs and names are defined by tests/runtime-compat/registry.json.

Evidence Mapping

Evidence TypeDescription
Error logsRuntime error handling traces
State handoffSDK-to-runtime data integrity
Compatibility matrixCross-version test results

Non-Endorsement Boundary

This suite:

  • Does not certify runtime implementations
  • Does not issue compatibility badges
  • Produces evidence only (self-declared evaluation)

How to Run

Refer to repository instructions:

pnpm test:runtime-compat

Source of Truth: tests/runtime-compat/