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 suite hangs when [[Resolve]](promise, x) steps 2.2 / 2.3 are skipped #2

Open
biril opened this issue Jun 21, 2013 · 0 comments
Open

Comments

@biril
Copy link
Owner

biril commented Jun 21, 2013

Skipping steps 2.2 / 2.3 of [[Resolve]](promise, x) and using 2.1 as a 'generalisation', goes unnoticed by the test suite (all tests pass). However it causes it to hang, i.e. it'll run all tests, they will all pass, but it just won't exit afterwards. (A quick look reveals that this is due to process.nextTick nextTick-ing forever but I haven't clearly isolated the sequence of events that leads to this.)

This seems to hint at some shortcoming of the suite itself but in any case it should be further investigated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant