Elide compatibility is tracked in the external
elide-dev/testsuite repository. The
matrix below reflects the latest report checked into these docs from
reports/index.json.
These numbers are measured pass rates for one Elide build and one upstream test revision. They are not a standards certification, and they should be read with the linked testsuite report when you need exact coverage details.
Use this page for directionally comparing Elide’s runtime and toolchain behavior with upstream suites such as Test262, CPython core tests, and javac jtreg. For product behavior, prefer the language and API docs; for exact test coverage, inspect the raw testsuite report.
Pass Rate Snapshot
Headline Suites
| Area | Suite | Elide build | Upstream revision | Result | Regressions |
|---|---|---|---|---|---|
| JavaScript | test262 | 1.4.2+8bf2c6fb1 | de8e621c | 99.9% passed: 96,126 pass, 8 fail, 40 error, 7,187 skipped | 0 |
| Python | cpython-core | 1.4.2+8bf2c6fb1 | 7c999be4 | 96.6% passed: 5,390 pass, 118 fail, 72 error, 242 skipped | 0 |
| Java | javac-jtreg | 1.4.2+8bf2c6fb1 | 6c48f4ed | 100.0% passed: 3,660 pass, 0 fail, 0 error, 274 skipped | 0 |
Pass rates are calculated over non-skipped tests:
pass / (pass + fail + error).
Tracked Suites
Some compatibility areas are tracked but not yet treated as headline release metrics.
| Area | Suite | Elide build | Upstream revision | Result | Regressions |
|---|---|---|---|---|---|
| WinterTC | wpt-wintertc | 1.4.2+8bf2c6fb1 | 1eb456f6 | 86.9% passed: 12,606 pass, 1,892 fail, 12 error, 661 skipped | 0 |
| Node-API | node-api | 1.4.2+8bf2c6fb1 | ed33ae74 | 29.5% passed: 360 pass, 795 fail, 64 error, 344 skipped | 0 |
Reproduce The Results
To build and run the compatibility suites yourself, follow the directions in
the elide-dev/testsuite repository.
The checked-in report used by this page is available as raw data:
curl -fsSL https://raw.githubusercontent.com/elide-dev/testsuite/main/reports/index.json
The report records the Elide build identifier, upstream suite revision, pass, fail, error, skipped, and regression counts for each suite.
Related Docs
- Python with Elide — Python runtime support and entrypoints
- Java & Kotlin — JVM language support
- JavaScript & TypeScript — Web and server-side JavaScript support