Skip to content
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

ses 0.12.5 vs ava-xs tests: Cannot assign to read only property 'hasOwnProperty' #2753

Closed
dckc opened this issue Mar 29, 2021 · 0 comments · Fixed by #2754
Closed

ses 0.12.5 vs ava-xs tests: Cannot assign to read only property 'hasOwnProperty' #2753

dckc opened this issue Mar 29, 2021 · 0 comments · Fixed by #2754
Assignees
Labels
bug Something isn't working

Comments

@dckc
Copy link
Member

dckc commented Mar 29, 2021

Describe the bug

Since the SES 0.12.6 upgrade (#2718), the ERTP and zoe tests run with ava-xs fail:

> @agoric/ertp
$ yarn test:xs-unit && yarn test:xs-worker
$ ava-xs
...
(TypeError#1)
TypeError#1: Cannot assign to read only property 'hasOwnProperty' of object '[object Object]'

  at Generator.next (<anonymous>)
  at runMicrotasks (<anonymous>)

-- https://github.com/Agoric/agoric-sdk/runs/2204161291#step:7:90

recent example: https://github.com/Agoric/agoric-sdk/runs/2220491959#step:7:98

To Reproduce

  1. in packages/ERTP, run yarn test:xs-unit
  2. see error as above
@dckc dckc added the bug Something isn't working label Mar 29, 2021
@dckc dckc added this to the infrastructure-phase milestone Mar 29, 2021
@dckc dckc self-assigned this Mar 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant