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

Fix realpath() assumptions in REPL test suite #33819

Merged
merged 4 commits into from
Nov 14, 2019
Merged

Conversation

staticfloat
Copy link
Member

On non-case-sensitive platforms, it is possible for cd and pwd() to
return values that are different from what realpath() of the same
would give back. Therefore, we must adjust our tests to be more robust
against this variation.

This should hopefully fix some of the testing hangs on Windows

staticfloat and others added 4 commits November 11, 2019 16:31
On non-case-sensitive platforms, it is possible for `cd` and `pwd()` to
return values that are different from what `realpath()` of the same
would give back.  Therefore, we must adjust our tests to be more robust
against this variation.

This should hopefully fix some of the testing hangs on Windows
@staticfloat staticfloat merged commit cb0cd91 into master Nov 14, 2019
@staticfloat staticfloat deleted the sf/repl_realpath branch November 14, 2019 07:15
@KristofferC
Copy link
Member

Squash plz.

KristofferC pushed a commit that referenced this pull request Nov 14, 2019
Fix `realpath()` assumptions in REPL test suite
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

Successfully merging this pull request may close these issues.

3 participants