|
|
4b21efc43c
|
JS test harness: 375/469 spec tests pass with full build
Build and Deploy / build-and-deploy (push) Successful in 9s
- Add --full flag for full-spec build (includes continuations + types)
- Add types module to JS SPEC_MODULES
- 375 tests pass on JavaScript, 94 remaining failures are:
29 type platform stubs, 14 render format, 6 continuation aliases,
5 type system platform, 4 string primitive aliases
- Full test build: hosts/javascript/cli.py --extensions continuations
--spec-modules types --output sx-full-test.js
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-15 10:46:50 +00:00 |
|
|
|
1800b80316
|
Add Node.js test harness for spec tests
Build and Deploy / build-and-deploy (push) Successful in 10s
hosts/javascript/run_tests.js — loads sx-browser.js in Node,
provides test platform functions, runs spec/tests/*.sx.
40/43 CEK tests pass (3 continuation tests need extension).
178/328 total spec tests pass — remaining failures are missing
env bindings (equal?, continuation helpers, etc).
Usage: node hosts/javascript/run_tests.js [test-name]
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-15 10:22:00 +00:00 |
|