Skip to content

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.

4 participants