You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
testing these require affecting the behavior of host callouts so will probably need to be specified as web-platform-tests.
As suggested by @ljharb, this issue is to document the reasons this is not testable in test262, so we can reference this in the tc39/proposals in the place of tests or a testing plan for this proposal.
The reason that this proposal is not testable is that it is just allowing hosts to relax a language requirement.
There may be objects that, when passed to eval, cause a host hook to be called and its result to be used as input to eval.
Even if we required hosts to expose one of such objects in test262, we would be testing a tautology: "to run this test, you must expose an object that when passed to eval it's causes the evaluation of another given string. Then, we test that when we pass this object to eval it evaluates the given string".
According to the proposal repo's README,
As suggested by @ljharb, this issue is to document the reasons this is not testable in test262, so we can reference this in the tc39/proposals in the place of tests or a testing plan for this proposal.
cc @nicolo-ribaudo
The text was updated successfully, but these errors were encountered: