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

Module semantics: evaluation #563

Merged
merged 2 commits into from
Apr 29, 2016
Merged

Module semantics: evaluation #563

merged 2 commits into from
Apr 29, 2016

Conversation

jugglinmike
Copy link
Contributor

Files whose name ends in _.js are not themselves valid Test262 tests
and should not be interpreted as such by test runners.


The tests for the GetBindingValue method of the module Environment
Record are very minimal. This is because GetBindingValue is necessary to
assert any aspect of binding creation/initialization/mutation. In this
way, GetBindingValue is being implicitly tested by every test that
references a binding value.

Files whose name ends in `_.js` are not themselves valid Test262 tests
and should not be interpreted as such by test runners.

---

The tests for the GetBindingValue method of the module Environment
Record are very minimal. This is because GetBindingValue is necessary to
assert any aspect of binding creation/initialization/mutation. In this
way, GetBindingValue is being implicitly tested by every test that
references a binding value.
Implement suggested modification to naming scheme.
@goyakin
Copy link
Member

goyakin commented Apr 25, 2016

@boingoing & @Yongqu, could you take a look?

@goyakin goyakin merged commit 583a83c into tc39:master Apr 29, 2016
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