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

tests: run wpt scripts with Deno.core.evalContext #10852

Merged
merged 2 commits into from
Jun 6, 2021

Conversation

lucacasonato
Copy link
Member

@lucacasonato lucacasonato commented Jun 5, 2021

This means scripts are now run in script context, and there are better
stack traces.

Also fixes a panic in core related to Deno.core.evalContext.

@bartlomieju
Copy link
Member

Heads up: Deno.core.evalContext is used in std/node - we should make sure it doesn't break before landing this PR.

This means scripts are now run in script context, and there are better
stack traces.
@lucacasonato
Copy link
Member Author

Ran std tests, and they still all pass.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran std tests, and they still all pass.

Thanks, LGTM then

@lucacasonato lucacasonato merged commit a66f327 into denoland:main Jun 6, 2021
@lucacasonato lucacasonato deleted the better_wpt_stacktraces branch June 6, 2021 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants