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

Make all tests pass on Windows #3121

Closed
thymikee opened this issue Mar 10, 2017 · 5 comments · Fixed by #10351
Closed

Make all tests pass on Windows #3121

thymikee opened this issue Mar 10, 2017 · 5 comments · Fixed by #10351

Comments

@thymikee
Copy link
Collaborator

Do you want to request a feature or report a bug?
enhancement!

What is the current behavior?
We skip a lot of tests on Windows.

What is the expected behavior?
To fully (or as much as possible) support Jest on Windows.

@wtgtybhertgeghgtwtg is already making some awesome work to make that happen.
This issue is created to have a track on what's left to fix.

@wtgtybhertgeghgtwtg
Copy link
Contributor

A majority of the tests that are not run on Windows are that way because of the way node handles path separators on Windows (\\ instead of /). For the most part, this can be mitigated using slash, but there are some caveats.
The main thing holding this up is that the tight coupling between jest-cli, jest-config, and jest-haste-map prevents the underlying issues from being handled one at a time.

@PeteDuncanson
Copy link
Contributor

How to know which ones need "slashing up" and which ones are deeper issues? Is it just a case of diving in or are there some pointers for what to look for?

@wtgtybhertgeghgtwtg
Copy link
Contributor

Pretty much. Most of the remaining ones are deeply connected, though, so fixing one probably necessitates fixing a bunch of other ones.

@rickhanlonii
Copy link
Member

Any more progress we can make here?

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants