-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Fixes abbreviated genitive #33695
Fixes abbreviated genitive #33695
Conversation
|
@lillo42 the code under CoreLib is not live, it is mirrored from the coreclr repo (it is not used for testing either -- just code reuse in some cases). Instead please make a PR with the fix in https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/shared/System/Globalization/DateTimeFormat.cs. You can reuse this PR for the tests. Please link the PR's. To run tests you have in CoreFX against fix you have in CoreCLR privately, please see https://github.com/dotnet/corefx/blob/master/Documentation/project-docs/developer-guide.md#testing-with-private-coreclr-bits |
|
please add the test on corefx/src/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedMonthGenitiveNames.cs |
This doc might help provide some context: https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/adding_new_public_apis.md From #33581 (comment)
|
|
@lillo42 I am not seeing you opened a PR in coreclr repo. are you going to do that? please link it to this one when you open it. and let's if you need any help. thanks for fixing this issue, |
|
@tarekgh sorry for delay to open PR, I opened, do you need the number of PR? |
|
thanks @lillo42 I already looked at the other PR. Just revert the git ignore file there as it is not related to the change we are doing. |
|
@tarekgh Should I copy changes I've do on CoreCLR to this Repository? Can I use this PR or create another PR ? |
|
@dotnet-bot test this please |
|
test this please |
|
test NETFX x86 Release Build |
|
@lillo42 the still still failing. |
...em.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedMonthGenitiveNames.cs
Show resolved
Hide resolved
|
@tarekgh continue fail, but another test, should I merge branch master : Windows.10.Amd64.ClientRS4.Open-x86-Release Unhandled Exception of Type Xunit.Sdk.NotEqualException Assert.NotEqual() Failure Stack Trace : |
|
This failure is unrelated to your change. Opened https://github.com/dotnet/corefx/issues/33937 on it. |
|
@dotnet-bot test NETFX x86 Release Build please |
* fix problem to Abbreviated genitive month * Add test * Reverse commit * fixes test * Skipe .NET Framework * Add spaces * Change tab to space
* fix problem to Abbreviated genitive month * Add test * Reverse commit * fixes test * Skipe .NET Framework * Add spaces * Change tab to space Commit migrated from dotnet/corefx@28e68e5
fixes bug: https://github.com/dotnet/corefx/issues/2804
Where can I add test? I didn't find any class to add test and how can I test this?