-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate XS into SES-shim ci build / test #508
Comments
The xsnap package opens up other approaches to this. ref Agoric/agoric-sdk#2194 , Agoric/agoric-sdk#2225 see also #535 |
I got a pass over the SES test suite running... 83 tests passed 48 test scripts SKIPped for various reasons details: |
current status: 82bc8eb 91 tests passed 22 scripts skipped:
details: https://gist.github.com/dckc/83bdc1a4febf4f5eed4b7f9f08097f61 |
115 tests pass; 0 fail; 40 scripts SKIPped as of c61a2e9I'm starting to feel pretty good about SES tests on XS. SKIPs are due to:
In some cases, several tests in a script should work on XS but the mechanism for excluding is at the whole script level. details: https://gist.github.com/dckc/ecdcc72e0537ad069033b4f37ba1e90b |
@kriskowal @warner finishing this involves making some decision on how to organize xsnap #681 ; ideally, producing something usable both for endo / ses testing and for agoric-sdk. I sure don't want to destabilize the xsnap in agoric-sdk just now... so the question of when is tricky. |
Reöpening because #1847 doesn’t address XS installation in CI. Tracking that here. |
briefly...
Agoric/agoric-sdk#1649 https://github.com/Agoric/agoric-sdk/blob/master/packages/xs-vat-worker/Makefile and see the submodule in https://github.com/Agoric/agoric-sdk/tree/master/packages/xs-vat-worker
@kriskowal had a less than enthusiastic reply to the submodule approach
there's also the issue of doing this on macos, possibly using docker...
cc @warner @erights
The text was updated successfully, but these errors were encountered: