Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Split-Path failing on Mac #391

Open
mrward opened this issue Aug 16, 2015 · 0 comments
Open

Split-Path failing on Mac #391

mrward opened this issue Aug 16, 2015 · 0 comments
Assignees

Comments

@mrward
Copy link
Member

mrward commented Aug 16, 2015

Running the tests for the master branch with Mono 3.12.0, 3.12.1 and 4.2 beta the ResolveParentForTwoFilesUsingLiteralPaths is failing.

    1) Test Failure : ReferenceTests.Commands.SplitPathTests.ResolveParentForTwoFilesUsingLiteralPaths
         Expected string length 114 but was 98. Strings differ at index 1.
      Expected: "/private/var/folders/ky/yjlcxlc52mb04njk1z7k9qfw0000gn/T\n/pri..."
      But was:  "/var/folders/ky/yjlcxlc52mb04njk1z7k9qfw0000gn/T\n/var/folders..."
      ------------^
    at ReferenceTests.Commands.SplitPathTests.ResolveParentForTwoFilesUsingLiteralPaths () <0x56348e0 + 0x001cb> in <filename unknown>:0

It looks like something has changed in master and made the workaround added to the test in this pull request obsolete. Running the tests with Mono 4.2 with this old pull request and they all pass.

Can anybody else confirm these are failing for the latest master branch on the Mac before I revert the fix I added to the test?

@mrward mrward self-assigned this Aug 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant