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

Error: Can't find: test262/harness/cth.js while loading tests #3

Open
avdg opened this issue May 28, 2017 · 5 comments
Open

Error: Can't find: test262/harness/cth.js while loading tests #3

avdg opened this issue May 28, 2017 · 5 comments

Comments

@avdg
Copy link

avdg commented May 28, 2017

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.

@jugglinmike
Copy link
Contributor

I think you're right; thanks for doing the legwork on this one! For those following along, the offending line is here:

self.suite.GetInclude("cth.js") + \

Any chance you could submit a fix, Anthony?

@avdg
Copy link
Author

avdg commented May 29, 2017

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.

@avdg
Copy link
Author

avdg commented May 29, 2017

Spec seems hardcoded and the last functional change for cth.js was more than 2 years ago to fix printing in node.

See tc39/test262@4205a1d

@avdg
Copy link
Author

avdg commented May 29, 2017

My test runner is broken, I have to dig for the cause as I don't know yet what broke.

@cclauss
Copy link

cclauss commented Apr 15, 2023

See #13

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

3 participants