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
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:
ifphasenotin [None, "early", "runtime"]:
raiseTypeError("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.
The text was updated successfully, but these errors were encountered:
I tried running the tests manually (
./run-test262.sh
). It fails:Which refers to the line:
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.
The text was updated successfully, but these errors were encountered: