You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(ava-xs): install as npm bin
* chore(avaHandler): SES Compartment already has harden
* feat(ava-xs): provide makeKind, weakStore to test compartment
* feat(ava-xs): handle ava.files, ava.require from package.json
- support -v / --verbose
- xsnap: add glob, @agoric/assert dependencies.
hm... having ava-xs in the xsnap package is increasingly awkward
* chore(avaXS): log error before losing full message
* feat(ava-xs): test.todo
* feat(ava-xs): exclude takes a list of strings
* test(zoe): XS test exclusions with reasons
* test(zoe): add use --verbose on XS to know which script failed
- add a separate test:xs-unit-debug script,
since `ava-xs --verbose --debug` isn't yet supported
* test(zoe): postpone _ in underscores until #2503 is done
* test(zoe): be sure async tests wait for all promises
* test(zoe): handle __dirname for bundling zcfTesterContract
- clean up some lint
* test(zoe): be flexible about error message from assertIssuerKeywords
* test(zoe): support test.failing on XS foro test-zoeHelpersWZcf.js
- elaborate diagnostics for checkExpectation
* test(zoe): add test:xs-unit, test:xs-worker to test script
* fix(ava-xs): handle missing ava-xs config section
* feat(ava-xs): report count of tests, each in their own crank
* test(ERTP): use ava-xs bin, ava-xs.exclude
* fix(ava-xs): count where we can see crank boundaries
The code running inside xsnap can't see crank boundaries, so don't
bother to count planned assertions there. Count on the node parent
side.
* style(ava-xs): clarify type in avaHandler
* fix(ava-xs): notThrows() success case
* feat(ava-xs): summarize failed tests
* test(zoe): update list of XS exclusions
* test(zoe): postpone test:xs-worker
* test(zoe): postpone test-scriptedOracle
due to intermittent SEGV
* refactor(ava-xs): export powerless main
* test(zoe): try longer timeout
* fix(ava-xs): use cjs rather than -r esm in #!
* test(zoe): postpone zoeHelpers on XS
* style(ava-xs): jsdoc idiom
Co-authored-by: Kris Kowal <kris@agoric.com>
* style(ava-xs): jsdoc idiom
Co-authored-by: Kris Kowal <kris@agoric.com>
0 commit comments