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

Correct definition of JSC "runtime" object #113

Merged
merged 1 commit into from
Jun 24, 2021
Merged

Conversation

jugglinmike
Copy link
Contributor

A recent commit [1] regressed support for JavaScriptCore by changing the
way the "runtime" object is defined for that engine. Restore the
intended behavior and add an automated test.

[1] 4e9c3ee


The CI system is not currently configured to validate this change (or any other change) in JavaScriptCore. See gh-112 for that.

The regression has been observed in results published to test262.report: bocoup/test262-report-issue-tracker#28

A recent commit [1] regressed support for JavaScriptCore by changing the
way the "runtime" object is defined for that engine. Restore the
intended behavior and add an automated test.

[1] 4e9c3ee
@rwaldron rwaldron merged commit 6b2f14f into tc39:master Jun 24, 2021
@Constellation
Copy link
Member

@rwaldron Can you update test262-harness too? https://github.com/bterlson/test262-harness

@jugglinmike
Copy link
Contributor Author

The test262-harness project currently depends on eshost with the version specifier ^8.0.0. Since this bug fix was released in eshost version 8.1.0, consumers of test262-harness should receive it automatically upon installing the dependencies.

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.

3 participants