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

Test harness is no longer maintained; can't run current tests #21

Open
dhasenan opened this issue Aug 5, 2018 · 0 comments
Open

Test harness is no longer maintained; can't run current tests #21

dhasenan opened this issue Aug 5, 2018 · 0 comments

Comments

@dhasenan
Copy link

dhasenan commented Aug 5, 2018

I tried running the tests manually (./run-test262.sh). It fails:

  File "src/test262.py", line 382, in validate
    raise TypeError("Invalid value for negative phase: " + phase)
TypeError: Invalid value for negative phase: parse

Which refers to the line:

if phase not in [None, "early", "runtime"]:
    raise TypeError("Invalid value for negative phase: " + phase)

The test harness has not been updated in two years. The tests themselves are under active development. It would be a good idea to pin the test and harness versions to something reasonable.

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

No branches or pull requests

1 participant