-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Test updates for https://github.com/dotnet/coreclr/pull/16447 #27270
Conversation
| } | ||
|
|
||
| [Fact] | ||
| [ActiveIssue(27269)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#27269 seems to be they issue for this PR. Wrong number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That should be right. This is disabling the test. I'll change the issue to re-enable after corelib is consumed.
| // This is a valid path on Unix | ||
| action(); | ||
| } | ||
| Assert.Null(Path.GetDirectoryName(" ")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We dont have a test for this "\r\n" on .net core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing it out. I'll be making several passes through the tests as we settle in the changes in CoreLib. Please feel free to create new tests where you see we're lacking as well. :)
Add GetFileName tests for volume separators.
|
@dotnet-bot test Linux x64 Release Build |
|
@dotnet-bot test OSX x64 Debug Build Failed for same reason as Linux above. |
* Test updates for dotnet/coreclr#16447 * Move variant test to own method. Add GetFileName tests for volume separators. Commit migrated from dotnet/corefx@24334bf
Updates and disables tests, tracked by #27269. For Path change in CoreCLR: dotnet/coreclr#16447