Add crossplatform tests that cause Path.GetFullPath to throw #637
Labels
CoreCLR-test
help wanted
Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.
triaged
xplat
With PR #632, we are swapping out MSBuild's implementation of Path.GetFullPath with the one in .net.
More tests are needed that cause Path.GetFullPath to throw an exception on Linux and OSX, when the method is called from an item function. The current tests for this scenario are windows only: #632 (diff). Since Unix paths accept everything but
/
and/0
, it might be tricky to make it fail. Maybe take away file permissions?The text was updated successfully, but these errors were encountered: