-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error: Can't find: test262/harness/cth.js while loading tests #3
Comments
I think you're right; thanks for doing the legwork on this one! For those following along, the offending line is here: test262-harness-py/src/test262.py Line 305 in 0f2acdd
Any chance you could submit a fix, Anthony? |
I wasn't comfortable with just removing that line (breaks backwards compatibility). I guess I first study the spec a bit before sending a fix. |
Spec seems hardcoded and the last functional change for cth.js was more than 2 years ago to fix printing in node. |
My test runner is broken, I have to dig for the cause as I don't know yet what broke. |
See #13 |
Can't tell what causing this directly,
removing the line that does include cth.js makes the runner believe it ran all the tests(uh I shouldn't just comment that line but actually remove it instead).On test262 part, this issue seems to be caused by tc39/test262@1ba3a7c.
The text was updated successfully, but these errors were encountered: