Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@JeremyKuhne
Copy link
Member

Updates and disables tests, tracked by #27269. For Path change in CoreCLR: dotnet/coreclr#16447

@JeremyKuhne JeremyKuhne added this to the 2.1.0 milestone Feb 20, 2018
@JeremyKuhne JeremyKuhne self-assigned this Feb 20, 2018
}

[Fact]
[ActiveIssue(27269)]
Copy link
Member

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?

Copy link
Member Author

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.

@Anipik
Copy link

Anipik commented Feb 20, 2018

// This is a valid path on Unix
action();
}
Assert.Null(Path.GetDirectoryName(" "));
Copy link

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

Copy link
Member Author

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.
@JeremyKuhne
Copy link
Member Author

@dotnet-bot test Linux x64 Release Build

Message :
Expecting Child Task final Status to be Canceled, while getting RanToCompletion
Expected: True
Actual:   False
Stack Trace :
   at System.Threading.Tasks.Tests.Status.TaskStatusTest.RealRun() in /mnt/j/workspace/dotnet_corefx/master/linux-TGroup_netcoreapp+CGroup_Release+AGroup_x64+TestOuter_false_prtest/src/System.Threading.Tasks/tests/Task/TaskStatusTest.cs:line 257

@JeremyKuhne
Copy link
Member Author

@dotnet-bot test OSX x64 Debug Build

Failed for same reason as Linux above.

@JeremyKuhne JeremyKuhne merged commit 24334bf into dotnet:master Feb 21, 2018
@JeremyKuhne JeremyKuhne deleted the pathtest branch February 21, 2018 02:02
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Test updates for dotnet/coreclr#16447

* Move variant test to own method.
Add GetFileName tests for volume separators.


Commit migrated from dotnet/corefx@24334bf
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants