diff options
author | Hugh Bellamy <hughbellars@gmail.com> | 2019-03-07 14:39:23 +0000 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2019-03-07 06:39:23 -0800 |
commit | 724112354c74b67629d58d1f6b9c0007f5a13fc9 (patch) | |
tree | 81179aebe603455c50c1ab48d107a8f8cd0ddfa5 /tests | |
parent | 8e39d114c9f9733f3337dc678cd2344631dd4742 (diff) | |
download | coreclr-724112354c74b67629d58d1f6b9c0007f5a13fc9.tar.gz coreclr-724112354c74b67629d58d1f6b9c0007f5a13fc9.tar.bz2 coreclr-724112354c74b67629d58d1f6b9c0007f5a13fc9.zip |
Cleanup Globalization info code (#22591)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CoreFX/CoreFX.issues.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 957a86fad1..4489b51ecc 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -23,6 +23,118 @@ { "name": "System.Globalization.Tests.CharUnicodeInfoGetUnicodeCategoryTests.GetUnicodeCategory", "reason": "We updated the Unicode data and didn't pick yet the updated tests from corefx. we should remove this entry after updating the tests in coreclr." + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNegativeInfinitySymbol.NegativeInfinitySymbol_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPercentDecimalDigits.PercentDecimalDigits_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoCurrencyGroupSeparator.CurrencyGroupSeparator_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNumberNegativePattern.NumberNegativePattern_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPositiveInfinitySymbol.PositiveInfinitySymbol_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.StringInfoString.String_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNumberDecimalSeparator.NumberDecimalSeparator_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNumberGroupSeparator.NumberGroupSeparator_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNaNSymbol.NaNSymbol_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPositiveSign.PositiveSign_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoCurrencyGroupSizes.CurrencyGroupSizes_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPercentSymbol.PercentSymbol_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.StringInfoCtorTests.Ctor_String_Null_ThrowsArgumentNullException", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoCurrencySymbol.CurrencySymbol_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPercentDecimalSeparator.PercentDecimalSeparator_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.DateTimeFormatInfoGetAbbreviatedDayName.GetAbbreviatedDayName_Invalid_ThrowsArgumentOutOfRangeException", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNumberDecimalDigits.NumberDecimalDigits_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNegativeSign.NegativeSign_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPercentGroupSizes.PercentGroupSizes_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoNumberGroupSizes.NumberGroupSizes_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPercentPositivePattern.PercentPositivePattern_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPerMilleSymbol.PerMilleSymbol_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPercentGroupSeparator.PercentGroupSeparator_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoCurrencyNegativePattern.CurrencyNegativePattern_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoCurrencyPositivePattern.CurrencyPositivePattern_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoPercentNegativePattern.PercentNegativePattern_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoCurrencyDecimalDigits.CurrencyDecimalDigits_Set_Invalid", + "reason": "outdated" + }, + { + "name": "System.Globalization.Tests.NumberFormatInfoCurrencyDecimalSeparator.CurrencyDecimalSeparator_Set_Invalid", + "reason": "outdated" } ] } |